Re: Building ports with gcc46

2011-12-14 Thread Ali Mashtizadeh
That gives the same error as the one of my previous attempts. Any help with this would be great. libtool: link: g++46 -D_THREAD_SAFE -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -D_THREAD_SAFE -pthread -Wl,-rpa

FreeBSD Port: asterisk-10.0.0.r2

2011-12-14 Thread Eugene Varnavsky
Hello! Asterisk 10 RC3 is already out. That would be cool to see the port updated. Thanks! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@fre

Re: openjdk timezone data, not updated?

2011-12-14 Thread Jason Helfman
On Wed, Dec 14, 2011 at 11:34:22AM -0800, Jason Helfman thus spake: Hello All, Correct me if I am wrong, but it appears that the latest openjdk update didn't include the updated timezone information. I am thinking that this file is the version of the tzupdater. /usr/ports/java/openjdk6/work/jdk

Re: ports: clang: error: unsupported option '-dumpspecs'

2011-12-14 Thread Garrett Cooper
On Wed, Dec 14, 2011 at 3:44 PM, b. f. wrote: >> > -dumpspecs is a gcc internal thing that clang will never support (it >> > doesnt use >> > specs). It's wrong for ports to mess with the internals of the compiler and >> > this should be fixed in a clean way. >> > >> > Ie. we have to replace the -

Re: pr# for 9->10 problem?

2011-12-14 Thread Ion-Mihai Tetcu
On Sat, 10 Dec 2011 09:35:03 -0500 Robert Huff wrote: > > Doug Barton writes: > > > >> Read /usr/ports/UPDATING? > > > > > > If you mean 20110928 - that identifies the problem, and > > > provides workarounds, but does not name the pr. > > > > What are you trying to accomplish? > >

Re: [CFT] pkgng alpha2

2011-12-14 Thread Ion-Mihai Tetcu
On Tue, 13 Dec 2011 19:56:05 +0200 Andriy Gapon wrote: > on 13/12/2011 19:22 Julien Laffaye said the following: > > On 12/13/2011 06:16 PM, Andriy Gapon wrote: > >> on 30/11/2011 22:32 Julien Laffaye said the following: > >>> [1] : https://github.com/pkgng/pkgng/issues > >>> [2] : https://github.

Re: Building ports with gcc46

2011-12-14 Thread b. f.
> > Is there a way to build devel/protobuf with gcc46? Unfortunately I see > > a compatibility issue where the software I'm linking against it > > crashes because of the conflicting stdc++ librray versions. I've tried > > setting CC, CXX, LDFLAGS but I seem to be missing something else? > > > > Tha

Re: ports: clang: error: unsupported option '-dumpspecs'

2011-12-14 Thread O. Hartmann
Am 12/14/11 23:28, schrieb Garrett Cooper: > On Wed, Dec 14, 2011 at 1:52 PM, Roman Divacky wrote: >> -dumpspecs is a gcc internal thing that clang will never support (it doesnt >> use >> specs). It's wrong for ports to mess with the internals of the compiler and >> this should be fixed in a clea

Re: ports: clang: error: unsupported option '-dumpspecs'

2011-12-14 Thread b. f.
> > -dumpspecs is a gcc internal thing that clang will never support (it doesnt > > use > > specs). It's wrong for ports to mess with the internals of the compiler and > > this should be fixed in a clean way. > > > > Ie. we have to replace the -dumpspec | grep something with a saner check. > >

Re: ports: clang: error: unsupported option '-dumpspecs'

2011-12-14 Thread Garrett Cooper
On Wed, Dec 14, 2011 at 1:52 PM, Roman Divacky wrote: > -dumpspecs is a gcc internal thing that clang will never support (it doesnt > use > specs). It's wrong for ports to mess with the internals of the compiler and > this should be fixed in a clean way. > > Ie. we have to replace the -dumpspec |

Re: ports: clang: error: unsupported option '-dumpspecs'

2011-12-14 Thread Roman Divacky
-dumpspecs is a gcc internal thing that clang will never support (it doesnt use specs). It's wrong for ports to mess with the internals of the compiler and this should be fixed in a clean way. Ie. we have to replace the -dumpspec | grep something with a saner check. On Wed, Dec 14, 2011 at 08:07:

Re: Building ports with gcc46

2011-12-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/11 1:44 PM, Ali Mashtizadeh wrote: > Is there a way to build devel/protobuf with gcc46? Unfortunately I see > a compatibility issue where the software I'm linking against it > crashes because of the conflicting stdc++ librray versions. I've tr

ports: clang: error: unsupported option '-dumpspecs'

2011-12-14 Thread O. Hartmann
Since a couple of days now I see this happen on FreeBSD 10.0-CURRENT/amd64 (CLANG) (most recent buildworld and potstree) and also on FreeBSD 9.0-RC[2|3]/amd64 (also CLANG built, most recent portstree): Building new INDEX files... DESCRIBE.7 INDEX-8 not provided by portsnap server; INDEX-7 not bein

cciss_vol_status: cross-compiling on amd64 for i386 fails

2011-12-14 Thread Frank Wall
Hi, I'm currently trying to compile sysutils/cciss_vol_status on my amd64 build server. Later I want to deploy it on my i386 servers. Unfortunately my attempt was not successfull... ===> Building for cciss_vol_status-1.09 make all-am cc -DHAVE_CONFIG_H -I. -pipe -MT cciss_vol_status.o -M

Re: lang/gcc46

2011-12-14 Thread ajtiM
On Tuesday 13 December 2011 12:01:48 Kevin Oberman wrote: > On Tue, Dec 13, 2011 at 8:30 AM, Jason Hellenthal wrote: > > On Tue, Dec 13, 2011 at 06:05:40PM +0800, Gerald Pfeifer wrote: > >> On Tue, 13 Dec 2011, Sunpoet Po-Chuan Hsieh wrote: > >> > We have lang/gcc already. This port is created for

Re: lang/gcc46

2011-12-14 Thread Sunpoet Po-Chuan Hsieh
On Tue, Dec 13, 2011 at 06:08:44PM +0800, Gerald Pfeifer wrote: > On Mon, 12 Dec 2011, Kevin Oberman wrote: > > Ahh. I see the issue. I have not looked at bsd.gcc.mk, but it does > > not seem like this should be too difficult. Just a matter of the > > right person having the time. Would ports speci

Re: math/py-numpy (py26-numpy-1.5.1_1,1) (checksum mismatch) error

2011-12-14 Thread David Southwell
> On Tue, Dec 13, 2011 at 8:48 AM, David Southwell wrote: > > Hi > > > > As you are listed as maintainer in current Makefile I thought you might > > appreciate a copy > > > > David > > -- Forwarded Message -- > > > > Subject: math/py-numpy (py26-numpy-1.5.1_1,1) (checksum m