FreeBSD ports you maintain which are out of date

2014-01-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,

FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46

2014-01-10 Thread CeDeROM
# uname -a FreeBSD hexagon 10.0-RC5 FreeBSD 10.0-RC5 #0 r260430: Wed Jan 8 05:10:04 UTC 2014 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 # pkg delete -f gcc46 ... # pkg upgrade Updating repository catalogue Upgrades have been requested for the following 347 packages: Reinstalling

Re: FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46

2014-01-10 Thread Adam McDougall
On 01/10/2014 10:02, CeDeROM wrote: # uname -a FreeBSD hexagon 10.0-RC5 FreeBSD 10.0-RC5 #0 r260430: Wed Jan 8 05:10:04 UTC 2014 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 # pkg delete -f gcc46 ... # pkg upgrade Updating repository catalogue Upgrades have been

Problem compiling security/gnutls for several days.

2014-01-10 Thread Edwin L. Culp W.
I am running 9.1-RELEASE-p9 FreeBSD 9.1-RELEASE-p9 #698 r260506: Fri Jan 10 06:46:10 CST 2014 r...@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO amd64 All my ports that are in use are up to date. I am trying to compile ffmpeg

Re: Problem compiling security/gnutls for several days.

2014-01-10 Thread Rainer Hurling
Am 10.01.2014 17:28, schrieb Edwin L. Culp W.: I am running 9.1-RELEASE-p9 FreeBSD 9.1-RELEASE-p9 #698 r260506: Fri Jan 10 06:46:10 CST 2014 r...@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO amd64 All my ports that are in use are up to date. I am trying to compile ffmpeg

Re: Problem compiling security/gnutls for several days.

2014-01-10 Thread Edwin L. Culp W.
I downloaded and applied the patch it and ffmpeg compiled perfectly. I even converted a flash video to mp4 to test and all is well. Thanks for answering. I would never have been able to fix it. Have great day and weekend, ed On Fri, Jan 10, 2014 at 10:33 AM, Rainer Hurling rhur...@gwdg.de

Re: ports/18554: Update: linux-netscape - 4.73

2014-01-10 Thread nemysis
Synopsis: Update: linux-netscape - 4.73 Responsible-Changed-From-To: freebsd-ports-nemysis Responsible-Changed-By: nemysis Responsible-Changed-When: Fri Jan 10 17:28:55 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=18554

Re: ports/18554: Update: linux-netscape - 4.73

2014-01-10 Thread Baptiste Daroussin
On Fri, Jan 10, 2014 at 05:28:55PM +, nemy...@freebsd.org wrote: Synopsis: Update: linux-netscape - 4.73 Responsible-Changed-From-To: freebsd-ports-nemysis Responsible-Changed-By: nemysis Responsible-Changed-When: Fri Jan 10 17:28:55 UTC 2014 Responsible-Changed-Why: I'll take it.

Re: Problem compiling security/gnutls for several days.

2014-01-10 Thread Rainer Hurling
Am 10.01.2014 18:17, schrieb Edwin L. Culp W.: I downloaded and applied the patch it and ffmpeg compiled perfectly. I even converted a flash video to mp4 to test and all is well. Thanks for answering. I would never have been able to fix it. Have great day and weekend, Thanks to marino,

Re: Adopt shells/pdksh?

2014-01-10 Thread Bob Willcox
Any progress being made on the pdksh hang problem in 10.0? On Tue, Sep 03, 2013 at 01:08:22PM +, Steven Kreuzer wrote: On Fri, Aug 30, 2013 at 06:08:05PM +0200, Rodrigo OSORIO wrote: hi, If nobody is interested by your port, I'll take it. May I ask you to update the port owner to

Re: Problem compiling security/gnutls for several days.

2014-01-10 Thread Rainer Hurling
Am 10.01.2014 22:22, schrieb Rainer Hurling: Am 10.01.2014 18:17, schrieb Edwin L. Culp W.: I downloaded and applied the patch it and ffmpeg compiled perfectly. I even converted a flash video to mp4 to test and all is well. Thanks for answering. I would never have been able to fix it.

Re: FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46

2014-01-10 Thread Gerald Pfeifer
Yes, you can only have one of lang/gcc and lang/gcc46 installed (and they are basically the same right now until lang/gcc moves to GCC 4.7 soon hopefully). And the two ports _should_ properly conflict. I recommend removing gcc46 and everything should be fine. And if anyone sees a problem with

Re: FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46

2014-01-10 Thread Gerald Pfeifer
Wait a minute: is one of yoir ports hard coding lang/gcc46 instead of doing USE_GCC? If so, here is the bug. Gerald ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46

2014-01-10 Thread Gerald Pfeifer
Wait a minute: is one of yoir ports hard coding lang/gcc46 instead of doing USE_GCC? If so, here is the bug. Gerald ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS]

2014-01-10 Thread Craig Rodrigues
Hi, I had problems with the virtualbox-ose-4.22 port under FreeBSD 10.0-RC5, where VirtualBox would occasionally crash. It looks like the mix of QT C++ libraries compiled with clang, vs. the virtualbox-ose port compiled with g++46 was not a good mix After reading this post: