Re: [UPDATE] audio/jack 0.121.3 => 0.124.1

2015-04-26 Thread Eric Lalonde
On Apr 20, 2015, at 9:50 AM, Eric Lalonde wrote: > Attached is an update to audio/jack. Ping.

Re: amd64 bulk build failures 2015-04-24

2015-04-26 Thread Marc Espie
On Sat, Apr 25, 2015 at 09:38:44PM +0200, Christian Weisgerber wrote: > valgrind has been broken for some time. I informed maintainer as soon as I saw the first breakage. No idea whether there's anything more complicated than actually using -fpic there...

UPDATE: devel/afl-1.72b

2015-04-26 Thread Gleydson Soares
following diff update afl to 1.72b OK? ? afl-1.72b.diff Index: Makefile === RCS file: /cvs/ports/devel/afl/Makefile,v retrieving revision 1.10 diff -u -p -u -p -r1.10 Makefile --- Makefile21 Apr 2015 04:21:40 - 1.10 +++

auto* tools vs libtool(1)?

2015-04-26 Thread Jan Stary
I am sending this to ports@ eventhough this is not about any particular port. Rather, I am having a problem with the AM_PROG_LIBTOOL of autoconf, and ports@ seems more suitable than misc@ for this. I am trying to compile libsndfile from git (I know we have a port). For this, ./configure has to be

UPDATE: powerdns-3.4.4

2015-04-26 Thread Florian Obser
Changelog: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-344 We can get rid of one local patch. While here remove daemon_flags from rc script. Now pdns_control works. OK? diff --git Makefile Makefile index 62480d4..50fa958 100644 --- Makefile +++ Makefile @@ -7,7 +7,7 @@ C

www/p5-Mojo - 6.09

2015-04-26 Thread Mark Patruck
The following diffs update - www/p5-Mojo -> 6.09 NEW - www/p5-MojoX-Session -> 0.33 - textproc/p5-Mojolicious-Plugin-TtRenderer -> 1.56 NEW www/p5-Mojo I've slightly changed the README Index: Makefile === RCS file: /cvs/p

Re: auto* tools vs libtool(1)?

2015-04-26 Thread Antoine Jacoutot
On Sun, Apr 26, 2015 at 04:21:57PM +0200, Jan Stary wrote: > I am sending this to ports@ eventhough this is not about > any particular port. Rather, I am having a problem with > the AM_PROG_LIBTOOL of autoconf, and ports@ seems more > suitable than misc@ for this. > > I am trying to compile libsnd

UPDATE: zim-0.62

2015-04-26 Thread Sebastian Benoit
update zim from 0.60 to 0.62 - new patch patch-zim_environ_py and cvs rm patch-zim_config_py because they moved code. ok? Index: Makefile === RCS file: /cvs/ports/productivity/zim/Makefile,v retrieving revision 1.13 diff -u -p -r1.1

Re: www/p5-Mojo - 6.09

2015-04-26 Thread Andrew Fresh
On Sun, Apr 26, 2015 at 05:47:28PM +0200, Mark Patruck wrote: > The following diffs update > > - www/p5-Mojo -> 6.09 NEW > - www/p5-MojoX-Session -> 0.33 > - textproc/p5-Mojolicious-Plugin-TtRenderer -> 1.56 NEW These look OK to me. I'm not sure what sthen@'s thoughts are on the README, it seems

Re: www/p5-Mojo - 6.09

2015-04-26 Thread Stuart Henderson
On 2015/04/26 14:10, Andrew Fresh wrote: > On Sun, Apr 26, 2015 at 05:47:28PM +0200, Mark Patruck wrote: > > The following diffs update > > > > - www/p5-Mojo -> 6.09 NEW > > - www/p5-MojoX-Session -> 0.33 > > - textproc/p5-Mojolicious-Plugin-TtRenderer -> 1.56 NEW > > These look OK to me. I'm no

Re: UPDATE: zim-0.62

2015-04-26 Thread Stuart Henderson
On 2015/04/26 22:24, Sebastian Benoit wrote: > -lib/python${MODPY_VERSION}/site-packages/zim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info > +lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME}-py${MODPY_VERSION}.egg-info update-plist gets things wrong for the majority of python ports, coul

Re: UPDATE: zim-0.62

2015-04-26 Thread Antoine Jacoutot
On Sun, Apr 26, 2015 at 10:27:11PM +0100, Stuart Henderson wrote: > On 2015/04/26 22:24, Sebastian Benoit wrote: > > -lib/python${MODPY_VERSION}/site-packages/zim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info > > +lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME}-py${MODPY_VERSION}.egg-inf

Re: UPDATE: zim-0.62

2015-04-26 Thread Sebastian Benoit
Antoine Jacoutot(ajacou...@bsdfrog.org) on 2015.04.26 23:32:08 +0200: > On Sun, Apr 26, 2015 at 10:27:11PM +0100, Stuart Henderson wrote: > > On 2015/04/26 22:24, Sebastian Benoit wrote: > > > -lib/python${MODPY_VERSION}/site-packages/zim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info > > > +lib/

Suddenly 4 ports spew "Error: weird mode"

2015-04-26 Thread Kenneth Westerback
The smallest one is p5-Error: ===> Building package for p5-Error-0.17023 Create /usr/ports/packages/amd64/no-arch/p5-Error-0.17023.tgz Error: weird mode for /usr/local/share/examples/p5-Error/example.pl: 440 Error: modes don't match for /usr/local/share/examples/p5-Error/example.pl Error: weird

Re: www/p5-Mojo - 6.09

2015-04-26 Thread Mark Patruck
Updated README. Index: Makefile === RCS file: /cvs/ports/www/p5-Mojo/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile17 Dec 2014 00:15:25 - 1.16 +++ Makefile27 Apr 2015 05:00:35 - @@ -3,

Re: UPDATE: devel/afl-1.72b

2015-04-26 Thread Jonathan Gray
1.73b was just released which should fix a segfault I hit in afl-fuzz. I'd rather see that go in... On Sun, Apr 26, 2015 at 10:02:24AM -0300, Gleydson Soares wrote: > > following diff update afl to 1.72b > OK? > > ? afl-1.72b.diff > Index: Makefile >