FreeBSD ports you maintain which are out of date

2016-03-10 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
ftp/ftplib  | 4.0 | 4.0-1
+-+
net-mgmt/weathermap | 1.1.1   | 29.3.1
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: library porting question - optional python bindings

2016-03-10 Thread Kubilay Kocak
On 3/03/2016 3:34 AM, Chris Inacio wrote:
> 
> 
> On Tue, Mar 1, 2016 at 8:57 PM, Kubilay Kocak  > wrote:
> 
> On 1/03/2016 1:38 PM, Chris Inacio wrote:
> > All,
> >
> > I'm trying to build a port definition for a library/application that can
> > optionally include Python bindings.  The library/application generally
> > depends on other C libraries to exist (ZMQ v3, Protobufs-C) and if you
> > enable Python support, then you need a Python interpreter plus
> > Python-protobufs & python zmq.
> >
> > Putting an OPTION of Python in the port file is easy.  Including the
> > optional Python dependencies (and presumably targets - but I'm not that 
> far
> > yet) seems to be a lot more complicated.  I haven't found anything that
> > would tell me how I'm supposed to do that.  I have found that I'm 
> supposed
> > to add pyXX prefixes to the python targets.
> >
> > Does anyone know of a similar application/library that I can go look at?
> > Is there any documentation on how to solve this?
> 
> Package it separately if it:
> 
> * Is listed on PyPI (.python.org )
> * Has value separate from the 'parent software' (on its own)
> * Users might want it without the parent software
> * Is pure python, OR
> * Doesn't otherwise explicitly require depend on the parent software
> 
> From the description above, given the dependencies of each of the
> software components are different (main software, python package), I'd
> go for separate packaging unless there's a good reason not to.
> 
> > thanks,
> > Chris Inacio
> 
> 
> 
> I don't believe you can build the Python package without the
> availability of the C library.
> 
> 

The separate python port (and package) would LIB_DEPENDS on the C
library port
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


net-im/ricochet update

2016-03-10 Thread aeuii
Could someone commit an update of net-im/ricochet [1].  It should be a
trivial commit and fixes a security issue [2].

Thanks!


[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207536
[2] https://github.com/ricochet-im/ricochet/releases
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


poudriere and MAKEOBJDIRPREFIX

2016-03-10 Thread O. Hartmann
There are some issues with using MAKEOBJDIRPREFIX in poudriere I wasn't
able to solve and I'd like to ask whether there is an official, still
for me undiscovered way, to do so.

The base system is running CURRENT. The intention is to have both
CURRENT and 10-STABLE jails to build appropriate packages via
poudriere. With CURRENT there is no problem, using the
canonical /usr/src and/usr/obj infrastructure works as well as building
the package repositorium.

The command line

env MAKEOBJDIRPREFIX=/some/place make -j12 buildworld

while residing within the sources of 10-STABLE from within a csh
environment gives me the object tree of FreeBSD 10-STABLE as expected.

Then I'd like to use this obj tree to build the jail needed for ports
compliant with 10-STABLE, so I issue

env MAKEOBJDIRPREFIX=/some/place poudriere jail -c -j 10-stable-amd64 \
-a amd64 -v stable/10 -m src=/somesrc/srcplace/

In poudriere.conf I added 

export MAKEOBJDIRPREFIX=$MAKEOBJDIRPREFIX

as recommended in some posts I found googling for a solution. Please
have in mind that I use csh - the export and poudriere's environment is
obviously sh.

This fails, the PATH is always cut down to /somesrc/srcplace/, missing
the prepending portion taken from MAKEOBJDIRPREFIX - it is set to zero
length it seems. Ommitting env MAKEOBJDIRPREFIX=/some/place to the
poudriere command as shown above results in "usr/obj" being prepended.
This seems odd!

The only sollution to this was to give the specific jail its private
10-stable-amd64-poudriere.conf. But this seems to be not the correct
way to do so, since  MAKEOBJDIRPREFIX is supposed to be set in the
environment.

What am I missing here?

Thanks and regards,

Oliver
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

2016-03-10 Thread Michael Grimm
Hi —

A couple of days ago, poudriere started complaining about openntpd:

| pkg-static: libressl-2.2.6 conflicts with openssl-1.0.2_11 (installs 
files into the same place).  
| Problematic file: /usr/local/bin/openssl
|
| Failed to install the following 1 package(s): 
/packages/All/openntpd-5.7p4_2,2.txz

I cannot find any remarks in /usr/ports/UPDATING about openntpd depending on 
libressl, and I really do not want to switch my system to libressl just 
pleasing openntpd.

Question: any chance to get around that dependency?

Thanks and regards,
Michael

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

2016-03-10 Thread Walter Schwarzenfeld

Makefile
OPTIONS_DEFAULT=RESSL

RESSL_LIB_DEPENDS=  libtls.so:${PORTSDIR}/security/libressl


turn option RESSL to off.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


New addition to /usr/ports/MOVED file breaks portupgrade

2016-03-10 Thread Manfred Antar via freebsd-ports
This addition to MOVED breaks portupgrade:

elasticsearch-plugin-marvel2|elasticsearch2-plugin-marvel|Rename to match other 
Elasticsearch 2 plugins

I think it needs to be:

elasticsearch-plugin-marvel|2016-03-10|elasticsearch2-plugin-marvel|Rename to 
match other Elasticsearch 2 plugins

Manfred
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


New addition to /usr/ports/MOVED file breaks portupgrade

2016-03-10 Thread Manfred Antar
This addition to MOVED breaks portupgrade:

elasticsearch-plugin-marvel2|elasticsearch2-plugin-marvel|Rename to match other 
Elasticsearch 2 plugins

I think it needs to be:

elasticsearch-plugin-marvel|2016-03-10|elasticsearch2-plugin-marvel|Rename to 
match other Elasticsearch 2 plugins

Manfred

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

2016-03-10 Thread Michael Grimm
Walter Schwarzenfeld  wrote:

> Makefile
> OPTIONS_DEFAULT=RESSL
> 
> RESSL_LIB_DEPENDS=  libtls.so:${PORTSDIR}/security/libressl
> 
> 
> turn option RESSL to off.

Ok, thanks, and that was easy ;-) Sorry, I should have found that myself.

Regards,
Michael


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net-im/ricochet update

2016-03-10 Thread Mark Felder


On Thu, Mar 10, 2016, at 05:43, ae...@posteo.de wrote:
> Could someone commit an update of net-im/ricochet [1].  It should be a
> trivial commit and fixes a security issue [2].
> 
> Thanks!
> 
> 
> [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207536
> [2] https://github.com/ricochet-im/ricochet/releases
>

I'll take care of this. If you see something like like this in the
future please assign the issue to ports-secteam@ which will help it get
prompt attention.

Cheers!

-- 
  Mark Felder
  ports-secteam member
  f...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: New addition to /usr/ports/MOVED file breaks portupgrade

2016-03-10 Thread Dan Langille
> On Mar 10, 2016, at 1:14 PM, Manfred Antar  wrote:
> 
> This addition to MOVED breaks portupgrade:
> 
> elasticsearch-plugin-marvel2|elasticsearch2-plugin-marvel|Rename to match 
> other Elasticsearch 2 plugins
> 
> I think it needs to be:
> 
> elasticsearch-plugin-marvel|2016-03-10|elasticsearch2-plugin-marvel|Rename to 
> match other Elasticsearch 2 plugins

I think it needs to be:

textproc/elasticsearch-plugin-marvel2|textproc/elasticsearch2-plugin-marvel|Rename
 to match other Elasticsearch 2 plugins

NOTE: original name was elasticsearch-plugin-marvel2, which was a repo-copy 
from elasticsearch-plugin-marvel

New name is elasticsearch2-plugin-marvel

Thanks for ehaupt and antoine for their fixes.

--
Dan Langille - BSDCan / PGCon
d...@langille.org






signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [CFT] net-im/ejabberd to 16.02

2016-03-10 Thread Ashish SHUKLA
On Wed, 9 Mar 2016 16:50:27 +0100, Kurt Jaeger  said:
| Hi!

|| Thanks for reminding about it. I have fixed all the issues. Please find the
|| latest diff below:
|| 
|| https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff
|| sha256: ea3adc38f58a3e4cdc9d52c6aa8fd84610ab24da82a22be1c368406b5f09d1bc

| Now it misses some ezlib files, if I check with make check-plist:

| ===> Checking for items in pkg-plist which are not in STAGEDIR
| Error: Missing: 
%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.app
| Error: Missing: 
%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.beam
| Error: Missing: 
%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_app.beam
| Error: Missing: 
%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_sup.beam
| Error: Missing: 
%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/priv/lib/ezlib_drv.so
| ===> Error: Plist issues found.

Thanks for pointing out the issues. I missed testing for this last time. I
have updated the diff, and tested it again, and the issues are again.

Following are the details of the new diff:

https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff
sha256: fe30991ecff239034127ee491b5ab279456517bbe9a078330d34b58341dd8723

Thanks!
-- 
Ashish SHUKLA  | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0

“Progress doesn't  come from early risers  – progress is made  by lazy
men looking for easier ways to do things.”
  (Robert A. Heinlein, 1973)

Sent from my Emacs


signature.asc
Description: PGP signature


Re: [CFT] net-im/ejabberd to 16.02

2016-03-10 Thread Ashish SHUKLA
On Fri, 11 Mar 2016 11:59:02 +0530, ash...@freebsd.org (Ashish SHUKLA) said:

[...]

| https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-1.diff

Correct URL is: https://people.freebsd.org/~ashish/diffs/ejabberd-16.02-2.diff

| sha256: fe30991ecff239034127ee491b5ab279456517bbe9a078330d34b58341dd8723

Going to sleep :(

-- 
Ashish SHUKLA  | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0

“The Ministry of Peace concerns itself with war, the Ministry of Truth
with lies,  the Ministry  of Love  with torture,  and the  Ministry of
Plenty with starvation.”
   (George Orwell, "Nineteen Eighty-Four", 1949)

Sent from my Emacs
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"