Re: Status of math/gnumeric unable to keep up with upstream releases?

2013-02-23 Thread Koop Mast

On 22-2-2013 21:35, Thomas Mueller wrote:

What is the status of gnumeric being stuck at 1.10.17 when upstream has 
released 1.12.0 ?

I think gnumeric = 1.11.x has gtk+ = 3.0.0 as a dependency?  I checked 
gnumeric web site www.gnumeric.org .

I see this is the same snag that prevents transmission  2.5 from building, 
though possibly one could do

portmaster -o transmission-cli transmission ?

So what is the status now of gtk+ 3.x ?


Tom


I'm working on a update for glib20 and gtk+2 and gtk+3. gnumeric is on 
the list of ports to update afterwards. What I know of transmission is 
that only transmission-gtk is currently broken because it wants a newer 
gtk+3 version then we got in ports.


-Koop
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Status of math/gnumeric unable to keep up with upstream releases?

2013-02-23 Thread Chris Rees
On 23 Feb 2013 09:39, Koop Mast k...@rainbow-runner.nl wrote:

 On 22-2-2013 21:35, Thomas Mueller wrote:

 What is the status of gnumeric being stuck at 1.10.17 when upstream has
released 1.12.0 ?

 I think gnumeric = 1.11.x has gtk+ = 3.0.0 as a dependency?  I checked
gnumeric web site www.gnumeric.org .

 I see this is the same snag that prevents transmission  2.5 from
building, though possibly one could do

 portmaster -o transmission-cli transmission ?

 So what is the status now of gtk+ 3.x ?


 Tom


 I'm working on a update for glib20 and gtk+2 and gtk+3. gnumeric is on
the list of ports to update afterwards. What I know of transmission is that
only transmission-gtk is currently broken because it wants a newer gtk+3
version then we got in ports.

That's exactly right.

Transmission's older version in the tree works just fine however.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: CONFIGURE_ENV and CPPFLAGS

2013-02-23 Thread Chris Rees
On 22 Feb 2013 23:46, Eitan Adler li...@eitanadler.com wrote:

 Can you please sanity check the following?

 commit 687519c34ad3423752268a0a20d079fda9cea8b2
 Author: Eitan Adler li...@eitanadler.com
 Date:   Fri Feb 22 18:43:30 2013 -0500

 Using CONFIGURE_ENV for CPPFLAGS and
 LDFLAGS is not needed since r282433.

 PR: docs/174827
 Submitted by:   Dominique Goncalves dominique.goncal...@gmail.com


 diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml
 b/en_US.ISO8859-1/books/porters-handbook/book.xml
 index ef50257..c64cdc7 100644
 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml
 +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml
 @@ -5726,17 +5726,13 @@ IGNORE= may not be redistributed because of
 licensing reasons. Please visit rep
  CPPFLAGS+= -I${LOCALBASE}/include
  LDFLAGS+=  -L${LOCALBASE}/lib

 -GNU_CONFIGURE= yes
 -CONFIGURE_ENV= CPPFLAGS=${CPPFLAGS} \
 -   LDFLAGS=${LDFLAGS}/programlisting
 +GNU_CONFIGURE= yes/programlisting

 paraOf course, the code can be more compact if there are no
   more flags to pass to commandconfigure/command:/para

 programlistingUSE_GETTEXT=yes
 -GNU_CONFIGURE= yes
 -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
 -   LDFLAGS=-L${LOCALBASE}/lib/programlisting
 +GNU_CONFIGURE= yes/programlisting
/sect2

sect2


I'm pretty sure this is correct, but we should do one final check with
Dmitry.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: CONFIGURE_ENV and CPPFLAGS

2013-02-23 Thread Dmitry Marakasov
* Chris Rees (utis...@gmail.com) wrote:

  commit 687519c34ad3423752268a0a20d079fda9cea8b2
  Author: Eitan Adler li...@eitanadler.com
  Date:   Fri Feb 22 18:43:30 2013 -0500
 
  Using CONFIGURE_ENV for CPPFLAGS and
  LDFLAGS is not needed since r282433.
 
  PR: docs/174827
  Submitted by:   Dominique Goncalves dominique.goncal...@gmail.com
 
 
  diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml
  b/en_US.ISO8859-1/books/porters-handbook/book.xml
  index ef50257..c64cdc7 100644
  --- a/en_US.ISO8859-1/books/porters-handbook/book.xml
  +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml
  @@ -5726,17 +5726,13 @@ IGNORE= may not be redistributed because of
  licensing reasons. Please visit rep
   CPPFLAGS+= -I${LOCALBASE}/include
   LDFLAGS+=  -L${LOCALBASE}/lib
 
  -GNU_CONFIGURE= yes
  -CONFIGURE_ENV= CPPFLAGS=${CPPFLAGS} \
  -   LDFLAGS=${LDFLAGS}/programlisting
  +GNU_CONFIGURE= yes/programlisting
 
  paraOf course, the code can be more compact if there are no
more flags to pass to commandconfigure/command:/para
 
  programlistingUSE_GETTEXT=yes
  -GNU_CONFIGURE= yes
  -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
  -   LDFLAGS=-L${LOCALBASE}/lib/programlisting
  +GNU_CONFIGURE= yes/programlisting
 /sect2
 
 sect2
 
 
 I'm pretty sure this is correct, but we should do one final check with
 Dmitry.

Yes, this is correct.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: fping-3.4

2013-02-23 Thread Raynaud Alexandre
Hi, i just wanted to inform you that i have filled an issue on fping github. 
Fping is not fully compatible with freebsd os.

https://github.com/schweikert/fping/issues/39

also tested with FreeBSD 8 always same result.

 

Have a nice day.

 

Cheers,

 

 

 

MAIRIE DE SALLANCHES

Direction des Systèmes d'Information

Alexandre RAYNAUD

email: alexandre.rayn...@sallanches.fr

 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/uwsgi

2013-02-23 Thread Daniel Braniss
Hi Michael,

 uname -a
FreeBSD rnd 9.1-STABLE FreeBSD 9.1-STABLE #46: Tue Feb  5 10:46:56 IST 2013
 danny@rnd:/home/obj/rnd/r+d/stable/9/sys/HUJI  amd64

 Compilation options you used when building python
the deaults from ports/lang/python27:
EXAMPLES
NLS
PYMALLOC
UCS4
 Compiled using gcc or clang
gcc


python -V
Python 2.7.3

btw, I compiled it before for 8.3 without any problems too.
It seems that CPUCOUNT is only used to compile (faster?) if so,
then it's not important, unless I have some other real problem.

thanks,
danny
PS: can you reply to me too, since im not subscribed to ports?


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: updating devel/simgear from a previous version

2013-02-23 Thread Ganael LAPLANCHE
On Fri, 22 Feb 2013 22:30:30 +0300, Mikhail Tsatsenko wrote

Hi Mikhail,

 Looks like latest simgear 2.10.0 can not be built if a previous
 version is installed (at least on 9.1 amd64).
 [...]

Thanks for having reported that issue. I have relocated the
include_directories(BEFORE ...) patch to main CMakeLists.txt, which
fixed the problem.

Upgrading should be possible now.

Best regards,

--
Ganael LAPLANCHE ganael.laplan...@martymac.org
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac marty...@freebsd.org, http://www.FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/uwsgi

2013-02-23 Thread Michael Gmelin
On Sat, 23 Feb 2013 15:38:36 +0200
Daniel Braniss da...@cs.huji.ac.il wrote:

 Hi Michael,
 
  uname -a
 FreeBSD rnd 9.1-STABLE FreeBSD 9.1-STABLE #46: Tue Feb  5 10:46:56
 IST 2013 danny@rnd:/home/obj/rnd/r+d/stable/9/sys/HUJI  amd64
 
  Compilation options you used when building python
 the deaults from ports/lang/python27:
   EXAMPLES
   NLS
   PYMALLOC
   UCS4

Hm, THREADS should be on by default too.

cd /usr/ports/devl/python27
make showconfig

=== The following configuration options are available for
python27-2.7.3_6: EXAMPLES=on: Build and/or install examples
 FPECTL=off: Floating point exception handling
 IPV6=on: IPv6 protocol
 NLS=on: Enable Gettext support for the locale module
 PTH=off: Threading/multiprocessing via GNU Pth
 PYMALLOC=on: Use Python's internal malloc
 SEM=off: POSIX semaphores
 THREADS=on: Threading support
 Options available for the single UCS: you have to select exactly
one of them UCS2=off: Unicode UCS-2 encoding
 UCS4=on: Unicode UCS-4 encoding
=== Use 'make config' to modify these settings

That's:

EXAMPLES
IPV6
NLS
PYMALLOC
THREADS
UCS4

Unless you have a good reason to use different settings I'd suggest to
use the defaults (make rmconfig), especially for threads.

  Compiled using gcc or clang
 gcc

Ah ok, we're using clang here, that might make a difference too.

 
 
 python -V
   Python 2.7.3
 
 btw, I compiled it before for 8.3 without any problems too.
 It seems that CPUCOUNT is only used to compile (faster?) if so,
 then it's not important, unless I have some other real problem.

Might as well be a gcc problem (in that case hunting it down makes
little sense, since gcc will be removed from base in the future
anyway), not clear, I'd still suggest to build python using the
default configuration settings).

 
 thanks,
   danny
 PS: can you reply to me too, since im not subscribed to ports?
 

ok ;)

Cheers,

 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to
 freebsd-ports-unsubscr...@freebsd.org





-- 
Michael Gmelin
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD ports you maintain which are out of date

2013-02-23 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, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/p5-Olson-Abbreviations| 0.03| 0.04
+-+
multimedia/gmtk | 1.0.7   | 1.0.8b
+-+
textproc/lucene | 3.6.1   | 3.6.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

Thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


44444

2013-02-23 Thread 44444444444
   

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/uwsgi

2013-02-23 Thread Daniel Braniss
 On Sat, 23 Feb 2013 15:38:36 +0200
 Daniel Braniss da...@cs.huji.ac.il wrote:
 
  Hi Michael,
  
   uname -a
  FreeBSD rnd 9.1-STABLE FreeBSD 9.1-STABLE #46: Tue Feb  5 10:46:56
  IST 2013 danny@rnd:/home/obj/rnd/r+d/stable/9/sys/HUJI  amd64
  
   Compilation options you used when building python
  the deaults from ports/lang/python27:
  EXAMPLES
  NLS
  PYMALLOC
  UCS4
 
 Hm, THREADS should be on by default too.
wups, forgot, yes THREADS is there too, and IPV6.
make showconfig


=== The following configuration options are available for python27-2.7.3_6:
 EXAMPLES=on: Build and/or install examples
 FPECTL=off: Floating point exception handling
 IPV6=on: IPv6 protocol
 NLS=on: Enable Gettext support for the locale module
 PTH=off: Threading/multiprocessing via GNU Pth
 PYMALLOC=on: Use Python's internal malloc
 SEM=off: POSIX semaphores
 THREADS=on: Threading support
 Options available for the single UCS: you have to select exactly one of 
them
 UCS2=off: Unicode UCS-2 encoding
 UCS4=on: Unicode UCS-4 encoding
=== Use 'make config' to modify these settings


 cd /usr/ports/devl/python27
 make showconfig
 
 === The following configuration options are available for
 python27-2.7.3_6: EXAMPLES=on: Build and/or install examples
  FPECTL=off: Floating point exception handling
  IPV6=on: IPv6 protocol
  NLS=on: Enable Gettext support for the locale module
  PTH=off: Threading/multiprocessing via GNU Pth
  PYMALLOC=on: Use Python's internal malloc
  SEM=off: POSIX semaphores
  THREADS=on: Threading support
  Options available for the single UCS: you have to select exactly
 one of them UCS2=off: Unicode UCS-2 encoding
  UCS4=on: Unicode UCS-4 encoding
 === Use 'make config' to modify these settings
 
 That's:
 
 EXAMPLES
 IPV6
 NLS
 PYMALLOC
 THREADS
 UCS4
 
 Unless you have a good reason to use different settings I'd suggest to
 use the defaults (make rmconfig), especially for threads.

as mentioend above, that's how python was compiled.

 
   Compiled using gcc or clang
  gcc
 
 Ah ok, we're using clang here, that might make a difference too.
 
well, I just compiled using clang, and it makes no difference.
does this error mean anything?
rnd make 
===  Building for uwsgi-1.4.5
/usr/local/bin/python2.7 uwsgiconfig.py --build
Exception in thread Thread-1:
Traceback (most recent call last):
  File /usr/local/lib/python2.7/threading.py, line 551, in __bootstrap_inner
self.run()
  File /usr/local/lib/python2.7/threading.py, line 504, in run
self.__target(*self.__args, **self.__kwargs)
  File uwsgiconfig.py, line 92, in thread_compiler
(objfile, cmdline) = compile_queue.get()
  File /usr/local/lib/python2.7/site-packages/gevent/queue.py, line 190, in 
get
return waiter.get()
  File /usr/local/lib/python2.7/site-packages/gevent/hub.py, line 321, in get
return get_hub().switch()
  File /usr/local/lib/python2.7/site-packages/gevent/hub.py, line 135, in 
get_hub
raise NotImplementedError('gevent is only usable from a single thread')
NotImplementedError: gevent is only usable from a single thread

...

danke,
danny

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Fwd: FreeBSD Port: codeblocks-10.05_1

2013-02-23 Thread Ewout Boks
Hi ports,


The port maintainer sent me a patch that was useless, in reply to the message 
below. He also stopped communicating after his first email. Could you please 
help me in making him update the port properly?


With best regards,

Ewout Boks

Begin doorgestuurd bericht:

 Van: Ewout Boks ewout.b...@han.nl
 Datum: 16 januari 2013 14:48:07 GMT+01:00
 Aan: po...@freebsd.org
 Kopie: po...@freebsd.org
 Onderwerp: FreeBSD Port: codeblocks-10.05_1
 
 Hi Port mantainer,
 
 Codeblocks has been updated to a new major release 12.x . The port still 
 builds the 3 year old 10.x version. When will the port be updated?
 
 Best regards,
 
 Ewout Boks
 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: New version of TeX?

2013-02-23 Thread Nathan Whitehorn
On 02/16/13 14:41, Hiroki Sato wrote:
 Chris Rees cr...@freebsd.org wrote
   in CADLo8388+-47_nqrGWJs3ioGcwrjdKKE=n0-exudwaz-afk...@mail.gmail.com:
 
 cr On 6 February 2013 13:50, Nathan Whitehorn nwhiteh...@freebsd.org wrote:
 cr  On 02/05/13 21:01, Dominic Fandrey wrote:
 cr  On 04/02/2013 21:08, Boris Samorodov wrote:
 cr  04.02.2013 10:21, Dominic Fandrey пишет:
 cr  On 04/02/2013 02:04, Danilo Egea wrote:
 cr  Well, there is this project 
 http://code.google.com/p/freebsd-texlive/
 cr 
 cr  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171571
 cr 
 cr  I use the patch from this PR together with the attached diff
 cr  and portmaster seems to DTRT with dependencies.
 cr 
 cr  Seeing that someone else actually uses it, I just attached a little
 cr  update fixing a problem I discovered only a couple of days ago. I
 cr  recommend you to install texlive-base again.
 cr 
 cr  Also I think it would be nice if you attached your patches to the PR.
 cr 
 cr  Regards
 cr 
 cr 
 cr  Is there any chance this could be committed now pending a longer-term
 cr  rearchitecture of the TeX stuff? I just installed it on three machines
 cr  (thanks!) with no trouble at all and everything is working perfectly.
 cr  Waiting for some long-term solution seems to be making the perfect the
 cr  enemy of the good -- and this Friday will mark 8 years since the last
 cr  teTeX update.
 cr 
 cr I would very much like to put Dominic's version in (for no particular
 cr reason other than simplicity, and it was the first I looked at-- I
 cr can't see any major advantage of one over the other).
 cr 
 cr Hiroki-san, can we please move this forward?  I'm happy to test and
 cr commit this one.  If the worst comes to the worst, we could have
 cr alternative TeXLive ports accompanied by a USE_LATEX knob and
 cr bsd.latex.mk
 
  I will start to commit a bunch of ports based on
  texlive-20120701-source in this week.  At first they are several big
  ports (much like Dominic's one), then will be split into smaller ones
  to support the existing TeX-related packages, and print/teTeX* will
  be removed eventually.
 
 -- Hiroki
 

Any news here?
-Nathan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Need help to port www/py-falcon

2013-02-23 Thread Zhihao Yuan
On Fri, Feb 22, 2013 at 9:51 AM, Zhihao Yuan lich...@gmail.com wrote:
 If I set

   USE_PYDISTUTILS=easy_install

 then I got

   ===   Generating temporary packing list
   running easy_install
   Creating /tmp/falcon/lib/python2.7/site-packages/site.py
   error: Not a URL, existing file, or requirement spec:
 '/home/lichray/devel/ports/www/py-falcon/work/falcon-0.1.1/dist/falcon-0.1.1-py2.7.egg'

 while my egg should be named

   falcon-0.1.1-py2.7-freebsd-8.3-STABLE-amd64.egg

Solved.

  PYEASYINSTALL_ARCHDEP=  yes

-- 
Zhihao Yuan, ID lichray
The best way to predict the future is to invent it.
___
4BSD -- http://4bsd.biz/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Firefox 19.0,1 crashes at startup

2013-02-23 Thread Florian Smeets
On 22.02.13 16:09, Frank Seltzer wrote:
 
 
 On Thu, 21 Feb 2013, Edwin L. Culp W. wrote:
 
 Can you apply this patch

 http://svnweb.freebsd.org/base?view=revisionrevision=246858

 to your stable/9 checkout, rebuild/install world and try to rebuild
 firefox?

 Thanks,
 Florian


 I am running yesterdays kernel and just upgraded firefox this morning and am
 writing this email on it with no problems.  The only difference is the
 kernel is not Generic but that is probably a disadvantage for me.

 I bet Florian's suggestion will fix it.

 ed

 --
 Bienes Raíces in Coatepec, Veracruz, Mexico
 
 I have updated /usr/src to
 
 Last Changed Author: mav
 Last Changed Rev: 247150
 Last Changed Date: 2013-02-22 04:47:21 -0500 (Fri, 22 Feb 2013)
 

You need at least r247156, that is the clang fix. David just confirmed
that it work for him now.

So the steps to getting a working firefox/seamonkey and probably
thunderbird are.

Update your source tree to anything = r247156.
Rebuild and install world.
Rebuild firefox/seamonkey/thunderbird.
Profit :)

David, thank you for your support and countless firefox rebuilds :)

Florian



signature.asc
Description: OpenPGP digital signature


Re: Need help to port www/py-falcon

2013-02-23 Thread Gary J. Hayers

On 23/02/2013 21:23, Zhihao Yuan wrote:

On Fri, Feb 22, 2013 at 9:51 AM, Zhihao Yuan lich...@gmail.com wrote:

If I set

   USE_PYDISTUTILS=easy_install

then I got

   ===   Generating temporary packing list
   running easy_install
   Creating /tmp/falcon/lib/python2.7/site-packages/site.py
   error: Not a URL, existing file, or requirement spec:
'/home/lichray/devel/ports/www/py-falcon/work/falcon-0.1.1/dist/falcon-0.1.1-py2.7.egg'

while my egg should be named

   falcon-0.1.1-py2.7-freebsd-8.3-STABLE-amd64.egg


Solved.

   PYEASYINSTALL_ARCHDEP=  yes



Interesting, I tried that, but glad you got it working.

--

regards,
gary J. Hayers
g...@hayers.org

PGP Signature
http://www.hayers.org/pgp
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Firefox 19.0,1 crashes at startup

2013-02-23 Thread Peter Jeremy
On 2013-Feb-21 20:45:08 +0100, Florian Smeets f...@smeets.im wrote:
On 21.02.13 20:34, Frank Seltzer wrote:
 I am getting this on 2 machines, both at 9.1-STABLE FreeBSD 9.1-STABLE #0 
 r247001.  Both have GENERIC kernel, no edits.  Both have the linux module 
 loaded if that matters.
 

Can you apply this patch

http://svnweb.freebsd.org/base?view=revisionrevision=246858

to your stable/9 checkout, rebuild/install world and try to rebuild firefox?

I was seeing the same problem on FreeBSD-8.3/i386.  I had clang-3.2
installed as a LibreOffice dependency and (for some reason) Firefox
was using clang instead of the base gcc.  After applying the patch in
base r246858 to both devel/llvm  lang/clang [I'm not sure which it's
relevant to] and rebuilding all 3, firefox also works for me.

-- 
Peter Jeremy


pgpXcQVL7zrxz.pgp
Description: PGP signature


INDEX build failed for 7.x

2013-02-23 Thread indexbuild
INDEX build failed with errors:
Generating INDEX-7 - please wait.. Done.
make_index: libmapi-0.9_5: no entry for /usr/ports/net/samba4-devel
make_index: libmapi-0.9_5: no entry for /usr/ports/net/samba4-devel

Committers on the hook:
 pawel timur 

Most recent SVN update was:
Updating '.':
Ugraphics/podofo/Makefile
Ugraphics/podofo/distinfo
Ugraphics/podofo/pkg-descr
Ugraphics/podofo/pkg-plist
Dnet/samba4-devel
Unet/Makefile
Updated to revision 312860.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


INDEX build failed for 7.x

2013-02-23 Thread indexbuild
INDEX build failed with errors:
Generating INDEX-7 - please wait.. Done.
make_index: libmapi-0.9_5: no entry for /usr/ports/net/samba4-devel
make_index: libmapi-0.9_5: no entry for /usr/ports/net/samba4-devel

Committers on the hook:
 pawel timur 

Most recent SVN update was:
Updating '.':
At revision 312860.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org