From jbe...@tormail.org Wed Sep 5 02:23:08 2012
>>$ cd /usr/src/lib/libthr; make all install DEBUG_FLAGS='-g'
Or use DEBUG_FLAGS='-g -O0' to avoid some variables being optimized
away.
done
> Ok, about devel/nspr - it fails tests.
[...]
>
Synopsis: [patch] build www/firefox and mail/thunderbird with clang
Responsible-Changed-From-To: freebsd-ports-bugs->gecko
Responsible-Changed-By: edwin
Responsible-Changed-When: Wed Sep 5 12:10:14 UTC 2012
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.f
The following reply was made to PR ports/171343; it has been noted by GNATS.
From: Yamaya Takashi
To: bug-follo...@freebsd.org, yama...@kbh.biglobe.ne.jp
Cc:
Subject: Re: ports/171343: [patch] build www/firefox and mail/thunderbird
with clang
Date: Wed, 05 Sep 2012 22:59:46 +0900
This is a m
Author: jbeich
Date: Wed Sep 5 14:45:45 2012
New Revision: 988
Log:
remove dup
Modified:
trunk/www/firefox/Makefile
Modified: trunk/www/firefox/Makefile
==
--- trunk/www/firefox/Makefile Tue Sep 4 23:19:23 2012
Author: jbeich
Date: Wed Sep 5 14:45:53 2012
New Revision: 989
Log:
use _linux.cfg, it has support for more archs
Existing constants for i386, amd64, powerpc, powerpc64, sparc64 are
identical. With this change we get support for arm, mips, hppa, s390,
s390x, sh, avr32, m32r, mc68000, sparc.
Add
Author: jbeich
Date: Wed Sep 5 14:45:59 2012
New Revision: 990
Log:
describe what's on my plate
Added:
trunk/Gecko_TODO
Modified:
trunk/Gecko_ChangeLog
Modified: trunk/Gecko_ChangeLog
==
--- trunk/Gecko_ChangeLog
Author: jbeich
Date: Wed Sep 5 16:16:21 2012
New Revision: 991
Log:
add visibility hack for clang32 with libc++
http://llvm.org/bugs/show_bug.cgi?id=13688
Added:
trunk/mail/thunderbird-esr/files/patch-clang32-libc++-visibility-hack
trunk/mail/thunderbird/files/patch-clang32-libc++-visibil
Author: jbeich
Date: Wed Sep 5 16:16:29 2012
New Revision: 992
Log:
update Nightly
Modified:
trunk/www/firefox-nightly/Makefile.hgrev
trunk/www/firefox-nightly/distinfo
Modified: trunk/www/firefox-nightly/Makefile.hgrev
=
Author: jbeich
Date: Thu Sep 6 06:16:57 2012
New Revision: 993
Log:
backout r989, too hackish and untested on tier3 archs
Let upstream deal with lots of (nearly-)identical *.cfg.
Deleted:
trunk/devel/nspr/files/patch-..::pr::include::md::_linux.cfg
Modified:
trunk/devel/nspr/Makefile
Mod