Re: Problems with our libgcc_s.so in base [FYI: armv6 C++/g++6 example under stable/11 -r304029]

2016-08-21 Thread Mark Millard
"problems come when we try to us archtiectures not fully supported by out libgcc_s.so" ( from https://people.freebsd.org/~db/libgcc.txt ). . . On armv6 (an rpi2) C++ by itself can have /lib/libgcc_s.so.1 not being sufficient, for example with g++6 being used: > # g++6 -std=c++14 -O2

Re: Needed committer, multimedia/zoneminder forgotten again :(

2016-08-21 Thread Chris Rees
Done. Chris On 21 August 2016 19:40:40 BST, abi wrote: >Hello, > >can anyone commit >https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211681 ? >This fixes build under CURRENT. >___ >freebsd-ports@freebsd.org mailing list

Re: iso-codes

2016-08-21 Thread Koop Mast
On Mon, 2016-08-22 at 02:42 +1000, Kubilay Kocak wrote: > On 21/08/2016 8:49 PM, l...@lena.kiev.ua wrote: > > > > Does the latest version of the port misc/iso-codes really need > > python 3 > > for build? > > > > Python 2.7 not enough? > > > >

Needed committer, multimedia/zoneminder forgotten again :(

2016-08-21 Thread abi
Hello, can anyone commit https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211681 ? This fixes build under CURRENT. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: iso-codes

2016-08-21 Thread Kubilay Kocak
On 21/08/2016 8:49 PM, l...@lena.kiev.ua wrote: > Does the latest version of the port misc/iso-codes really need python 3 > for build? > > Python 2.7 not enough? > > https://svnweb.freebsd.org/ports/head/misc/iso-codes/Makefile?r1=409133=420522 A grep of the sources shows many references to

Re: Problems with out libgcc_s.so in base

2016-08-21 Thread Diane Bruce
On Sun, Aug 21, 2016 at 03:37:58PM +0930, Shane Ambler wrote: > On 20/08/2016 21:30, Diane Bruce wrote: > > On Sat, Aug 20, 2016 at 03:04:44PM +0930, Shane Ambler wrote: > >> On 19/08/2016 10:13, Steven G. Kargl wrote: > > ... > >> You should find that all newer copies of libgcc_s contain

Re: php7-extensions PDF (PECL-PDFLIB) fails

2016-08-21 Thread Matthew Seaman
On 21/08/2016 11:27, Andy Wodfer wrote: > I recently upgraded to 10.3 REL on a test server. I'm trying to install all > the latest versions for Apache, mysql, php and so on. > > php7 is installed and works perfectly with apache. However, I couldn't > install the extension pecl-pdflib from the

Re: graphics/gd marked as broken?

2016-08-21 Thread Grzegorz Junka
On 21/08/2016 04:31, Shane Ambler wrote: On 21/08/2016 04:46, Grzegorz Junka wrote: On 20/08/2016 19:11, Grzegorz Junka wrote: On 20/08/2016 16:23, Walter Schwarzenfeld wrote: The port is not broken, it compiles in port and with poudriere. Only if option WEBP is set to on it is broken.

Re: mail/rainloop needs a committer

2016-08-21 Thread Kurt Jaeger
Hi! > I validated a good diff for mail/rainloop, can a commiter push it to > ports tree ? > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211870 Done. -- p...@opsec.eu+49 171 3101372 4 years to go ! ___

Can a commiter look at devel/godot

2016-08-21 Thread Shane Ambler
After several changes over the last few months it would be nice if the update to devel/godot and the new devel/godot-tools could get committed. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209742 Thanks -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Problems with out libgcc_s.so in base

2016-08-21 Thread Shane Ambler
On 20/08/2016 21:30, Diane Bruce wrote: On Sat, Aug 20, 2016 at 03:04:44PM +0930, Shane Ambler wrote: On 19/08/2016 10:13, Steven G. Kargl wrote: ... You should find that all newer copies of libgcc_s contain compatibility support for binaries that were linked to earlier versions. Indeed.