From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 9 18:17:45 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A01C790 for ; Sun, 9 Dec 2012 18:17:45 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 170598FC08 for ; Sun, 9 Dec 2012 18:17:44 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qB9IHblQ068433 for ; Sun, 9 Dec 2012 18:17:37 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qB9IHWeW067749 for freebsd-gecko@freebsd.org; Sun, 9 Dec 2012 18:17:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 9 Dec 2012 18:17:32 GMT Message-Id: <201212091817.qB9IHWeW067749@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1118 - in trunk: mail/thunderbird/files www/firefox-nightly/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 18:17:45 -0000 Author: flo Date: Sun Dec 9 18:17:32 2012 New Revision: 1118 Log: Fix on head when using clang and libstdc++. Reviewed by: jbeich Obtained from: https://code.google.com/p/googletest/source/diff?spec=svn629&old=628&r=629&format=unidiff&path=%2Ftrunk%2Finclude%2Fgtest%2Finternal%2Fgtest-port.h Added: trunk/mail/thunderbird/files/patch-mozilla-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h (contents, props changed) trunk/www/firefox-nightly/files/patch-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h (contents, props changed) Added: trunk/mail/thunderbird/files/patch-mozilla-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/mail/thunderbird/files/patch-mozilla-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h Sun Dec 9 18:17:32 2012 (r1118) @@ -0,0 +1,17 @@ +--- mozilla/media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h.orig 2012-12-09 16:28:45.641625374 +0100 ++++ mozilla/media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h 2012-12-09 19:09:11.664625374 +0100 +@@ -490,10 +490,10 @@ + # define GTEST_ENV_HAS_TR1_TUPLE_ 1 + # endif + +-// C++11 specifies that provides std::tuple. Users can't use +-// gtest in C++11 mode until their standard library is at least that +-// compliant. +-# if GTEST_LANG_CXX11 ++// C++11 specifies that provides std::tuple. Use that if gtest is used ++// in C++11 mode and libstdc++ isn't very old (binaries targeting OS X 10.6 ++// can build with clang but need to use gcc4.2's libstdc++). ++# if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325) + # define GTEST_ENV_HAS_STD_TUPLE_ 1 + # endif + Added: trunk/www/firefox-nightly/files/patch-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h Sun Dec 9 18:17:32 2012 (r1118) @@ -0,0 +1,17 @@ +--- media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h.orig 2012-12-09 16:28:45.641625374 +0100 ++++ media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h 2012-12-09 19:09:11.664625374 +0100 +@@ -490,10 +490,10 @@ + # define GTEST_ENV_HAS_TR1_TUPLE_ 1 + # endif + +-// C++11 specifies that provides std::tuple. Users can't use +-// gtest in C++11 mode until their standard library is at least that +-// compliant. +-# if GTEST_LANG_CXX11 ++// C++11 specifies that provides std::tuple. Use that if gtest is used ++// in C++11 mode and libstdc++ isn't very old (binaries targeting OS X 10.6 ++// can build with clang but need to use gcc4.2's libstdc++). ++# if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325) + # define GTEST_ENV_HAS_STD_TUPLE_ 1 + # endif + From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 9 22:22:29 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3292BD70 for ; Sun, 9 Dec 2012 22:22:29 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id DE3228FC12 for ; Sun, 9 Dec 2012 22:22:28 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id qB9MMQRS022375 for ; Sun, 9 Dec 2012 17:22:26 -0500 (EST) (envelope-from andy@neu.net) Date: Sun, 9 Dec 2012 17:22:26 -0500 (EST) From: AN To: gecko@FreeBSD.org Subject: NSS - version >= 3.14.1 Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 22:22:29 -0000 Hi: Could you please update /usr/ports/security/nss/. Thank you. FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r244048: Sun Dec9 14:01:44 EST 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 checking MOZ_LIBEVENT_LIBS... -L/usr/local/lib/event2 -levent-2.0 checking for nss-config... /usr/local/bin/nss-config checking for NSS - version >= 3.14.1... no configure: error: you don't have NSS installed or your version is too old ===> Script "../configure" failed unexpectedly. Please report the problem to gecko@FreeBSD.org [maintainer] and attach the "/usr/home/root/ff_nightly/work/mozilla-central-725eb8792d27/obj-x86_64-portbld-freebsd10.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg info -g -Ea). *** [do-configure] Error code 1 Stop in /usr/home/root/ff_nightly. *** [/usr/home/root/ff_nightly/work/.configure_done.firefox._usr_local] Error code 1 # pkg info |grep nss nss-3.14 Libraries to support development of security-enabled applications From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 10 11:06:59 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3982EFF3 for ; Mon, 10 Dec 2012 11:06:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0402B8FC08 for ; Mon, 10 Dec 2012 11:06:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAB6wsG064544 for ; Mon, 10 Dec 2012 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBAB6w7P064542 for gecko@FreeBSD.org; Mon, 10 Dec 2012 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Dec 2012 11:06:58 GMT Message-Id: <201212101106.qBAB6w7P064542@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 11:06:59 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/174096 gecko mail/thunderbird 17 and 16 crashes when try write a ne o ports/173937 gecko mail/thunderbird core dumps when using enigmail to gen o ports/173884 gecko www/firefox: /libexec/ld-elf.so.1: /usr/local/lib/gnom p ports/171255 gecko Fix www/firefox on FreeBSD 7.4/amd64 o ports/171219 gecko www/firefox-i18n russian language pack don't translate o ports/170402 gecko www/linux-firefox: crash with flashplugin o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o ports/169729 gecko www/firefox-esr "make package" produces package with z o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd o ports/169241 gecko www/firefox Right mouse buttom click freeze screen o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc o ports/167397 gecko mail/thunderbird-i18n Version 12.0 and freebsd 9.0: ca o ports/167298 gecko mail/thunderbird-i18n and www/firefox-i18n fail to fet f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/164013 gecko www/firefox: Firefox-9 Icons & xpi-addons from ports o ports/162939 gecko www/firefox crashes with Zotero add-on o ports/162075 gecko www/firefox >= 7.0.1_2 bug with respect to pentadactyl o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local o ports/156335 gecko www/firefox: Repeatable firefox-4.0_1,1 crash f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 22 problems total. From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 12 22:00:42 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A925478F for ; Wed, 12 Dec 2012 22:00:42 +0000 (UTC) (envelope-from angelvg@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 579078FC12 for ; Wed, 12 Dec 2012 22:00:42 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fo14so1438125vcb.13 for ; Wed, 12 Dec 2012 14:00:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bRBmDi5BuaysMUcnauo4eN10StQ6kXPWFIXQNOSLlyg=; b=J34fwOWi3a157cgVIwqFoadHObiMLMbmafFu8b9iMwcefI8jmuqczhzsIcwpsW2yNK Qa/6XxMw7kjg9yGUrKnwI9ZqpPr0m6zDb2YiWXj/dZCMjZDppfma1lK2k9btzGyXI+P5 8bIsmAaMUpuf4uYfhyF+sLgJ5kwFNpJTrU2+SS9qSNlqM8uwtwhzmUxyOIVgsKIxebrR N1kwZHDDtimRWGm41d3gFWCZsWVbb2sI5LWHQYDs9EAfeyfG6k4VTc5y3S9OLdoHP4nk rev0Egj31pHECJ86oVjvIXsjgx11PQik08fe90vdKcO5YEHF6ZmLJDqxI8/Lb25COyG8 5ufg== MIME-Version: 1.0 Received: by 10.52.75.70 with SMTP id a6mr1329082vdw.6.1355349641299; Wed, 12 Dec 2012 14:00:41 -0800 (PST) Received: by 10.58.215.114 with HTTP; Wed, 12 Dec 2012 14:00:41 -0800 (PST) Date: Wed, 12 Dec 2012 17:00:41 -0500 Message-ID: Subject: Firefox Port Compile Error From: angelv To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:00:42 -0000 Hi, I try install Firefox from ports unsussefully System info: # uname -a FreeBSD delta.alpha.telemedellin.tv 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Update ports tree: # csup -h cvsup15.us.FreeBSD.org -g -L 2 /usr/share/examples/cvsup/ports-supfile # cat /usr/ports/UPDATING ... 20121211: AFFECTS: users of graphics/ImageMagick AUTHOR: bdrewery@FreeBSD.org The ImageMagick library has been updated to version 6.8.0-7. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r ImageMagick 20121211: AFFECTS: users of devel/pcre AUTHOR: bdrewery@FreeBSD.org The pcre library has been updated to version 8.32. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r pcre ... List all ports installed: # ls /var/db/pkg -> http://pastebin.com/L1qY6xKN Enter to port dorectory: # cd /usr/ports/www/firefox Port options: # make showconfig ===> The following configuration options are available for firefox-17.0.1,1: DBUS=on: D-Bus IPC system DEBUG=off: Install debug symbols GCONF=off: GConf configuration backend GIO=on: GIO for file I/O GNOMEUI=off: libgnomeui support module GNOMEVFS2=off: GnomeVFS2 (virtual file system) GSTREAMER=off: Multimedia via GStreamer LIBPROXY=off: Proxy support via libproxy LOGGING=on: Additional log messages OPTIMIZED_CFLAGS=off: Use extra compiler optimizations PGO=off: Use Profile-Guided Optimization ====> Options available for the single AUDIO: you have to select exactly one of them ALSA=on: ALSA audio architecture OSS=off: Open Sound System PULSEAUDIO=off: PulseAudio sound server ====> Options available for the single TOOLKIT: you have to select exactly one of them GTK2=on: GTK+ 2 GUI toolkit QT4=off: Qt GUI (EXPERIMENTAL, bug 521582) ===> Use 'make config' to modify these settings Installing the port: # make install clean Error: ... gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/ipc/chromium' gmake[4]: Nothing to be done for `tools'. gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc/chromium' gmake -C glue tools gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/ipc/glue' gmake[4]: Nothing to be done for `tools'. gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc/glue' gmake -C ipdl tools gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/ipc/ipdl' gmake[4]: Nothing to be done for `tools'. gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc/ipdl' gmake -C testshell tools gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/ipc/testshell' gmake[4]: Nothing to be done for `tools'. gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc/testshell' gmake -C app libs MozillaRuntimeMain.cpp gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/ipc/app' c++ -o MozillaRuntimeMain.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1 -I../../toolkit/xre -I../../xpcom/base -I../../ipc/chromium/src -I../../ipc/glue -I../../ipc/ipdl/_ipdlheaders -I../../ipc/app -I. -I../../dist/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -fPIC -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/MozillaRuntimeMain.o.pp /usr/ports/www/firefox/work/mozilla-release/ipc/app/MozillaRuntimeMain.cpp /usr/ports/www/firefox/work/mozilla-release/_virtualenv/bin/python ../../config/pythonpath.py -I../../config ../../config/expandlibs_exec.py --depend .deps/plugin-container.pp --target plugin-container --uselist -- c++ -o plugin-container -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer MozillaRuntimeMain.o -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$ORIGIN -Wl,-z,noexecstack -Wl,-rpath-link,/usr/ports/www/firefox/work/mozilla-release/dist/bin -Wl,-rpath-link,/usr/local/lib -L../../dist/bin -L../../dist/lib -L/usr/ports/www/firefox/work/mozilla-release/dist/bin -lxpcom -lmozalloc -lxul -liconv -L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,--whole-archive /usr/ports/www/firefox/work/mozilla-release/dist/lib/libmozglue.a /usr/ports/www/firefox/work/mozilla-release/dist/lib/libmemory.a -Wl,--no-whole-archive -rdynamic -lkvm /usr/bin/ld: warning: libxcb-util.so.0, needed by /usr/local/lib/libstartup-notification-1.so.0, not found (try using -rpath or -rpath-link) /usr/local/lib/libstartup-notification-1.so.0: undefined reference to `xcb_aux_get_screen' gmake[4]: *** [plugin-container] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc/app' gmake[3]: *** [tools] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc' gmake[2]: *** [tools_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/firefox. *** [install] Error code 1 Stop in /usr/ports/www/firefox. Try remove old options in the port: # rm /var/db/ports/firefox/options # make showconfig ===> The following configuration options are available for firefox-17.0.1,1: DBUS=on: D-Bus IPC system DEBUG=off: Install debug symbols GCONF=off: GConf configuration backend GIO=on: GIO for file I/O GNOMEUI=off: libgnomeui support module GNOMEVFS2=off: GnomeVFS2 (virtual file system) GSTREAMER=off: Multimedia via GStreamer LIBPROXY=off: Proxy support via libproxy LOGGING=on: Additional log messages OPTIMIZED_CFLAGS=off: Use extra compiler optimizations PGO=off: Use Profile-Guided Optimization ====> Options available for the single AUDIO: you have to select exactly one of them ALSA=on: ALSA audio architecture OSS=off: Open Sound System PULSEAUDIO=off: PulseAudio sound server ====> Options available for the single TOOLKIT: you have to select exactly one of them GTK2=on: GTK+ 2 GUI toolkit QT4=off: Qt GUI (EXPERIMENTAL, bug 521582) ===> Use 'make config' to modify these settings Try again: # make install clean Error again: gmake[4]: Nothing to be done for `tools'. gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc/testshell' gmake -C app libs gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/ipc/app' /usr/ports/www/firefox/work/mozilla-release/_virtualenv/bin/python ../../config/pythonpath.py -I../../config ../../config/expandlibs_exec.py --depend .deps/plugin-container.pp --target plugin-container --uselist -- c++ -o plugin-container -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer MozillaRuntimeMain.o -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$ORIGIN -Wl,-z,noexecstack -Wl,-rpath-link,/usr/ports/www/firefox/work/mozilla-release/dist/bin -Wl,-rpath-link,/usr/local/lib -L../../dist/bin -L../../dist/lib -L/usr/ports/www/firefox/work/mozilla-release/dist/bin -lxpcom -lmozalloc -lxul -liconv -L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,--whole-archive /usr/ports/www/firefox/work/mozilla-release/dist/lib/libmozglue.a /usr/ports/www/firefox/work/mozilla-release/dist/lib/libmemory.a -Wl,--no-whole-archive -rdynamic -lkvm /usr/bin/ld: warning: libxcb-util.so.0, needed by /usr/local/lib/libstartup-notification-1.so.0, not found (try using -rpath or -rpath-link) /usr/local/lib/libstartup-notification-1.so.0: undefined reference to `xcb_aux_get_screen' gmake[4]: *** [plugin-container] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc/app' gmake[3]: *** [tools] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/ipc' gmake[2]: *** [tools_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/firefox. *** [install] Error code 1 Stop in /usr/ports/www/firefox. Thank you for you hard work! Bye. -- "When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." - Stephen F Roberts From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 12 22:22:03 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 388F936F for ; Wed, 12 Dec 2012 22:22:03 +0000 (UTC) (envelope-from angelvg@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D7C778FC12 for ; Wed, 12 Dec 2012 22:22:02 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so1425695vba.13 for ; Wed, 12 Dec 2012 14:22:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=j9z6CLyERQzzuAm4FO5iO9UkmuTBQodsY2cSX0qo3YY=; b=lW2AzFqb2dP8Y2+8kW5TNFY1q24rcSeJFhD/aExejk5tur9neX2QRcBtroogJooGbh 80XwFG9C1dKdwK/RyMEHVf1JCOUpDbwaEBCStE5f6fj/meZNQ2C/RO5t71Vq8orKbODt Qr+hmH4OSRHoU2EkOYrHZwZUfW0gDPUgroejWqmP87uC45dU61VDxr3vpGu7jvOlz7/b 5+HO4j72+YJ+hjTT05S7ATVZT06mTaGKCPuqCZJwJRkTm2QFz/FAwHv6RYv4snUgghlh 2mGels1ZFG4Jab/2YuP7vRq9m+Ey2+qo2Hu+ofdEBpyGcmyhDnwkp2Qxsk4Ts1wghRTo y+Zg== MIME-Version: 1.0 Received: by 10.220.238.148 with SMTP id ks20mr1642648vcb.5.1355350921856; Wed, 12 Dec 2012 14:22:01 -0800 (PST) Received: by 10.58.215.114 with HTTP; Wed, 12 Dec 2012 14:22:01 -0800 (PST) Date: Wed, 12 Dec 2012 17:22:01 -0500 Message-ID: Subject: Thunderbird Port Compile Error From: angelv To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:22:03 -0000 Hi, I try install Thunderbird from ports unsussefully System info: # uname -a FreeBSD delta.alpha.telemedellin.tv 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Update ports tree: # csup -h cvsup15.us.FreeBSD.org -g -L 2 /usr/share/examples/cvsup/ports-supfile # cat /usr/ports/UPDATING ... 20121211: AFFECTS: users of graphics/ImageMagick AUTHOR: bdrewery@FreeBSD.org The ImageMagick library has been updated to version 6.8.0-7. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r ImageMagick 20121211: AFFECTS: users of devel/pcre AUTHOR: bdrewery@FreeBSD.org The pcre library has been updated to version 8.32. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r pcre ... List all ports installed: # ls /var/db/pkg -> http://pastebin.com/L1qY6xKN Enter to port dorectory: # cd /usr/ports/mail/thunderbird Port options: # make showconfig ===> The following configuration options are available for thunderbird-17.0: DBUS=on: D-Bus IPC system DEBUG=off: Install debug symbols ENIGMAIL=on: Enigmail extension GCONF=off: GConf configuration backend GIO=off: GIO for file I/O GNOMEUI=off: libgnomeui support module GNOMEVFS2=off: GnomeVFS2 (virtual file system) GSTREAMER=off: Multimedia via GStreamer LIBPROXY=off: Proxy support via libproxy LIGHTNING=on: Calendar extension LOGGING=on: Additional log messages OPTIMIZED_CFLAGS=off: Use extra compiler optimizations ====> Options available for the single AUDIO: you have to select exactly one of them ALSA=off: ALSA audio architecture OSS=on: Open Sound System PULSEAUDIO=off: PulseAudio sound server ====> Options available for the single TOOLKIT: you have to select exactly one of them GTK2=on: GTK+ 2 GUI toolkit QT4=off: Qt GUI (EXPERIMENTAL, bug 521582) ===> Use 'make config' to modify these settings Installing the port: # make install clean Error: ... gmake[5]: Entering directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/testshell' gmake[5]: Nothing to be done for `tools'. gmake[5]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/testshell' gmake -C app libs MozillaRuntimeMain.cpp gmake[5]: Entering directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/app' c++ -o MozillaRuntimeMain.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZ_THUNDERBIRD=1 -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1 -I../../toolkit/xre -I../../xpcom/base -I../../ipc/chromium/src -I../../ipc/glue -I../../ipc/ipdl/_ipdlheaders -I../../ipc/app -I. -I../../dist/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -fPIC -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/MozillaRuntimeMain.o.pp /usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/app/MozillaRuntimeMain.cpp /usr/ports/mail/thunderbird/work/comm-release/mozilla/_virtualenv/bin/python ../../config/pythonpath.py -I../../config ../../config/expandlibs_exec.py --depend .deps/plugin-container.pp --target plugin-container --uselist -- c++ -o plugin-container -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer MozillaRuntimeMain.o -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$ORIGIN -Wl,-z,noexecstack -Wl,-rpath-link,/usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/bin -Wl,-rpath-link,/usr/local/lib -L../../dist/bin -L../../dist/lib -L/usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/bin -lxpcom -lmozalloc -lxul -liconv -L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,--whole-archive /usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/lib/libmozglue.a /usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/lib/libmemory.a -Wl,--no-whole-archive -rdynamic -lkvm /usr/bin/ld: warning: libxcb-util.so.0, needed by /usr/local/lib/libstartup-notification-1.so.0, not found (try using -rpath or -rpath-link) /usr/local/lib/libstartup-notification-1.so.0: undefined reference to `xcb_aux_get_screen' gmake[5]: *** [plugin-container] Error 1 gmake[5]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/app' gmake[4]: *** [tools] Error 2 gmake[4]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc' gmake[3]: *** [tools_tier_platform] Error 2 gmake[3]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake[2]: *** [tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/mail/thunderbird. *** [install] Error code 1 Stop in /usr/ports/mail/thunderbird. I thinking the error is caused for the updated pcre "The pcre library has been updated to version 8.32." After i run comand... # portmaster -w -r pcre for update all my ports, Firefox show error and no build, the two ports need pcre-8.31_1 buy my system have more new # ls /var/db/pkg | grep pcre pcre-8.32 -- "When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." - Stephen F Roberts From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 14 04:17:34 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD8838A9 for ; Fri, 14 Dec 2012 04:17:34 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 2E5958FC0C for ; Fri, 14 Dec 2012 04:17:33 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBE4HW0P078001 for ; Fri, 14 Dec 2012 04:17:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBE4HRrT077596 for freebsd-gecko@freebsd.org; Fri, 14 Dec 2012 04:17:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 14 Dec 2012 04:17:27 GMT Message-Id: <201212140417.qBE4HRrT077596@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1121 - trunk/Mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 04:17:34 -0000 Author: jbeich Date: Fri Dec 14 04:17:27 2012 New Revision: 1121 Log: nss needs similar fix to r1097 Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:20 2012 (r1120) +++ trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:27 2012 (r1121) @@ -855,6 +855,10 @@ @for i in ${.CURDIR}/../../security/nss/files/patch-*; do \ ${PATCH} ${PATCH_ARGS} -d ${MOZSRC}/security/nss < $$i; \ done + @${REINPLACE_CMD} -e '/DLL_SUFFIX/d' \ + ${WRKSRC}/security/coreconf/FreeBSD.mk + @${REINPLACE_CMD} -e '/\.so/d' \ + ${WRKSRC}/security/coreconf/rules.mk .endif .for subdir in "" nsprpub js/src @if [ -f ${MOZSRC}/${subdir}/config/system-headers ] ; then \ From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 14 04:17:41 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 857AD8B4 for ; Fri, 14 Dec 2012 04:17:41 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 0A67E8FC12 for ; Fri, 14 Dec 2012 04:17:40 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBE4He4I079437 for ; Fri, 14 Dec 2012 04:17:40 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBE4HZPp078906 for freebsd-gecko@freebsd.org; Fri, 14 Dec 2012 04:17:35 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 14 Dec 2012 04:17:35 GMT Message-Id: <201212140417.qBE4HZPp078906@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1122 - trunk/security/nss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 04:17:41 -0000 Author: jbeich Date: Fri Dec 14 04:17:34 2012 New Revision: 1122 Log: load system nss database from /usr/local Modified: trunk/security/nss/Makefile Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Fri Dec 14 04:17:27 2012 (r1121) +++ trunk/security/nss/Makefile Fri Dec 14 04:17:34 2012 (r1122) @@ -80,6 +80,8 @@ .for i in MAJOR MINOR PATCH @${SED} -i.${i} -e 's|@${i}@|${_${i}}|' ${WRKDIR}/nss-config .endfor + @${REINPLACE_CMD} '/NSS_DEFAULT_SYSTEM/s,/etc,${PREFIX}&,' \ + ${WRKSRC}/lib/sysinit/nsssysinit.c @cd ${WRKSRC} && \ ${FIND} . -name "*.c" -o -name "*.h" | \ ${XARGS} ${REINPLACE_CMD} -e 's|"nspr.h"||' From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 14 04:17:51 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 348528C1 for ; Fri, 14 Dec 2012 04:17:51 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id C394D8FC14 for ; Fri, 14 Dec 2012 04:17:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBE4HnFq083034 for ; Fri, 14 Dec 2012 04:17:49 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBE4Hi02080257 for freebsd-gecko@freebsd.org; Fri, 14 Dec 2012 04:17:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 14 Dec 2012 04:17:44 GMT Message-Id: <201212140417.qBE4Hi02080257@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1123 - in trunk: . Mk www/firefox www/firefox-nightly www/firefox-nightly/files www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 04:17:51 -0000 Author: jbeich Date: Fri Dec 14 04:17:44 2012 New Revision: 1123 Log: update Deleted: trunk/www/firefox-nightly/files/patch-xpcom-base-AvailableMemoryTracker.cpp Modified: trunk/Gecko_ChangeLog trunk/Gecko_TODO trunk/Mk/bsd.gecko.mk trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox-nightly/files/patch-bug807492 trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/Gecko_ChangeLog Fri Dec 14 04:17:44 2012 (r1123) @@ -1,5 +1,3 @@ -17.0: -- support more h264 codecs when using GSTREAMER with YouTube -- unbreak build for -esr on -CURRENT after clang became default [1] - -PR: ports/173679 [1] +18.0: +- remove QT4 option to avoid confusion +- add WEBRTC option, untested with cameras Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/Gecko_TODO Fri Dec 14 04:17:44 2012 (r1123) @@ -1,6 +1,11 @@ unassigned (upstream): +- xpcom/base/nsMemoryInfoDumper.cpp +- xpcom/base/MapsMemoryReporter.cpp +- media/webrtc/trunk/src/system_wrappers/source/cpu.cc - toolkit/crashreporter -- OSS or GStreamer for media/libcubeb +- OSS or GStreamer for + * media/libcubeb + * media/webrtc/trunk/src/modules/audio_device - pmc(3) for js/src/perf https://developer.mozilla.org/en-US/docs/Performance/JS::PerfMeasurement - mozboot (ex.: bug 790750) @@ -23,5 +28,5 @@ jbeich: - webrtc (testing?) - switch to --ignore-unresolved-symbol (waiting for binutils 2.24) -- add Gtk3 support (waiting for upstream) +- add Gtk3 support (not landed in m-c yet) - move PGO to bsd.gecko.mk (blocked by USE_PYTHON_BUILD in *-esr) Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:44 2012 (r1123) @@ -554,10 +554,10 @@ .if ${MOZILLA_VER:R:R} >= 16 || exists(${.CURDIR}/files/patch-bug788955) .if ${OSVERSION} > 1000011 # use jemalloc 3.0.0 API in libc -MOZ_EXPORT+= MOZ_JEMALLOC=1 +MOZ_EXPORT+= MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1 .elif ${OSVERSION} > 701106 MOZ_OPTIONS+= --enable-jemalloc -MOZ_EXPORT+= MOZ_JEMALLOC=1 +MOZ_EXPORT+= MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1 .endif .endif Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/firefox-nightly/Makefile Fri Dec 14 04:17:44 2012 (r1123) @@ -18,18 +18,18 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ - nss>=3.14:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip +# nss>=3.14.1:${PORTSDIR}/security/nss \ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= # empty +USE_MOZILLA= -nss MOZILLA_NAME= Nightly MOZILLA_SUFX= -nightly MOZILLA= ${PORTNAME}${MOZILLA_SUFX} Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/firefox-nightly/Makefile.hgrev Fri Dec 14 04:17:44 2012 (r1123) @@ -1 +1 @@ -HGREV= 114744:d9020fa719c5 +HGREV= 115909:8a72b2a22450 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/firefox-nightly/distinfo Fri Dec 14 04:17:44 2012 (r1123) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/d9020fa719c5.tar.bz2) = db96af57c138017acc10af48105bb4e05a9576aac55dbc505c3fd91be43d1afb -SIZE (firefox-nightly/d9020fa719c5.tar.bz2) = 97741462 +SHA256 (firefox-nightly/8a72b2a22450.tar.bz2) = 44890b65e04452ad4941be406f2515cc61487892972d263c0ca788a600c3a535 +SIZE (firefox-nightly/8a72b2a22450.tar.bz2) = 97468989 Modified: trunk/www/firefox-nightly/files/patch-bug807492 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug807492 Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/firefox-nightly/files/patch-bug807492 Fri Dec 14 04:17:44 2012 (r1123) @@ -64,13 +64,13 @@ ;; esac fi -@@ -8865,16 +8876,21 @@ if test "${OS_TARGET}" = "WINNT"; then - if test "$HAVE_64BIT_OS"; then - OS_BITS=64 +@@ -9032,16 +9043,21 @@ elif test "${OS_TARGET}" = "Android"; th + EXTRA_GYP_DEFINES="-D gtest_target_type=executable -D android_toolchain=${android_toolchain} -G os=android " + if test -n "$ARM_ARCH" && test "$ARM_ARCH" -lt 7; then + EXTRA_GYP_DEFINES+=" -D armv7=0 " else - OS_BITS=32 + EXTRA_GYP_DEFINES+=" -D armv7=1 " fi - EXTRA_GYP_DEFINES="-D MSVS_VERSION=${_MSVS_VERSION} -D MSVS_OS_BITS=${OS_BITS}" fi +# Don't try to compile sse4.1 code if toolchain doesn't support @@ -85,7 +85,7 @@ dnl so that regeneration via dependencies works correctly WEBRTC_CONFIG="-D build_with_mozilla=1 --include ${srcdir}/media/webrtc/webrtc_config.gypi -D FORCED_INCLUDE_FILE=${srcdir}/media/webrtc/webrtc_config.gypi" - GYP_WEBRTC_OPTIONS="--format=mozmake ${WEBRTC_CONFIG} ${EXTRA_GYP_DEFINES} --depth=${srcdir}/media/webrtc/trunk --toplevel-dir=${srcdir} -G OBJDIR=${_objdir}" + GYP_WEBRTC_OPTIONS="--format=mozmake ${WEBRTC_CONFIG} -D target_arch=${WEBRTC_TARGET_ARCH} ${EXTRA_GYP_DEFINES} --depth=${srcdir}/media/webrtc/trunk --toplevel-dir=${srcdir} -G OBJDIR=${_objdir}" diff --git js/src/config/system-headers js/src/config/system-headers index 9bd1efa..1095a01 100644 --- js/src/config/system-headers @@ -114,20 +114,20 @@ -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/event \ $(NULL) --ifeq ($(OS_ARCH), Darwin) +-ifeq ($(OS_TARGET), Darwin) +ifneq (,$(filter Darwin DragonFly FreeBSD NetBSD OpenBSD,$(OS_TARGET))) LOCAL_INCLUDES += \ -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/darwin/include \ -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/generic/include \ $(NULL) -+ifeq ($(OS_ARCH), Darwin) ++ifeq ($(OS_TARGET), Darwin) DEFINES += -DDARWIN +else +DEFINES += -DBSD +endif endif - ifeq ($(OS_ARCH), Linux) + ifeq ($(OS_TARGET), Linux) LOCAL_INCLUDES += \ -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/linux/include \ -I$(topsrcdir)/media/mtransport/third_party/nrappkit/src/port/generic/include \ Deleted: trunk/www/firefox-nightly/files/patch-xpcom-base-AvailableMemoryTracker.cpp ============================================================================== --- trunk/www/firefox-nightly/files/patch-xpcom-base-AvailableMemoryTracker.cpp Fri Dec 14 04:17:44 2012 (r1122) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- xpcom/base/AvailableMemoryTracker.cpp~ -+++ xpcom/base/AvailableMemoryTracker.cpp -@@ -499,6 +499,6 @@ nsJemallocFreeDirtyPagesRunnable::Run() - MOZ_ASSERT(NS_IsMainThread()); - - #if defined(MOZ_JEMALLOC) -- mallctl("arenas.purge", nullptr, 0, nullptr, 0); -+// mallctl("arenas.purge", nullptr, 0, nullptr, 0); - #elif defined(MOZ_MEMORY) - jemalloc_free_dirty_pages(); Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/firefox/Makefile Fri Dec 14 04:17:44 2012 (r1123) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 18.0b2 +DISTVERSION= 18.0b4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -17,11 +17,11 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ - nss>=3.13.6_1:${PORTSDIR}/security/nss \ sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip +# nss>=3.14.1:${PORTSDIR}/security/nss \ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 @@ -29,7 +29,7 @@ USE_GECKO= gecko CONFLICTS= firefox-1[07].* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= # empty +USE_MOZILLA= -nss MOZILLA_NAME= Firefox MAKE_JOBS_SAFE= yes Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/firefox/distinfo Fri Dec 14 04:17:44 2012 (r1123) @@ -1,2 +1,2 @@ -SHA256 (firefox-18.0b2.source.tar.bz2) = d6fcb337889810436936a5dc0dac8936029bb4011afe8a0956ee4e1f09773bdb -SIZE (firefox-18.0b2.source.tar.bz2) = 96713768 +SHA256 (firefox-18.0b4.source.tar.bz2) = 5b0a3eb952171b4bdf78b80e1b18f5cf6c31cdeb8bedc3aebd090a91abfb041b +SIZE (firefox-18.0b4.source.tar.bz2) = 96916801 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/seamonkey/Makefile Fri Dec 14 04:17:44 2012 (r1123) @@ -2,7 +2,7 @@ # $FreeBSD: ports/www/seamonkey/Makefile,v 1.326 2012/06/01 05:25:02 dinoex Exp $ PORTNAME= seamonkey -DISTVERSION= 2.15b2 +DISTVERSION= 2.15b3 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Fri Dec 14 04:17:34 2012 (r1122) +++ trunk/www/seamonkey/distinfo Fri Dec 14 04:17:44 2012 (r1123) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.15b2.source.tar.bz2) = e89a28463bb52d73550ff11766a87abdba3f86aeefacd98e161562e7c6e4703c -SIZE (seamonkey-2.15b2.source.tar.bz2) = 120021742 +SHA256 (seamonkey-2.15b3.source.tar.bz2) = 87be84196bbf86039a6bc2773919ff42af1f56f673e8b1cedd8caa8b5b5b2eb9 +SIZE (seamonkey-2.15b3.source.tar.bz2) = 120120509 SHA256 (enigmail-1.4.6.tar.gz) = f3771d1faa26676818bab5e2c50dce85013b9de30b82de526159eaa7ca34f036 SIZE (enigmail-1.4.6.tar.gz) = 1262280 From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 14 04:26:37 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDD02AC5 for ; Fri, 14 Dec 2012 04:26:37 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 618DF8FC14 for ; Fri, 14 Dec 2012 04:26:37 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBE4QaLZ017124 for ; Fri, 14 Dec 2012 04:26:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBE4QV8w016600 for freebsd-gecko@freebsd.org; Fri, 14 Dec 2012 04:26:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 14 Dec 2012 04:26:31 GMT Message-Id: <201212140426.qBE4QV8w016600@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1124 - trunk/Mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 04:26:37 -0000 Author: jbeich Date: Fri Dec 14 04:26:31 2012 New Revision: 1124 Log: fix paths for -nspr -nss on thunderbird/seamonkey Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:44 2012 (r1123) +++ trunk/Mk/bsd.gecko.mk Fri Dec 14 04:26:31 2012 (r1124) @@ -848,7 +848,7 @@ ${PATCH} ${PATCH_ARGS} -d ${MOZSRC}/nsprpub/build < $$i; \ done @${REINPLACE_CMD} -e '/DLL_SUFFIX/s/so\.1$$/so/' \ - ${WRKSRC}/nsprpub/configure + ${MOZSRC}/nsprpub/configure .endif .if ${USE_MOZILLA:M-nss} @${ECHO_MSG} "===> Applying NSS patches" @@ -856,9 +856,9 @@ ${PATCH} ${PATCH_ARGS} -d ${MOZSRC}/security/nss < $$i; \ done @${REINPLACE_CMD} -e '/DLL_SUFFIX/d' \ - ${WRKSRC}/security/coreconf/FreeBSD.mk + ${MOZSRC}/security/coreconf/FreeBSD.mk @${REINPLACE_CMD} -e '/\.so/d' \ - ${WRKSRC}/security/coreconf/rules.mk + ${MOZSRC}/security/coreconf/rules.mk .endif .for subdir in "" nsprpub js/src @if [ -f ${MOZSRC}/${subdir}/config/system-headers ] ; then \ From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 14 04:28:23 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5574AF0 for ; Fri, 14 Dec 2012 04:28:23 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 2DEB58FC08 for ; Fri, 14 Dec 2012 04:28:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBE4HIl3075628 for ; Fri, 14 Dec 2012 04:17:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBE4HDEG075040 for freebsd-gecko@freebsd.org; Fri, 14 Dec 2012 04:17:13 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 14 Dec 2012 04:17:13 GMT Message-Id: <201212140417.qBE4HDEG075040@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1119 - trunk/www/firefox/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 04:28:23 -0000 Author: jbeich Date: Fri Dec 14 04:17:13 2012 New Revision: 1119 Log: www/firefox has WEBRTC option and so needs r1118, too Added: trunk/www/firefox/files/patch-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h Added: trunk/www/firefox/files/patch-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h Fri Dec 14 04:17:13 2012 (r1119) @@ -0,0 +1,17 @@ +--- media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h.orig 2012-12-09 16:28:45.641625374 +0100 ++++ media/webrtc/trunk/testing/gtest/include/gtest/internal/gtest-port.h 2012-12-09 19:09:11.664625374 +0100 +@@ -490,10 +490,10 @@ + # define GTEST_ENV_HAS_TR1_TUPLE_ 1 + # endif + +-// C++11 specifies that provides std::tuple. Users can't use +-// gtest in C++11 mode until their standard library is at least that +-// compliant. +-# if GTEST_LANG_CXX11 ++// C++11 specifies that provides std::tuple. Use that if gtest is used ++// in C++11 mode and libstdc++ isn't very old (binaries targeting OS X 10.6 ++// can build with clang but need to use gcc4.2's libstdc++). ++# if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325) + # define GTEST_ENV_HAS_STD_TUPLE_ 1 + # endif + From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 14 04:28:24 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAB00AF2 for ; Fri, 14 Dec 2012 04:28:24 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 33D5B8FC17 for ; Fri, 14 Dec 2012 04:28:24 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBE4HPbn076519 for ; Fri, 14 Dec 2012 04:17:25 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBE4HKvK076300 for freebsd-gecko@freebsd.org; Fri, 14 Dec 2012 04:17:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 14 Dec 2012 04:17:20 GMT Message-Id: <201212140417.qBE4HKvK076300@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1120 - trunk/Mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 04:28:24 -0000 Author: jbeich Date: Fri Dec 14 04:17:20 2012 New Revision: 1120 Log: -nss requires -dbm after r1061 Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:13 2012 (r1119) +++ trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:20 2012 (r1120) @@ -441,7 +441,7 @@ # # Ports can use the following: # -# USE_MOZILLA By default, it enables the denendencies: cairo, dbm, +# USE_MOZILLA By default, it enables the denendencies: cairo, # event, ffi, hunspell, jpeg, nspr, nss, png, sqlite, # vpx and zip. Search for '_ALL_DEPENDS' below to see # the list. If your port doesn't need one of list then @@ -568,14 +568,12 @@ .endif # Standard depends -_ALL_DEPENDS= cairo dbm event ffi hunspell jpeg nspr nss png sqlite vpx zip +_ALL_DEPENDS= cairo event ffi hunspell jpeg nspr nss png sqlite vpx zip cairo_LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo cairo_MOZ_OPTIONS= --enable-system-cairo --enable-system-pixman cairo_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/cairo -dbm_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm - event_LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 event_MOZ_OPTIONS= --with-system-libevent event_EXTRACT_AFTER_ARGS= --exclude mozilla*/ipc/chromium/src/third_party/libevent @@ -598,7 +596,8 @@ nss_LIB_DEPENDS= nss3:${PORTSDIR}/security/nss nss_MOZ_OPTIONS= --with-system-nss -nss_EXTRACT_AFTER_ARGS= --exclude mozilla*/security/coreconf \ +nss_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm \ + --exclude mozilla*/security/coreconf \ --exclude mozilla*/security/nss png_LIB_DEPENDS= png15:${PORTSDIR}/graphics/png From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 14 05:43:15 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0633CA29 for ; Fri, 14 Dec 2012 05:43:15 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id B58568FC12 for ; Fri, 14 Dec 2012 05:43:14 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id qBE5h9R6047458 for ; Fri, 14 Dec 2012 00:43:09 -0500 (EST) (envelope-from andy@neu.net) Date: Fri, 14 Dec 2012 00:43:09 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1120 - trunk/Mk In-Reply-To: <201212140417.qBE4HKvK076300@trillian.chruetertee.ch> Message-ID: References: <201212140417.qBE4HKvK076300@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 05:43:15 -0000 On Fri, 14 Dec 2012, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Fri Dec 14 04:17:20 2012 > New Revision: 1120 > > Log: > -nss requires -dbm after r1061 > > Modified: > trunk/Mk/bsd.gecko.mk > > Modified: trunk/Mk/bsd.gecko.mk > ============================================================================== > --- trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:13 2012 (r1119) > +++ trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:20 2012 (r1120) > @@ -441,7 +441,7 @@ > # > # Ports can use the following: > # > -# USE_MOZILLA By default, it enables the denendencies: cairo, dbm, > +# USE_MOZILLA By default, it enables the denendencies: cairo, > # event, ffi, hunspell, jpeg, nspr, nss, png, sqlite, > # vpx and zip. Search for '_ALL_DEPENDS' below to see > # the list. If your port doesn't need one of list then > @@ -568,14 +568,12 @@ > .endif > > # Standard depends > -_ALL_DEPENDS= cairo dbm event ffi hunspell jpeg nspr nss png sqlite vpx zip > +_ALL_DEPENDS= cairo event ffi hunspell jpeg nspr nss png sqlite vpx zip > > cairo_LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo > cairo_MOZ_OPTIONS= --enable-system-cairo --enable-system-pixman > cairo_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/cairo > > -dbm_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm > - > event_LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 > event_MOZ_OPTIONS= --with-system-libevent > event_EXTRACT_AFTER_ARGS= --exclude mozilla*/ipc/chromium/src/third_party/libevent > @@ -598,7 +596,8 @@ > > nss_LIB_DEPENDS= nss3:${PORTSDIR}/security/nss > nss_MOZ_OPTIONS= --with-system-nss > -nss_EXTRACT_AFTER_ARGS= --exclude mozilla*/security/coreconf \ > +nss_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm \ > + --exclude mozilla*/security/coreconf \ > --exclude mozilla*/security/nss > > png_LIB_DEPENDS= png15:${PORTSDIR}/graphics/png > _______________________________________________ FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r244190: Thu Dec 13 16:21:14 EST 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 # svn up Updating '.': At revision 1124. [root@FBSD10 ~/ff_nightly]# make update && make makesum && time make all deinstall install clean ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/sbin/pkg - found ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for firefox-nightly-20.0.115911,1 ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for firefox-nightly/b11065872128.tar.bz2. ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Patching for firefox-nightly-20.0.115911,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Applying FreeBSD patches for firefox-nightly-20.0.115911,1 ===> Applying NSS patches cannot open /root/ff_nightly/../../security/nss/files/patch-*: No such file or directory *** [gecko-post-patch] Error code 2 Stop in /root/ff_nightly. *** [/root/ff_nightly/work/.patch_done.firefox._usr_local] Error code 1 From owner-freebsd-gecko@FreeBSD.ORG Sat Dec 15 00:04:29 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB8AAD5E for ; Sat, 15 Dec 2012 00:04:29 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 86F818FC0A for ; Sat, 15 Dec 2012 00:04:29 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id qBF04SuF098607 for ; Sat, 15 Dec 2012 00:04:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id qBF04Mdq097409 for freebsd-gecko@freebsd.org; Sat, 15 Dec 2012 00:04:22 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 15 Dec 2012 00:04:22 GMT Message-Id: <201212150004.qBF04Mdq097409@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1125 - in trunk: security/ca_root_nss security/nss www/firefox www/firefox-nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 00:04:30 -0000 Author: jbeich Date: Sat Dec 15 00:04:22 2012 New Revision: 1125 Log: bump nss version Modified: trunk/security/ca_root_nss/Makefile trunk/security/ca_root_nss/distinfo trunk/security/nss/Makefile trunk/security/nss/distinfo trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile Modified: trunk/security/ca_root_nss/Makefile ============================================================================== --- trunk/security/ca_root_nss/Makefile Fri Dec 14 04:26:31 2012 (r1124) +++ trunk/security/ca_root_nss/Makefile Sat Dec 15 00:04:22 2012 (r1125) @@ -29,7 +29,7 @@ # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.14 +VERSION_NSS= 3.14.1 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/mozilla/security/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: trunk/security/ca_root_nss/distinfo ============================================================================== --- trunk/security/ca_root_nss/distinfo Fri Dec 14 04:26:31 2012 (r1124) +++ trunk/security/ca_root_nss/distinfo Sat Dec 15 00:04:22 2012 (r1125) @@ -1,2 +1,2 @@ -SHA256 (nss-3.14.tar.gz) = b01868959d50263265aacc5a09f9a9eefbbde5f35604c2977f9714696f1d3e2b -SIZE (nss-3.14.tar.gz) = 6068755 +SHA256 (nss-3.14.1.tar.gz) = 80a5d4872da13d0272636ad04e1beddcf8d4572bcc0d47dbea1d12fb592fb7e5 +SIZE (nss-3.14.1.tar.gz) = 5814063 Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Fri Dec 14 04:26:31 2012 (r1124) +++ trunk/security/nss/Makefile Sat Dec 15 00:04:22 2012 (r1125) @@ -6,7 +6,7 @@ # $MCom ports-experimental/security/nss/Makefile,v 1.4 2008/02/23 15:47:28 ahze Exp $ PORTNAME= nss -PORTVERSION= ${_MAJOR}.${_MINOR} #.${_PATCH} +PORTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src @@ -22,7 +22,7 @@ _MAJOR= 3 _MINOR= 14 -_PATCH= 0 +_PATCH= 1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mozilla/security/nss Modified: trunk/security/nss/distinfo ============================================================================== --- trunk/security/nss/distinfo Fri Dec 14 04:26:31 2012 (r1124) +++ trunk/security/nss/distinfo Sat Dec 15 00:04:22 2012 (r1125) @@ -1,2 +1,2 @@ -SHA256 (nss-3.14.tar.gz) = b01868959d50263265aacc5a09f9a9eefbbde5f35604c2977f9714696f1d3e2b -SIZE (nss-3.14.tar.gz) = 6068755 +SHA256 (nss-3.14.1.tar.gz) = 80a5d4872da13d0272636ad04e1beddcf8d4572bcc0d47dbea1d12fb592fb7e5 +SIZE (nss-3.14.1.tar.gz) = 5814063 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Fri Dec 14 04:26:31 2012 (r1124) +++ trunk/www/firefox-nightly/Makefile Sat Dec 15 00:04:22 2012 (r1125) @@ -18,18 +18,18 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ + nss>=3.14.1:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip -# nss>=3.14.1:${PORTSDIR}/security/nss \ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -nss +USE_MOZILLA= # empty MOZILLA_NAME= Nightly MOZILLA_SUFX= -nightly MOZILLA= ${PORTNAME}${MOZILLA_SUFX} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Dec 14 04:26:31 2012 (r1124) +++ trunk/www/firefox/Makefile Sat Dec 15 00:04:22 2012 (r1125) @@ -17,11 +17,11 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ + nss>=3.14.1:${PORTSDIR}/security/nss \ sqlite3>=3.7.12.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip -# nss>=3.14.1:${PORTSDIR}/security/nss \ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 @@ -29,7 +29,7 @@ USE_GECKO= gecko CONFLICTS= firefox-1[07].* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -nss +USE_MOZILLA= # empty MOZILLA_NAME= Firefox MAKE_JOBS_SAFE= yes