Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-11 Thread Gerald Pfeifer
On Sat, 9 Jun 2012, Doug Barton wrote: > In an ideal world, we would have separate packages for the runtime libs > and the build tools so that packages could be more portable, but I would > imagine that would be a lot of work. I looked into that last year and found that the FreeBSD ports infrastru

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-10 Thread Baptiste Daroussin
On Sat, Jun 09, 2012 at 08:27:11PM -0700, Doug Barton wrote: > On 06/06/2012 12:18, Heino Tiedemann wrote: > > Hi, > > > > > > > > Why this ports needs his compiler to RUN?! > > > > > > firefox 13.0,1 > > It's very common for binaries built with gcc to link to libgcc, and/or > libstdc++: > >

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-10 Thread Alan Hicks
On 08/06/2012 15:12, Alan Hicks wrote: On 08/06/2012 11:09, Heino Tiedemann wrote: Maciej Suszko wrote: Heino Tiedemann wrote: What ist the meaning of , | Use GCC 4.6 to fix build on newer FreeBSD versions ` What meians "newer FreeBSD versions" here? http://www.freshports.org/www/

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-09 Thread Doug Barton
On 06/06/2012 12:18, Heino Tiedemann wrote: > Hi, > > > > Why this ports needs his compiler to RUN?! > > > firefox 13.0,1 It's very common for binaries built with gcc to link to libgcc, and/or libstdc++: ldd firefox-bin | grep gcc libstdc++.so.6 => /usr/local/lib/gcc46/libstdc++.so.

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Alan Hicks
On 08/06/2012 11:09, Heino Tiedemann wrote: Maciej Suszko wrote: Heino Tiedemann wrote: What ist the meaning of , | Use GCC 4.6 to fix build on newer FreeBSD versions ` What meians "newer FreeBSD versions" here? http://www.freshports.org/www/firefox/ And what means , | Don

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Niclas Zeising
When compiling with clang, try adding -Qunused-arguments to the compiler flags. Something like # Add -Qunused-arguments to CFLAGS if clang/clang++ is used. .if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" CFLAGS+=-Qunused-arguments .endif in /etc/make.conf should do it.

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Heino Tiedemann
Maciej Suszko wrote: > Heino Tiedemann wrote: >> >> What ist the meaning of >> >> , >> | Use GCC 4.6 to fix build on newer FreeBSD versions >> ` >> >> >> What meians "newer FreeBSD versions" here? >> http://www.freshports.org/www/firefox/ >> >> >> And what means >> >> , >> | D

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Heino Tiedemann
Maciej Suszko wrote: > Heino Tiedemann wrote: >> >> What ist the meaning of >> >> , >> | Use GCC 4.6 to fix build on newer FreeBSD versions >> ` >> >> >> What meians "newer FreeBSD versions" here? >> http://www.freshports.org/www/firefox/ >> >> >> And what means >> >> , >> | D

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Maciej Suszko
Heino Tiedemann wrote: > > What ist the meaning of > > , > | Use GCC 4.6 to fix build on newer FreeBSD versions > ` > > > What meians "newer FreeBSD versions" here? > http://www.freshports.org/www/firefox/ > > > And what means > > , > | Don't depend on GCC 4.6 if clang is used >

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-07 Thread Heino Tiedemann
CyberLeo Kitsana wrote: > On 06/06/2012 02:18 PM, Heino Tiedemann wrote: >> Hi, >> >> Why this ports needs his compiler to RUN?! >> >> firefox 13.0,1 >> > >> >> Required To Run: archivers/zip, lang/gcc46,... > > Just a shot in the dark for lang/gcc46, I'd say it's because Firefox > dynamical

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-07 Thread CyberLeo Kitsana
On 06/06/2012 02:18 PM, Heino Tiedemann wrote: > Hi, > > Why this ports needs his compiler to RUN?! > > firefox 13.0,1 > > > Required To Run: archivers/zip, lang/gcc46,... Just a shot in the dark for lang/gcc46, I'd say it's because Firefox dynamically links to a newer version of libgcc that

firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-06 Thread Heino Tiedemann
Hi, Why this ports needs his compiler to RUN?! firefox 13.0,1 Required To Build: devel/nspr, graphics/cairo, archivers/unzip, archivers/zip, devel/yasm, devel/gmake, lang/gcc46, devel/binutils, x11/printproto, x11/libSM, x11-toolkits/libXt, x11/libXi, x11/libXext, x11/libX11, x11/libXinerama,