Re: Poudriere Timeout

2016-05-06 Thread Matthias Apitz
El día Monday, January 19, 2015 a las 06:17:51AM +0100, Matthias Apitz escribió: > El día Sunday, January 18, 2015 a las 05:45:19PM -0800, Cy Schubert escribió: > > > > Compressing man pages (compress-man) > > === > > ===

Re: Poudriere Timeout

2016-05-06 Thread Matthias Apitz
El día Friday, May 06, 2016 a las 11:21:14AM +0200, Matthias Apitz escribió: > > Last night one of my thousand ports build with poudriere was hit exactly > at the same port and point: > > > ... > > Compressing man pages (compress-man) > ==

Fwd: [Bug 209024] [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors in -CURRENT

2016-05-06 Thread John Nielsen
Can someone take a look at and commit this please? It's a trivial patch to follow the changes from r293886. Thanks! Begin forwarded message: > From: bugzilla-nore...@freebsd.org > Date: April 26, 2016 at 12:28:51 AM MDT > To: j...@jnielsen.net > Subject: [Bug 209024] [maintainer update] [Patch]

Re: Fwd: [Bug 209024] [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors in -CURRENT

2016-05-06 Thread Kurt Jaeger
Hi! > Can someone take a look at and commit this please? It's a trivial > patch to follow the changes from r293886. Thanks! @work -- p...@opsec.eu+49 171 3101372 4 years to go ! ___ freebsd-ports@freebsd.org mailing

Re: [Bug 209024] [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors in -CURRENT

2016-05-06 Thread Kurt Jaeger
Hi! > > Can someone take a look at and commit this please? It's a trivial > > patch to follow the changes from r293886. Thanks! > > @work Done. -- p...@opsec.eu+49 171 3101372 4 years to go ! ___ freebsd-ports@free

Please commit the new ports databases/sqlite-ext-regexp and databases/sqlite-ext-spellfix - they are pending from Sep 2015

2016-05-06 Thread Yuri
These are SQLite DB extensions. These are very simple ports. Somebody might need them. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203217 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203218 I just updated them and made sure they build. Thanks! Yuri _

Re: Please commit the new ports databases/sqlite-ext-regexp and databases/sqlite-ext-spellfix - they are pending from Sep 2015

2016-05-06 Thread Kurt Jaeger
Hi! > These are SQLite DB extensions. These are very simple ports. Somebody > might need them. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203217 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203218 > > I just updated them and made sure they build. Done. Sorry for the delay! -

Help with making a port C11 compliant

2016-05-06 Thread Montgomery-Smith, Stephen
Here is my problem: http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.0.log the configure script says: configure: error: Standard ISO C++ headers are missing In the Makefile I have the line: USES= compiler:c++11-lang Is there anything else I need to do? I should

Please commit this long overdue update to sysutils/fcron

2016-05-06 Thread Bob Eager
(my fault it's overdue, not the ports team!) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209139 Thanks -- Bob ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "

Re: Please commit this long overdue update to sysutils/fcron

2016-05-06 Thread Kurt Jaeger
Hi! > (my fault it's overdue, not the ports team!) > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209139 If you build on current, it fails with some readline issue, see the PR for a short note. -- p...@opsec.eu+49 171 3101372 4 years to go ! _

Re: Help with making a port C11 compliant

2016-05-06 Thread Brooks Davis
On Fri, May 06, 2016 at 04:16:54PM +, Montgomery-Smith, Stephen wrote: > Here is my problem: > http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.0.log > > the configure script says: > configure: error: Standard ISO C++ headers are missing > > In the Makefile I have the

Re: Help with making a port C11 compliant

2016-05-06 Thread Walter Schwarzenfeld
Write in the Makefiles of math/cln and math/GiNaC USE_GCC= 4.7 (you can also use 4.8 or 5) and CXXFLAGS+= -D_GLIBCXX_USE_C99 I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere in a 93amd64 jail (the test with 4.7 is running in the moment). And it builds fine.

Re: Help with making a port C11 compliant

2016-05-06 Thread Montgomery-Smith, Stephen
On 05/06/2016 04:35 PM, Walter Schwarzenfeld wrote: > Write in the Makefiles of math/cln and math/GiNaC > > USE_GCC= 4.7 > (you can also use 4.8 or 5) > and > CXXFLAGS+= -D_GLIBCXX_USE_C99 > > I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere > in a 93amd64 jail (t

Re: Help with making a port C11 compliant

2016-05-06 Thread Walter Schwarzenfeld
Now the test with gcc47 is finish,it does not work with poudriere. But gcc48 and gcc5. The /CXXFLAGS+= -D_GLIBCXX_USE_C99 flag is used in two dozens of ports (if you look in the portstree) for same or similiar reasons, I think it will be ok./ ___ f

coinstallable version of pgsql (POC)

2016-05-06 Thread Baptiste Daroussin
Hi all, Apparently noone had time to work on making all the version of pgsql coinstallable since we last talked about it Here is a proof of concept done on pg95 which makes it coinstallable: https://people.freebsd.org/~bapt/pgsql95.diff It is unfinished given I have not enough time for that. Ba

new port for review: LDAP Authenticator plugin for MySQL

2016-05-06 Thread Ganbold Tsagaankhuu
Hi, Can anyone take a look or review new port at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208913 ? This is LDAP Authenticator plugin for MySQL. thanks a lot, Ganbold ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/