From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 3 05:18:29 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 06C453AA for ; Sun, 3 Mar 2013 05:18: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 A4CC9639 for ; Sun, 3 Mar 2013 05:18:28 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r235IFbI014872 for ; Sun, 3 Mar 2013 00:18:17 -0500 (EST) (envelope-from andy@neu.net) Date: Sun, 3 Mar 2013 00:18:15 -0500 (EST) From: AN To: gecko@FreeBSD.org Subject: #error " has been replaced by " 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, 03 Mar 2013 05:18:29 -0000 FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #35 r246636: Sun Feb 10 17:07:34 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 clang -o parser.o -c -I../../dist/system_wrappers -include ../../../config/gcc_hidden.h -DWEBVTT_NO_CONFIG_H=1 -DWEBVTT_STATIC=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -I../../../media/webvtt -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 -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Wtype-limits -Wempty-body -Wno-unused -O2 -pipe -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -include ../../mozilla-config.h -DMOZILLA_CLIENT -MD -MF .deps/parser.o.pp /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c string.c In file included from /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/alloc.c:32: In file included from ../../dist/system_wrappers/malloc.h:2: /usr/include/malloc.h:3:2: error: " has been replaced by " #error " has been replaced by " ^ clang -o string.o -c -I../../dist/system_wrappers -include ../../../config/gcc_hidden.h -DWEBVTT_NO_CONFIG_H=1 -DWEBVTT_STATIC=1 -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -I../../../media/webvtt -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 -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Wtype-limits -Wempty-body -Wno-unused -O2 -pipe -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -include ../../mozilla-config.h -DMOZILLA_CLIENT -MD -MF .deps/string.o.pp /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/string.c /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/alloc.c:53:10: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' return malloc( nb ); ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/alloc.c:53:10: note: please include the header or explicitly provide a declaration for 'malloc' /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/cuetext.c:178:11: warning: enumeration value 'TIME_STAMP_TOKEN' not handled in switch [-Wswitch] switch( t->token_type ) { ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/alloc.c:59/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:116:13: warning: 6 enumeration values not handled in switch: 'V_NONE', 'V_POINTER', 'V_INTEGER'... [-Wswitch] switch( st->type ) { ^ :3: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration] free( ptr ); ^ 2 warnings/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/lexer.c:205:13: warning: enumeration values 'L_WEBVTT5' and 'L_LINE3' not handled in switch [-Wswitch] switch( self->tstate ) { ^ and 1 error generated. gmake[3]: *** [alloc.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:453:17: warning: 23 enumeration values not handled in switch: 'BADTOKEN', 'UNFINISHED', 'BOM'... [-Wswitch] switch( token ) { ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:400:13: warning: enumeration values 'CP_SD' and 'CP_SV' not handled in switch [-Wswitch] switch( state ) { ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:776:15: warning: 13 enumeration values not handled in switch: 'CP_T1', 'CP_T2', 'CP_T3'... [-Wswitch] switch( state ) { ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/cuetext.c:722:13: warning: 11 enumeration values not handled in switch: 'WEBVTT_NEXT_CUESETTING', 'WEBVTT_SKIP_CUE', 'WEBVTT_FAIL'... [-Wswitch] switch( webvtt_cuetext_tokenizer( &position, &token ) ) { ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:830:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( v = webvtt_string_getline( &SP->v.text, buffer, &pos, ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:830:13: note: place parentheses around the assignment to silence this warning if( v = webvtt_string_getline( &SP->v.text, buffer, &pos, ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:830:13: note: use '==' to turn this assignment into an equality comparison if( v = webvtt_string_getline( &SP->v.text, buffer, &pos, ^ == /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:953:17: warning: 24 enumeration values not handled in switch: 'BADTOKEN', 'UNFINISHED', 'BOM'... [-Wswitch] switch( token ) { ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:868:13: warning: 15 enumeration values not handled in switch: 'T_CUEREAD', 'T_CUEPARAMS', 'T_CUETEXT'... [-Wswitch] switch( SP->state ) { ^ /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/media/webvtt/parser.c:286:12: note: expanded from macro 'SP' #define SP (self->top) ^ 1 warning generated. 2 warnings generated. 7 warnings generated. gmake[3]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/media/webvtt' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/FF_nightly. *** [/usr/ports/www/FF_nightly/work/.build_done.firefox._usr_local] Error code 1 Stop in /usr/ports/www/FF_nightly. *** [build] Error code 1 From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 3 05:43:18 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F1EDA720 for ; Sun, 3 Mar 2013 05:43:18 +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 9346A6C2 for ; Sun, 3 Mar 2013 05:43:18 +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 r235YLne047475 for ; Sun, 3 Mar 2013 05:34:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r235YGlw046806 for freebsd-gecko@freebsd.org; Sun, 3 Mar 2013 05:34:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 3 Mar 2013 05:34:16 GMT Message-Id: <201303030534.r235YGlw046806@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] r1196 - in trunk: mail/thunderbird mail/thunderbird-esr www/firefox www/firefox-esr www/firefox-nightly 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: Sun, 03 Mar 2013 05:43:19 -0000 Author: jbeich Date: Sun Mar 3 05:34:16 2013 New Revision: 1196 Log: avoid having to chase py-sqlite3 plist (e.g. ports@313167) Reported by: Valentin Nechayev Reported by: Robert Simmons Modified: trunk/mail/thunderbird-esr/Makefile trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/seamonkey/Makefile Modified: trunk/mail/thunderbird-esr/Makefile ============================================================================== --- trunk/mail/thunderbird-esr/Makefile Fri Mar 1 05:11:57 2013 (r1195) +++ trunk/mail/thunderbird-esr/Makefile Sun Mar 3 05:34:16 2013 (r1196) @@ -15,7 +15,7 @@ BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Fri Mar 1 05:11:57 2013 (r1195) +++ trunk/mail/thunderbird/Makefile Sun Mar 3 05:34:16 2013 (r1196) @@ -19,7 +19,7 @@ BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Fri Mar 1 05:11:57 2013 (r1195) +++ trunk/www/firefox-esr/Makefile Sun Mar 3 05:34:16 2013 (r1196) @@ -15,7 +15,7 @@ BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ nss>=3.13.6_1:${PORTSDIR}/security/nss \ sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Fri Mar 1 05:11:57 2013 (r1195) +++ trunk/www/firefox-nightly/Makefile Sun Mar 3 05:34:16 2013 (r1196) @@ -16,7 +16,7 @@ BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Mar 1 05:11:57 2013 (r1195) +++ trunk/www/firefox/Makefile Sun Mar 3 05:34:16 2013 (r1196) @@ -15,7 +15,7 @@ BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Fri Mar 1 05:11:57 2013 (r1195) +++ trunk/www/seamonkey/Makefile Sun Mar 3 05:34:16 2013 (r1196) @@ -15,7 +15,7 @@ BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.2:${PORTSDIR}/security/nss \ sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ unzip:${PORTSDIR}/archivers/unzip EM_VERSION= 1.5.1 From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 3 08:42:17 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 177BC95A for ; Sun, 3 Mar 2013 08:42:17 +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 97994ABD for ; Sun, 3 Mar 2013 08:42:16 +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 r238gFeq065213 for ; Sun, 3 Mar 2013 08:42:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r238gA9o063816 for freebsd-gecko@freebsd.org; Sun, 3 Mar 2013 08:42:10 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 3 Mar 2013 08:42:10 GMT Message-Id: <201303030842.r238gA9o063816@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] r1197 - in trunk/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, 03 Mar 2013 08:42:17 -0000 Author: jbeich Date: Sun Mar 3 08:42:09 2013 New Revision: 1197 Log: update Nightly Added: trunk/www/firefox-nightly/files/patch-webvtt-issue227 Modified: trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox-nightly/files/patch-bug807492 Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 05:34:16 2013 (r1196) +++ trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 08:42:09 2013 (r1197) @@ -1 +1 @@ -HGREV= 123148:0a91da5f5eab +HGREV= 123608:8b0c6e0bbd0f Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sun Mar 3 05:34:16 2013 (r1196) +++ trunk/www/firefox-nightly/distinfo Sun Mar 3 08:42:09 2013 (r1197) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/0a91da5f5eab.tar.bz2) = b0ae0f9749bef1bbcc3caaffa6a3795e3f9c61d5c8718585a71a8d4042d0ddfc -SIZE (firefox-nightly/0a91da5f5eab.tar.bz2) = 104132598 +SHA256 (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = b4e29907543a2e4951319691918a7209fdfe98b19257aceb66aa4f565317a5a6 +SIZE (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = 104328208 Modified: trunk/www/firefox-nightly/files/patch-bug807492 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 05:34:16 2013 (r1196) +++ trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 08:42:09 2013 (r1197) @@ -539,9 +539,9 @@ 'include_tests%': 0, }], @@ -205,16 +210,28 @@ - 'defines': ['WEBRTC_ARCH_ARM_NEON',], - }, { - 'defines': ['WEBRTC_DETECT_ARM_NEON',], + 'defines': ['WEBRTC_ARCH_ARM_NEON', + 'WEBRTC_BUILD_NEON_LIBS', + 'WEBRTC_DETECT_ARM_NEON'], }], ], }], @@ -1772,10 +1772,10 @@ index 338d0b7..2241d41 100644 --- media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py +++ media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py -@@ -4,16 +4,17 @@ - - # Python 2.5 needs this for the with statement. - from __future__ import with_statement +@@ -1,16 +1,17 @@ + # Copyright (c) 2012 Mozilla Foundation. All rights reserved. + # Use of this source code is governed by a BSD-style license that can be + # found in the LICENSE file. import collections import gyp Added: trunk/www/firefox-nightly/files/patch-webvtt-issue227 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-webvtt-issue227 Sun Mar 3 08:42:09 2013 (r1197) @@ -0,0 +1,14 @@ +--- media/webvtt/alloc.c~ ++++ media/webvtt/alloc.c +@@ -26,11 +26,7 @@ + */ + + #include +-#if ( defined(__APPLE__) && defined(__MACH__) ) + #include +-#else +-#include +-#endif + #include + + static void *default_alloc( void *unused, webvtt_uint nb ); From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 3 14:56:49 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 48A94E72 for ; Sun, 3 Mar 2013 14:56:49 +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 E997CA79 for ; Sun, 3 Mar 2013 14:56:47 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r23EuhA7016507 for ; Sun, 3 Mar 2013 09:56:43 -0500 (EST) (envelope-from andy@neu.net) Date: Sun, 3 Mar 2013 09:56:43 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1197 - in trunk/www/firefox-nightly: . files In-Reply-To: <201303030842.r238gA9o063816@trillian.chruetertee.ch> Message-ID: References: <201303030842.r238gA9o063816@trillian.chruetertee.ch> 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, 03 Mar 2013 14:56:49 -0000 On Sun, 3 Mar 2013, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Sun Mar 3 08:42:09 2013 > New Revision: 1197 > > Log: > update Nightly > > Added: > trunk/www/firefox-nightly/files/patch-webvtt-issue227 > Modified: > trunk/www/firefox-nightly/Makefile.hgrev > trunk/www/firefox-nightly/distinfo > trunk/www/firefox-nightly/files/patch-bug807492 > > Modified: trunk/www/firefox-nightly/Makefile.hgrev > ============================================================================== > --- trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 05:34:16 2013 (r1196) > +++ trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 08:42:09 2013 (r1197) > @@ -1 +1 @@ > -HGREV= 123148:0a91da5f5eab > +HGREV= 123608:8b0c6e0bbd0f > > Modified: trunk/www/firefox-nightly/distinfo > ============================================================================== > --- trunk/www/firefox-nightly/distinfo Sun Mar 3 05:34:16 2013 (r1196) > +++ trunk/www/firefox-nightly/distinfo Sun Mar 3 08:42:09 2013 (r1197) > @@ -1,2 +1,2 @@ > -SHA256 (firefox-nightly/0a91da5f5eab.tar.bz2) = b0ae0f9749bef1bbcc3caaffa6a3795e3f9c61d5c8718585a71a8d4042d0ddfc > -SIZE (firefox-nightly/0a91da5f5eab.tar.bz2) = 104132598 > +SHA256 (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = b4e29907543a2e4951319691918a7209fdfe98b19257aceb66aa4f565317a5a6 > +SIZE (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = 104328208 > > Modified: trunk/www/firefox-nightly/files/patch-bug807492 > ============================================================================== > --- trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 05:34:16 2013 (r1196) > +++ trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 08:42:09 2013 (r1197) > @@ -539,9 +539,9 @@ > 'include_tests%': 0, > }], > @@ -205,16 +210,28 @@ > - 'defines': ['WEBRTC_ARCH_ARM_NEON',], > - }, { > - 'defines': ['WEBRTC_DETECT_ARM_NEON',], > + 'defines': ['WEBRTC_ARCH_ARM_NEON', > + 'WEBRTC_BUILD_NEON_LIBS', > + 'WEBRTC_DETECT_ARM_NEON'], > }], > ], > }], > @@ -1772,10 +1772,10 @@ > index 338d0b7..2241d41 100644 > --- media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py > +++ media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py > -@@ -4,16 +4,17 @@ > - > - # Python 2.5 needs this for the with statement. > - from __future__ import with_statement > +@@ -1,16 +1,17 @@ > + # Copyright (c) 2012 Mozilla Foundation. All rights reserved. > + # Use of this source code is governed by a BSD-style license that can be > + # found in the LICENSE file. > > import collections > import gyp > > Added: trunk/www/firefox-nightly/files/patch-webvtt-issue227 > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ trunk/www/firefox-nightly/files/patch-webvtt-issue227 Sun Mar 3 08:42:09 2013 (r1197) > @@ -0,0 +1,14 @@ > +--- media/webvtt/alloc.c~ > ++++ media/webvtt/alloc.c > +@@ -26,11 +26,7 @@ > + */ > + > + #include > +-#if ( defined(__APPLE__) && defined(__MACH__) ) > + #include > +-#else > +-#include > +-#endif > + #include > + > + static void *default_alloc( void *unused, webvtt_uint nb ); > _______________________________________________ FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #35 r246636: Sun Feb 10 17:07:34 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 [root@FBSD10 /usr/ports/www/FF_nightly]# svn up Updating '.': At revision 1197. [root@FBSD10 /usr/ports/www/FF_nightly]# make clean ===> Cleaning for firefox-nightly-22.0.123608,1 [root@FBSD10 /usr/ports/www/FF_nightly]# # make update && make makesum && time make all deinstall install clean Full log: http://sebsauvage.net/paste/?bf1393823907297e#/z8+aT4XSjHTi7oweapwZgsx409UU4RNIEseyUzREjM= clang++ -o SVGViewElement.o -c -I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include ../../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -D_IMPL_NS_LAYOUT -I../../../../../content/svg/content/src -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 -I../../../../../content/svg/content/src/../../../xml/content/src -I../../../../../content/svg/content/src/../../../../dom -I../../../../../content/svg/content/src/../../../base/src -I../../../../../content/svg/content/src/../../../../layout/generic -I../../../../../content/svg/content/src/../../../../layout/xul/base/src -I../../../../../content/svg/content/src/../../../../layout/svg -I../../../../../content/svg/content/src/../../../../layout/style -I../../../../../content/svg/content/src/../../../events/src -I../../../../../content/svg/content/src/../../../html/content/src -I../../../../../content/xbl/src -I../../../../../content/svg/content/src/../../../smil -fPIC -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -MD -MF .deps/SVGViewElement.o.pp /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/content/svg/content/src/SVGViewElement.cpp rm -f libgkcontentsvg_s.a /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/_virtualenv/bin/python ../../../../../config/expandlibs_gen.py --depend .deps/libgkcontentsvg_s.a.desc.pp -o libgkcontentsvg_s.a.desc DOMSVGAnimatedLengthList.o DOMSVGAnimatedNumberList.o DOMSVGAnimatedTransformList.o DOMSVGLength.o DOMSVGLengthList.o DOMSVGNumber.o DOMSVGNumberList.o DOMSVGPathSeg.o DOMSVGPathSegList.o DOMSVGPoint.o DOMSVGPointList.o DOMSVGStringList.o DOMSVGTransform.o DOMSVGTransformList.o nsDOMSVGZoomEvent.o nsDOMSVGEvent.o nsISVGPoint.o nsSVGAngle.o nsSVGBoolean.o nsSVGClass.o nsSVGDataParser.o nsSVGElement.o nsSVGEnum.o nsSVGFeatures.o nsSVGFilters.o nsSVGInteger.o nsSVGIntegerPair.o nsSVGLength2.o nsSVGNumber2.o nsSVGNumberPair.o nsSVGPathDataParser.o nsSVGPathGeometryElement.o nsSVGPolyElement.o nsSVGString.o nsSVGRect.o nsSVGUnknownElement.o nsSVGViewBox.o SVGAElement.o SVGAltGlyphElement.o SVGAngle.o SVGAnimatedAngle.o SVGAnimatedBoolean.o SVGAnimatedLength.o SVGAnimatedLengthList.o SVGAnimatedNumberList.o SVGAnimatedPathSegList.o SVGAnimatedPointList.o SVGAnimatedPreserveAspectRatio.o SVGAnimatedTransformList.o SVGAnimateElement.o SVGAnimateTransformElement.o SVGAnimateMotionElement.o SVGAnimationElement.o SVGAttrValueWrapper.o SVGClipPathElement.o SVGCircleElement.o SVGContentUtils.o SVGDefsElement.o SVGDescElement.o SVGElementFactory.o SVGEllipseElement.o SVGFilterElement.o SVGForeignObjectElement.o SVGFragmentIdentifier.o SVGGElement.o SVGGradientElement.o SVGGraphicsElement.o SVGImageElement.o SVGIntegerPairSMILType.o SVGLength.o SVGLengthList.o SVGLengthListSMILType.o SVGLineElement.o SVGMarkerElement.o SVGMaskElement.o SVGMatrix.o SVGMetadataElement.o SVGMotionSMILType.o SVGMotionSMILAttr.o SVGMotionSMILAnimationFunction.o SVGMotionSMILPathUtils.o SVGMPathElement.o SVGNumberList.o SVGNumberListSMILType.o SVGNumberPairSMILType.o SVGOrientSMILType.o SVGPathData.o SVGPathElement.o SVGPathSegUtils.o SVGPathSegListSMILType.o SVGPatternElement.o SVGPointList.o SVGPointListSMILType.o SVGPolygonElement.o SVGPolylineElement.o SVGPreserveAspectRatio.o SVGRectElement.o SVGScriptElement.o SVGSetElement.o SVGStopElement.o SVGStringList.o SVGStyleElement.o SVGSymbolElement.o SVGSVGElement.o SVGSwitchElement.o SVGTests.o SVGTextContentElement.o SVGTextElement.o SVGTextPathElement.o SVGTextPositioningElement.o SVGTitleElement.o SVGTransform.o SVGTransformableElement.o SVGTransformList.o SVGTransformListParser.o SVGTransformListSMILType.o SVGTSpanElement.o SVGUseElement.o SVGViewBoxSMILType.o SVGViewElement.o gmake[6]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content/svg/content/src' gmake[5]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content/svg/content' gmake[4]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content/svg' gmake[3]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/FF_nightly. *** [/usr/ports/www/FF_nightly/work/.build_done.firefox._usr_local] Error code 1 From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 4 11:06:57 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 48CF3F8F for ; Mon, 4 Mar 2013 11:06:57 +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 3AA8FE81 for ; Mon, 4 Mar 2013 11:06:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r24B6vGn039067 for ; Mon, 4 Mar 2013 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r24B6u4w039065 for gecko@FreeBSD.org; Mon, 4 Mar 2013 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Mar 2013 11:06:56 GMT Message-Id: <201303041106.r24B6u4w039065@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, 04 Mar 2013 11:06:57 -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/175421 gecko workaround: www/firefox is MAKE_JOBS_SAFE but never us 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/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc 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/160387 gecko security/ca_root_nss: Allow user to trust extra local f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 11 problems total. From owner-freebsd-gecko@FreeBSD.ORG Tue Mar 5 02:18:38 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 31D9EED1 for ; Tue, 5 Mar 2013 02:18:38 +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 A4EF38D2 for ; Tue, 5 Mar 2013 02:18: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 r252IUvp019400 for ; Tue, 5 Mar 2013 02:18:30 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r252IRId018590 for freebsd-gecko@freebsd.org; Tue, 5 Mar 2013 02:18:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 5 Mar 2013 02:18:27 GMT Message-Id: <201303050218.r252IRId018590@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] r1198 - trunk/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: Tue, 05 Mar 2013 02:18:38 -0000 Author: jbeich Date: Tue Mar 5 02:18:27 2013 New Revision: 1198 Log: update Nightly again to pick up GSTREAMER fix Reported by: AN Modified: trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 08:42:09 2013 (r1197) +++ trunk/www/firefox-nightly/Makefile.hgrev Tue Mar 5 02:18:27 2013 (r1198) @@ -1 +1 @@ -HGREV= 123608:8b0c6e0bbd0f +HGREV= 123690:55477ae32280 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sun Mar 3 08:42:09 2013 (r1197) +++ trunk/www/firefox-nightly/distinfo Tue Mar 5 02:18:27 2013 (r1198) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = b4e29907543a2e4951319691918a7209fdfe98b19257aceb66aa4f565317a5a6 -SIZE (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = 104328208 +SHA256 (firefox-nightly/55477ae32280.tar.bz2) = 8402ac5fed9290db7bcc854bc34490e0f11bf7441f19e35a4ddd2e86570c197d +SIZE (firefox-nightly/55477ae32280.tar.bz2) = 110214193 From owner-freebsd-gecko@FreeBSD.ORG Tue Mar 5 03:38:27 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 112FDFB5 for ; Tue, 5 Mar 2013 03:38:27 +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 AEFD7CC5 for ; Tue, 5 Mar 2013 03:38:25 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r253cHmU024963 for ; Mon, 4 Mar 2013 22:38:17 -0500 (EST) (envelope-from andy@neu.net) Date: Mon, 4 Mar 2013 22:38:17 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1198 - trunk/www/firefox-nightly In-Reply-To: <201303050218.r252IRId018590@trillian.chruetertee.ch> Message-ID: References: <201303050218.r252IRId018590@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: Tue, 05 Mar 2013 03:38:27 -0000 On Tue, 5 Mar 2013, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Tue Mar 5 02:18:27 2013 > New Revision: 1198 > > Log: > update Nightly again to pick up GSTREAMER fix > > Reported by: AN > > Modified: > trunk/www/firefox-nightly/Makefile.hgrev > trunk/www/firefox-nightly/distinfo Fixed, thank you. ===> Registering installation for firefox-nightly-22.0.123754,1 Installing firefox-nightly-22.0.123754,1... done From owner-freebsd-gecko@FreeBSD.ORG Wed Mar 6 03:30:29 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CD418DBF for ; Wed, 6 Mar 2013 03:30: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 773A7E75 for ; Wed, 6 Mar 2013 03:30:28 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r263UQKG029294 for ; Tue, 5 Mar 2013 22:30:26 -0500 (EST) (envelope-from andy@neu.net) Date: Tue, 5 Mar 2013 22:30:26 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1198 - trunk/www/firefox-nightly In-Reply-To: <201303050218.r252IRId018590@trillian.chruetertee.ch> Message-ID: References: <201303050218.r252IRId018590@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: Wed, 06 Mar 2013 03:30:29 -0000 On Tue, 5 Mar 2013, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Tue Mar 5 02:18:27 2013 > New Revision: 1198 > > Log: > update Nightly again to pick up GSTREAMER fix > > Reported by: AN > > Modified: > trunk/www/firefox-nightly/Makefile.hgrev > trunk/www/firefox-nightly/distinfo > > Modified: trunk/www/firefox-nightly/Makefile.hgrev > ============================================================================== > --- trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 08:42:09 2013 (r1197) > +++ trunk/www/firefox-nightly/Makefile.hgrev Tue Mar 5 02:18:27 2013 (r1198) > @@ -1 +1 @@ > -HGREV= 123608:8b0c6e0bbd0f > +HGREV= 123690:55477ae32280 > > Modified: trunk/www/firefox-nightly/distinfo > ============================================================================== > --- trunk/www/firefox-nightly/distinfo Sun Mar 3 08:42:09 2013 (r1197) > +++ trunk/www/firefox-nightly/distinfo Tue Mar 5 02:18:27 2013 (r1198) > @@ -1,2 +1,2 @@ > -SHA256 (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = b4e29907543a2e4951319691918a7209fdfe98b19257aceb66aa4f565317a5a6 > -SIZE (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = 104328208 > +SHA256 (firefox-nightly/55477ae32280.tar.bz2) = 8402ac5fed9290db7bcc854bc34490e0f11bf7441f19e35a4ddd2e86570c197d > +SIZE (firefox-nightly/55477ae32280.tar.bz2) = 110214193 > ______________________________________________ clang++ -o SVGViewBoxSMILType.o -c -I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include ../../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -D_IMPL_NS_LAYOUT -I../../../../../content/svg/content/src -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 -I../../../../../content/svg/content/src/../../../xml/content/src -I../../../../../content/svg/content/src/../../../../dom -I../../../../../content/svg/content/src/../../../base/src -I../../../../../content/svg/content/src/../../../../layout/generic -I../../../../../content/svg/content/src/../../../../layout/xul/base/src -I../../../../../content/svg/content/src/../../../../layout/svg -I../../../../../content/svg/content/src/../../../../layout/style -I../../../../../content/svg/content/src/../../../events/src -I../../../../../content/svg/content/src/../../../html/content/src -I../../../../../content/xbl/src -I../../../../../content/svg/content/src/../../../smil -fPIC -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -MD -MF .deps/SVGViewBoxSMILType.o.pp /usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/content/svg/content/src/SVGViewBoxSMILType.cpp SVGViewElement.cpp clang++ -o SVGViewElement.o -c -I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include ../../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -D_IMPL_NS_LAYOUT -I../../../../../content/svg/content/src -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 -I../../../../../content/svg/content/src/../../../xml/content/src -I../../../../../content/svg/content/src/../../../../dom -I../../../../../content/svg/content/src/../../../base/src -I../../../../../content/svg/content/src/../../../../layout/generic -I../../../../../content/svg/content/src/../../../../layout/xul/base/src -I../../../../../content/svg/content/src/../../../../layout/svg -I../../../../../content/svg/content/src/../../../../layout/style -I../../../../../content/svg/content/src/../../../events/src -I../../../../../content/svg/content/src/../../../html/content/src -I../../../../../content/xbl/src -I../../../../../content/svg/content/src/../../../smil -fPIC -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -MD -MF .deps/SVGViewElement.o.pp /usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/content/svg/content/src/SVGViewElement.cpp rm -f libgkcontentsvg_s.a /usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/obj-x86_64-portbld-freebsd10.0/_virtualenv/bin/python ../../../../../config/expandlibs_gen.py --depend .deps/libgkcontentsvg_s.a.desc.pp -o libgkcontentsvg_s.a.desc DOMSVGAnimatedLengthList.o DOMSVGAnimatedNumberList.o DOMSVGAnimatedTransformList.o DOMSVGLength.o DOMSVGLengthList.o DOMSVGNumber.o DOMSVGNumberList.o DOMSVGPathSeg.o DOMSVGPathSegList.o DOMSVGPoint.o DOMSVGPointList.o DOMSVGStringList.o DOMSVGTransform.o DOMSVGTransformList.o nsDOMSVGZoomEvent.o nsDOMSVGEvent.o nsISVGPoint.o nsSVGAngle.o nsSVGBoolean.o nsSVGClass.o nsSVGDataParser.o nsSVGElement.o nsSVGEnum.o nsSVGFeatures.o nsSVGFilters.o nsSVGInteger.o nsSVGIntegerPair.o nsSVGLength2.o nsSVGNumber2.o nsSVGNumberPair.o nsSVGPathDataParser.o nsSVGPathGeometryElement.o nsSVGPolyElement.o nsSVGString.o nsSVGRect.o nsSVGUnknownElement.o nsSVGViewBox.o SVGAElement.o SVGAltGlyphElement.o SVGAngle.o SVGAnimatedAngle.o SVGAnimatedBoolean.o SVGAnimatedLength.o SVGAnimatedLengthList.o SVGAnimatedNumberList.o SVGAnimatedPathSegList.o SVGAnimatedPointList.o SVGAnimatedPreserveAspectRatio.o SVGAnimatedTransformList.o SVGAnimateElement.o SVGAnimateTransformElement.o SVGAnimateMotionElement.o SVGAnimationElement.o SVGAttrValueWrapper.o SVGClipPathElement.o SVGCircleElement.o SVGContentUtils.o SVGDefsElement.o SVGDescElement.o SVGElementFactory.o SVGEllipseElement.o SVGFilterElement.o SVGForeignObjectElement.o SVGFragmentIdentifier.o SVGGElement.o SVGGradientElement.o SVGGraphicsElement.o SVGImageElement.o SVGIntegerPairSMILType.o SVGLength.o SVGLengthList.o SVGLengthListSMILType.o SVGLineElement.o SVGMarkerElement.o SVGMaskElement.o SVGMatrix.o SVGMetadataElement.o SVGMotionSMILType.o SVGMotionSMILAttr.o SVGMotionSMILAnimationFunction.o SVGMotionSMILPathUtils.o SVGMPathElement.o SVGNumberList.o SVGNumberListSMILType.o SVGNumberPairSMILType.o SVGOrientSMILType.o SVGPathData.o SVGPathElement.o SVGPathSegUtils.o SVGPathSegListSMILType.o SVGPatternElement.o SVGPointList.o SVGPointListSMILType.o SVGPolygonElement.o SVGPolylineElement.o SVGPreserveAspectRatio.o SVGRectElement.o SVGScriptElement.o SVGSetElement.o SVGStopElement.o SVGStringList.o SVGStyleElement.o SVGSymbolElement.o SVGSVGElement.o SVGSwitchElement.o SVGTests.o SVGTextContentElement.o SVGTextElement.o SVGTextPathElement.o SVGTextPositioningElement.o SVGTitleElement.o SVGTransform.o SVGTransformableElement.o SVGTransformList.o SVGTransformListParser.o SVGTransformListSMILType.o SVGTSpanElement.o SVGUseElement.o SVGViewBoxSMILType.o SVGViewElement.o gmake[6]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/obj-x86_64-portbld-freebsd10.0/content/svg/content/src' gmake[5]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/obj-x86_64-portbld-freebsd10.0/content/svg/content' gmake[4]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/obj-x86_64-portbld-freebsd10.0/content/svg' gmake[3]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/obj-x86_64-portbld-freebsd10.0/content' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/obj-x86_64-portbld-freebsd10.0' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-3d81fc67e6ed/obj-x86_64-portbld-freebsd10.0' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/FF_nightly. *** [/usr/ports/www/FF_nightly/work/.build_done.firefox._usr_local] Error code 1 Stop in /usr/ports/www/FF_nightly. *** [build] Error code 1 Stop in /usr/ports/www/FF_nightly. From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 05:59:24 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BA5B9AE0 for ; Thu, 7 Mar 2013 05:59:24 +0000 (UTC) (envelope-from alfred@ixsystems.com) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5DAEF for ; Thu, 7 Mar 2013 05:59:24 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id A6EC860C30 for ; Wed, 6 Mar 2013 21:59:23 -0800 (PST) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 23582-06 for ; Wed, 6 Mar 2013 21:59:23 -0800 (PST) Received: from Alfreds-MacBook-Pro-9.local (c-67-180-208-218.hsd1.ca.comcast.net [67.180.208.218]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 6D21160C27 for ; Wed, 6 Mar 2013 21:59:23 -0800 (PST) Message-ID: <51382CB5.7050307@ixsystems.com> Date: Wed, 06 Mar 2013 21:59:17 -0800 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130216 Thunderbird/17.0.3 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: Patches for firefox port on FreeBSD powerpc. Content-Type: multipart/mixed; boundary="------------010307030600030500080907" 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: Thu, 07 Mar 2013 05:59:24 -0000 This is a multi-part message in MIME format. --------------010307030600030500080907 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I tried to submit a PR but I'm not sure if they are going through, I hope this is helpful. -Alfred --------------010307030600030500080907 Content-Type: text/plain; charset=UTF-8; name="firefox.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="firefox.diff.txt" diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ed6efee..dc36ede 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -57,6 +57,10 @@ OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/OSS/ALSA/} WRKSRC:= ${WRKDIR}/mozilla-release +.if ! ${MACHINE_CPU:Msse2} +GYP_DEFINES+= disable_sse2=1 +.endif + .if ${ARCH} == amd64 CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} .elif ${ARCH} == powerpc64 @@ -68,6 +72,11 @@ CFLAGS+= -mminimal-toc .endif .endif +CFLAGS+= -D__STDC_CONSTANT_MACROS=1 -D__STDC_LIMIT_MACROS=1 + + +USE_GCC= yes + .if ${PORT_OPTIONS:MPGO} USE_GCC?= yes USE_DISPLAY= yes diff --git a/www/firefox/files/patch-media-webrtc-shared_libs.mk b/www/firefox/files/patch-media-webrtc-shared_libs.mk new file mode 100644 index 0000000..15e3235 --- /dev/null +++ b/www/firefox/files/patch-media-webrtc-shared_libs.mk @@ -0,0 +1,31 @@ +--- media/webrtc/shared_libs.mk~ ++++ media/webrtc/shared_libs.mk +@@ -28,13 +28,11 @@ + $(call EXPAND_LIBNAME_PATH,bitrate_controller,$(DEPTH)/media/webrtc/trunk/src/modules/modules_bitrate_controller) \ + $(call EXPAND_LIBNAME_PATH,remote_bitrate_estimator,$(DEPTH)/media/webrtc/trunk/src/modules/modules_remote_bitrate_estimator) \ + $(call EXPAND_LIBNAME_PATH,video_processing,$(DEPTH)/media/webrtc/trunk/src/modules/modules_video_processing) \ +- $(call EXPAND_LIBNAME_PATH,video_processing_sse2,$(DEPTH)/media/webrtc/trunk/src/modules/modules_video_processing_sse2) \ + $(call EXPAND_LIBNAME_PATH,voice_engine_core,$(DEPTH)/media/webrtc/trunk/src/voice_engine/voice_engine_voice_engine_core) \ + $(call EXPAND_LIBNAME_PATH,audio_conference_mixer,$(DEPTH)/media/webrtc/trunk/src/modules/modules_audio_conference_mixer) \ + $(call EXPAND_LIBNAME_PATH,audio_device,$(DEPTH)/media/webrtc/trunk/src/modules/modules_audio_device) \ + $(call EXPAND_LIBNAME_PATH,audio_processing,$(DEPTH)/media/webrtc/trunk/src/modules/modules_audio_processing) \ + $(call EXPAND_LIBNAME_PATH,aec,$(DEPTH)/media/webrtc/trunk/src/modules/modules_aec) \ +- $(call EXPAND_LIBNAME_PATH,aec_sse2,$(DEPTH)/media/webrtc/trunk/src/modules/modules_aec_sse2) \ + $(call EXPAND_LIBNAME_PATH,apm_util,$(DEPTH)/media/webrtc/trunk/src/modules/modules_apm_util) \ + $(call EXPAND_LIBNAME_PATH,aecm,$(DEPTH)/media/webrtc/trunk/src/modules/modules_aecm) \ + $(call EXPAND_LIBNAME_PATH,agc,$(DEPTH)/media/webrtc/trunk/src/modules/modules_agc) \ +@@ -45,6 +43,14 @@ + $(call EXPAND_LIBNAME_PATH,nrappkit,$(DEPTH)/media/mtransport/third_party/nrappkit/nrappkit_nrappkit) \ + $(NULL) + ++# if we're on an intel arch, we want SSE2 optimizations ++ifneq (,$(INTEL_ARCHITECTURE)) ++WEBRTC_LIBS += \ ++ $(call EXPAND_LIBNAME_PATH,video_processing_sse2,$(DEPTH)/media/webrtc/trunk/src/modules/modules_video_processing_sse2) \ ++ $(call EXPAND_LIBNAME_PATH,aec_sse2,$(DEPTH)/media/webrtc/trunk/src/modules/modules_aec_sse2) \ ++ $(NULL) ++endif ++ + # If you enable one of these codecs in webrtc_config.gypi, you'll need to re-add the + # relevant library from this list: + # diff --git a/www/firefox/files/patch-media-webrtc-trunk-src-build-common.gypi b/www/firefox/files/patch-media-webrtc-trunk-src-build-common.gypi new file mode 100644 index 0000000..8eaaedf --- /dev/null +++ b/www/firefox/files/patch-media-webrtc-trunk-src-build-common.gypi @@ -0,0 +1,11 @@ +--- media/webrtc/trunk/src/build/common.gypi~ ++++ media/webrtc/trunk/src/build/common.gypi +@@ -118,7 +118,7 @@ + 'target_defaults': { + 'include_dirs': [ + # TODO(andrew): we should be able to just use <(webrtc_root) here. +- '..','../..', ++ '..','../..','../common_audio/signal_processing/include', + ], + 'defines': [ + # TODO(leozwang): Run this as a gclient hook rather than at build-time: diff --git a/www/firefox/files/patch-media-webrtc-trunk-src-typedefs.h b/www/firefox/files/patch-media-webrtc-trunk-src-typedefs.h new file mode 100644 index 0000000..25a0e64 --- /dev/null +++ b/www/firefox/files/patch-media-webrtc-trunk-src-typedefs.h @@ -0,0 +1,15 @@ +--- media/webrtc/trunk/src/typedefs.h~ ++++ media/webrtc/trunk/src/typedefs.h +@@ -57,7 +57,11 @@ + #define WEBRTC_ARCH_32_BITS + #define WEBRTC_ARCH_LITTLE_ENDIAN + #define WEBRTC_LITTLE_ENDIAN +-#else ++#elif defined(__PPC__) ++#define WEBRTC_ARCH_32_BITS ++#define WEBRTC_ARCH_BIG_ENDIAN ++#define WEBRTC_BIG_ENDIAN ++#else + #error Please add support for your architecture in typedefs.h + #endif + --------------010307030600030500080907-- From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 08:35:43 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8DA58D1 for ; Thu, 7 Mar 2013 08:35:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 829409A6 for ; Thu, 7 Mar 2013 08:35:43 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r278TJOV010910 for ; Thu, 7 Mar 2013 08:29:19 GMT (envelope-from linimon@FreeBSD.org) Date: Thu, 7 Mar 2013 08:29:19 GMT Message-Id: <201303070829.r278TJOV010910@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: gecko@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 08:35:43 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: www/kompozer description: Complete Web Authoring Suite maintainer: gecko@FreeBSD.org deprecated because: Dead upstream expiration date: 2013-03-20 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/kompozer-0.8.b3_3.log (_Aug_19_08:44:40_UTC_2012) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/kompozer-0.8.b3_3.log (_Jun_13_10:31:50_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kompozer If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 11:18:40 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 72B5C41E for ; Thu, 7 Mar 2013 11:18:40 +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 082C0209 for ; Thu, 7 Mar 2013 11:18:39 +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 r27BIbPe044916 for ; Thu, 7 Mar 2013 11:18: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 r27BIWlA044505 for freebsd-gecko@freebsd.org; Thu, 7 Mar 2013 11:18:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 7 Mar 2013 11:18:32 GMT Message-Id: <201303071118.r27BIWlA044505@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] r1199 - 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: Thu, 07 Mar 2013 11:18:40 -0000 Author: jbeich Date: Thu Mar 7 11:18:32 2013 New Revision: 1199 Log: (cosmetic) bug 788955 actually landed in firefox 19.0 Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Tue Mar 5 02:18:27 2013 (r1198) +++ trunk/Mk/bsd.gecko.mk Thu Mar 7 11:18:32 2013 (r1199) @@ -568,7 +568,7 @@ . endif .endif -.if ${MOZILLA_VER:R:R} >= 16 || exists(${.CURDIR}/files/patch-bug788955) +.if ${MOZILLA_VER:R:R} >= 19 || exists(${.CURDIR}/files/patch-bug788955) .if ${OSVERSION} > 1000011 # use jemalloc 3.0.0 API in libc MOZ_EXPORT+= MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1 From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 11:18:46 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 53B7541F for ; Thu, 7 Mar 2013 11:18:46 +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 D5DE320A for ; Thu, 7 Mar 2013 11:18:45 +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 r27BIi6I047535 for ; Thu, 7 Mar 2013 11:18:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r27BIdk7046998 for freebsd-gecko@freebsd.org; Thu, 7 Mar 2013 11:18:39 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 7 Mar 2013 11:18:39 GMT Message-Id: <201303071118.r27BIdk7046998@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] r1200 - 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: Thu, 07 Mar 2013 11:18:46 -0000 Author: jbeich Date: Thu Mar 7 11:18:39 2013 New Revision: 1200 Log: let Nightly use PULSEAUDIO with WEBRTC Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Mar 7 11:18:32 2013 (r1199) +++ trunk/Mk/bsd.gecko.mk Thu Mar 7 11:18:39 2013 (r1200) @@ -755,8 +755,14 @@ .if ${PORT_OPTIONS:MWEBRTC} BUILD_DEPENDS+= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS+= v4l2:${PORTSDIR}/multimedia/libv4l -. if ! ${PORT_OPTIONS:MALSA} +. if ${MOZILLA_VER:R:R} >= 21 +. if ${PORT_OPTIONS:MOSS} +IGNORE= WEBRTC works only with ALSA and PULSEAUDIO audio backends +. endif +. else +. if ! ${PORT_OPTIONS:MALSA} IGNORE= WEBRTC works only with ALSA audio backend +. endif . endif .else MOZ_OPTIONS+= --disable-webrtc From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 11:18:57 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 41099437 for ; Thu, 7 Mar 2013 11:18:57 +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 DADD420C for ; Thu, 7 Mar 2013 11:18:56 +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 r27BItG4050557 for ; Thu, 7 Mar 2013 11:18:55 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r27BIo4s048593 for freebsd-gecko@freebsd.org; Thu, 7 Mar 2013 11:18:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 7 Mar 2013 11:18:50 GMT Message-Id: <201303071118.r27BIo4s048593@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] r1201 - in trunk: Mk mail/thunderbird mail/thunderbird-esr www/firefox www/firefox-esr www/firefox-nightly www/kompozer www/libxul www/libxul19 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: Thu, 07 Mar 2013 11:18:57 -0000 Author: jbeich Date: Thu Mar 7 11:18:50 2013 New Revision: 1201 Log: move arch quirks to bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird-esr/Makefile trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/kompozer/Makefile trunk/www/libxul/Makefile trunk/www/libxul19/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/Mk/bsd.gecko.mk Thu Mar 7 11:18:50 2013 (r1201) @@ -820,7 +820,16 @@ -e 's|%%MOZDIR%%|${PREFIX}/lib/${MOZILLA}|g' MOZCONFIG_SED?= ${SED} ${MOZ_SED_ARGS} -.if ${ARCH}=="sparc64" +.if ${ARCH} == amd64 +CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} +.elif ${ARCH} == powerpc64 +. if ${OSVERSION} < 900033 +BROKEN= Needs binutils 2.17.50 to build +. else +MOZ_EXPORT+= UNAME_m="powerpc64" +CFLAGS+= -mminimal-toc +. endif +.elif ${ARCH} == "sparc64" # Work around miscompilation/mislinkage of the sCanonicalVTable hacks. MOZ_OPTIONS+= --disable-v1-string-abi .endif Modified: trunk/mail/thunderbird-esr/Makefile ============================================================================== --- trunk/mail/thunderbird-esr/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/mail/thunderbird-esr/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -63,17 +63,6 @@ XPI_LIBDIR= ${PREFIX}/lib/xpi -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/mail/thunderbird/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -69,17 +69,6 @@ XPI_LIBDIR= ${PREFIX}/lib/xpi -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/www/firefox-esr/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -56,17 +56,6 @@ WRKSRC:= ${WRKDIR}/mozilla-esr17 -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ${PORT_OPTIONS:MPGO} USE_GCC?= any USE_DISPLAY= yes Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/www/firefox-nightly/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -59,17 +59,6 @@ WRKSRC:= ${WRKSRC}-central-${HGREV:C/.*://} -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ${PORT_OPTIONS:MPGO} USE_GCC?= yes USE_DISPLAY= yes Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/www/firefox/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -57,17 +57,6 @@ WRKSRC:= ${WRKDIR}/mozilla-beta -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ${PORT_OPTIONS:MPGO} USE_GCC?= yes USE_DISPLAY= yes Modified: trunk/www/kompozer/Makefile ============================================================================== --- trunk/www/kompozer/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/www/kompozer/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -49,10 +49,6 @@ .include -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.endif - post-patch: @${RM} -f ${WRKSRC}/config.status ${WRKSRC}/config.cache @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" >> ${WRKSRC}/toolkit/components/Makefile.in Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/www/libxul/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -54,17 +54,6 @@ MOZ_PKGCONFIG_FILES+= mozilla-nss .endif -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if !empty(CXX:M*clang++*) || (${CXX:Mc++} && ${OSVERSION} > 1000023) CXXFLAGS+= -Wno-return-type-c-linkage .endif Modified: trunk/www/libxul19/Makefile ============================================================================== --- trunk/www/libxul19/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/www/libxul19/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -63,17 +63,6 @@ MOZ_PKGCONFIG_FILES+= mozilla-nss .endif -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ${PORT_OPTIONS:MJAVA} USE_JAVA= yes JAVA_VERSION+= 1.5+ Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Thu Mar 7 11:18:39 2013 (r1200) +++ trunk/www/seamonkey/Makefile Thu Mar 7 11:18:50 2013 (r1201) @@ -72,17 +72,6 @@ XPI_LIBDIR= ${PREFIX}/lib/xpi -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ! ${PORT_OPTIONS:MMAILNEWS} EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk \ ${FILESDIR}/extra-patch-configure.in From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 11:19:09 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6DEB4442 for ; Thu, 7 Mar 2013 11:19:09 +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 EDC9F20D for ; Thu, 7 Mar 2013 11:19:08 +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 r27BJ8gB053210 for ; Thu, 7 Mar 2013 11:19:08 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r27BJ2WM051539 for freebsd-gecko@freebsd.org; Thu, 7 Mar 2013 11:19:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 7 Mar 2013 11:19:02 GMT Message-Id: <201303071119.r27BJ2WM051539@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] r1202 - in trunk: Mk mail/thunderbird-esr/files mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/libxul/files www/seamonkey/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: Thu, 07 Mar 2013 11:19:09 -0000 Author: jbeich Date: Thu Mar 7 11:19:02 2013 New Revision: 1202 Log: refine powerpc/powerpc64 quirks a bit Submitted by: alfred (based on) Deleted: trunk/mail/thunderbird-esr/files/patch-mozilla-js-src-js-confdefs.h.in trunk/mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in trunk/www/firefox-esr/files/patch-js-src-js-confdefs.h.in trunk/www/firefox-nightly/files/patch-js-public-RequiredDefines.h trunk/www/firefox/files/patch-js-src-js-confdefs.h.in trunk/www/libxul/files/patch-js-src-configure.in trunk/www/seamonkey/files/patch-mozilla-js-src-configure.in Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Thu Mar 7 11:18:50 2013 (r1201) +++ trunk/Mk/bsd.gecko.mk Thu Mar 7 11:19:02 2013 (r1202) @@ -822,11 +822,11 @@ .if ${ARCH} == amd64 CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -. if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -. else -MOZ_EXPORT+= UNAME_m="powerpc64" +.elif ${ARCH:Mpowerpc*} +USE_GCC?= yes +CFLAGS+= -D__STDC_CONSTANT_MACROS +. if ${ARCH} == "powerpc64" +MOZ_EXPORT+= UNAME_m="${ARCH}" CFLAGS+= -mminimal-toc . endif .elif ${ARCH} == "sparc64" Deleted: trunk/mail/thunderbird-esr/files/patch-mozilla-js-src-js-confdefs.h.in ============================================================================== --- trunk/mail/thunderbird-esr/files/patch-mozilla-js-src-js-confdefs.h.in Thu Mar 7 11:19:02 2013 (r1201) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/js/src/js-confdefs.h.in~ -+++ mozilla/js/src/js-confdefs.h.in -@@ -12,6 +12,7 @@ - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: trunk/mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in ============================================================================== --- trunk/mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in Thu Mar 7 11:19:02 2013 (r1201) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/js/src/js-confdefs.h.in~ -+++ mozilla/js/src/js-confdefs.h.in -@@ -12,6 +12,7 @@ - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: trunk/www/firefox-esr/files/patch-js-src-js-confdefs.h.in ============================================================================== --- trunk/www/firefox-esr/files/patch-js-src-js-confdefs.h.in Thu Mar 7 11:19:02 2013 (r1201) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- js/src/js-confdefs.h.in~ -+++ js/src/js-confdefs.h.in -@@ -12,6 +12,7 @@ - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: trunk/www/firefox-nightly/files/patch-js-public-RequiredDefines.h ============================================================================== --- trunk/www/firefox-nightly/files/patch-js-public-RequiredDefines.h Thu Mar 7 11:19:02 2013 (r1201) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,9 +0,0 @@ ---- js/public/RequiredDefines.h~ -+++ js/public/RequiredDefines.h -@@ -20,5 +20,6 @@ - * is defined before is included. - */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* js_RequiredDefines_h___ */ Deleted: trunk/www/firefox/files/patch-js-src-js-confdefs.h.in ============================================================================== --- trunk/www/firefox/files/patch-js-src-js-confdefs.h.in Thu Mar 7 11:19:02 2013 (r1201) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- js/src/js-confdefs.h.in~ -+++ js/src/js-confdefs.h.in -@@ -12,6 +12,7 @@ - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: trunk/www/libxul/files/patch-js-src-configure.in ============================================================================== --- trunk/www/libxul/files/patch-js-src-configure.in Thu Mar 7 11:19:02 2013 (r1201) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- js/src/configure.in.orig 2012-01-29 11:24:33.000000000 +0100 -+++ js/src/configure.in 2012-01-30 23:30:02.051087215 +0100 -@@ -5946,6 +5946,7 @@ _EGREP_PATTERN="${_EGREP_PATTERN}dummy_n - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - Deleted: trunk/www/seamonkey/files/patch-mozilla-js-src-configure.in ============================================================================== --- trunk/www/seamonkey/files/patch-mozilla-js-src-configure.in Thu Mar 7 11:19:02 2013 (r1201) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/js/src/js-confdefs.h.in~ -+++ mozilla/js/src/js-confdefs.h.in -@@ -12,6 +12,7 @@ - * C++ implementations should define these macros only when __STDC_LIMIT_MACROS - * is defined before is included. */ - #define __STDC_LIMIT_MACROS -+#define __STDC_CONSTANT_MACROS - - #endif /* _JS_CONFDEFS_H_ */ - From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 11:24:25 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DB9DD8B6 for ; Thu, 7 Mar 2013 11:24:25 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2AE269 for ; Thu, 7 Mar 2013 11:24:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1UDYvu-00062I-MG; Thu, 07 Mar 2013 14:24:23 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=5vPA9aL/PhppgaSPDoOOQMwVFdAA5kP++K220sDWPb8=; b=o6L4Tr41kZvIHKhECSTkF3AcKR365jKFBWJbwYKdqAxnIQ/hcYh+f+KNcvNvk2fw9An42W6rCPIXoynTYHKBGRF8Nd88smC8SrdbVAo89PJ0qby7scUyGjhsjHA79ILyVheV8tpZK0qXctTPbDacUBLqDJaO8LfxSmurlhSFl2o=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1UDYsR-0003Xv-Km; Thu, 07 Mar 2013 11:20:49 +0000 From: Jan Beich To: Alfred Perlstein Subject: Re: Patches for firefox port on FreeBSD powerpc. In-Reply-To: <51382CB5.7050307@ixsystems.com> (Alfred Perlstein's message of "Wed, 06 Mar 2013 21:59:17 -0800") Date: Thu, 07 Mar 2013 09:45:26 -0100 References: <51382CB5.7050307@ixsystems.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1UDYsR-0003Xv-Km@internal.tormail.org> Cc: 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: Thu, 07 Mar 2013 11:24:25 -0000 Alfred Perlstein writes: > I tried to submit a PR but I'm not sure if they are going through, I > hope this is helpful. firefox 20.0 is going to have some powerpc fixes: https://hg.mozilla.org/mozilla-central/rev/0c5dad17fece https://hg.mozilla.org/mozilla-central/rev/ea3ca2b1bd7f https://hg.mozilla.org/mozilla-central/rev/efd019bee0ff In the meantime try www/firefox (20.0) and www/firefox-nightly (22.0) from freebsd-gecko repository. > +.if ! ${MACHINE_CPU:Msse2} > +GYP_DEFINES+= disable_sse2=1 > +.endif > + GYP_DEFINES isn't passed to do-configure/do-build anywhere. > +CFLAGS+= -D__STDC_CONSTANT_MACROS=1 -D__STDC_LIMIT_MACROS=1 __STDC_CONSTANT_MACROS errors should be reported upstream so affected files can be fixed or the macro can be defined globally in mozilla-config.h like __STDC_LIMIT_MACROS. For example, gfx/skia and security/manager already define it. > +USE_GCC= yes Is clang/powerpc so hopeless even on /head? I've only found https://bugzilla.mozilla.org/show_bug.cgi?id=824633 From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 15:38:54 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BCA48F7 for ; Thu, 7 Mar 2013 15:38:54 +0000 (UTC) (envelope-from scratch65535@att.net) Received: from nm22.access.bullet.mail.mud.yahoo.com (nm22.access.bullet.mail.mud.yahoo.com [66.94.237.223]) by mx1.freebsd.org (Postfix) with ESMTP id 09C70187 for ; Thu, 7 Mar 2013 15:38:53 +0000 (UTC) Received: from [66.94.237.126] by nm22.access.bullet.mail.mud.yahoo.com with NNFMP; 07 Mar 2013 15:38:53 -0000 Received: from [68.142.198.105] by tm1.access.bullet.mail.mud.yahoo.com with NNFMP; 07 Mar 2013 15:38:53 -0000 Received: from [127.0.0.1] by smtp107.sbc.mail.mud.yahoo.com with NNFMP; 07 Mar 2013 15:38:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1362670733; bh=4/q67S5biA6E4zA8llky5Vv6yfKUoQUZgkXOHbFU8Y4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-ID:X-Mailer:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2/Yxg6SXWcDUInkfnUlKnk0HHfc1vWzBgUyFRuM1pTGeagSgbBapyGLqQLq1FrEBObHHQ5VYlgSQjs6h/bfAa57xT1i2UIeAUrFIgMJrunPpxs+nwmPD5KAb8bXQkBtgQichfpZSAvR6u0cIdW4JuIg/sX07iufQyWjHHjRSs+I= X-Yahoo-Newman-Id: 7221.14179.bm@smtp107.sbc.mail.mud.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: qXhIT5QVM1mdoKc7Qs3vYF1rvdZbnUN0s7VamOhztoa4oWL E1pbxDarsnGZav4Fel.ooKtQxfRvvgRqjCZIlhcq2qGt8r.yVi5QNfe.RFf1 tIRGo8aQ.6cPDRfFMZrLcumx0t_Y4JBtSXER8vU0k0ExaE1wd2Bc.yEQcuAt ltdvPD4EGMAcbpDvargN_h8H36pXl.IfBcIWQz6Rt5kTAGbtYCSXE4YooP73 MndbR1v_Y_nPH5KQSiAK26J_x0cK3wJN.S8nf2soIl7VhRW638IuQ6Kf3_HY U7lxVnsgrAemHR3p3y2gnZh7LqZ7VEC__QXZ8v3iHOB2044rt2lJPqlOcdgW nW3Um0mzwUhv.lj9jKDsMx8X79B.FoAAYZJyekSisMXzzxf5_k_5ofBtCXXr 4HexeNVR1sddG79TZewLIFyl3ll3Wsygq.kprs_NSHja59yhkaH36f5mk7qm sH9hqzN_0Xam6IEYoW4rhSQ-- X-Yahoo-SMTP: pPvqnOaswBBbYZLVYFzvU7GaowLcbNioPp.aF8KvOjZk Received: from slowcat.example.org (scratch65535@72.70.2.67 with login) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 07 Mar 2013 07:38:52 -0800 PST From: Auld Besom To: gecko@freebsd.org Subject: Date: Thu, 07 Mar 2013 10:38:42 -0500 Message-ID: X-Mailer: Forte Agent 4.2/32.1118 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@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: Thu, 07 Mar 2013 15:38:54 -0000 Firefox v19, built from a freshly-updated ports tree under xfce4 and 8.3 generic, crashes the moment I try to enter a url in the edit box. The situation seems to be getting worse with each release. 3.6.25 wouldn't let me log into disqus so that I could post at commondreams, but otherwise seemed to work correctly. v10, installed as a package, had the same problem plus others that I can't now remember, prompting me to upgrade to 17 v17 had the same problem, plus it would crash unexpectedly v18 had the same problem, plus it would crash unexpectedly and, seemingly, more frequently v19 probably has the same problem, but since it crashes when I try to type in a url, I can't be sure. The build (I just rebuilt it a few minutes ago) reported no errors, and running pkg_libchk also returned nothing. I wonder whether being pieced together from 133 components has any significance. From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 15:49:13 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 77EA4449; Thu, 7 Mar 2013 15:49:13 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-fa0-x229.google.com (mail-fa0-x229.google.com [IPv6:2a00:1450:4001:c02::229]) by mx1.freebsd.org (Postfix) with ESMTP id DCC02227; Thu, 7 Mar 2013 15:49:12 +0000 (UTC) Received: by mail-fa0-f41.google.com with SMTP id p1so29489fad.28 for ; Thu, 07 Mar 2013 07:49:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=SSwC4HGD9/GTG255MuvWl2dLeaO1xLoecd62jQUi+Jc=; b=qFRijytpSbvakLAKNV2ypM3+ElEnzmn8MF/hS5CJnvY+x4B+pvNDzNe6gduXtgghrR 0ng7tgyB971T8EnVijg4BEowl9ziKzDzk6a93KqRONG5Iy1QZ0Kb+2NWGTyTkIjrg2Up LBKK25SvaQN87PikfHUVCI4kgKBBBXTs02YN2wTN83b29FA8s/yMw9VgNdVynWBrT6rb sc9fDEX7d8QQFpKWuuFASbyxtn0dz5oBWXuYuLcRY7Obwt4AQ56d3GclCHW9UN/fqznV 6UhRrfK4gmsu9r/hG3gGwrZcvnwfgQRO7yWWSPJrvo2YVYtahKu/WXMKeisowlM43QO9 kCZg== X-Received: by 10.204.155.73 with SMTP id r9mr13558048bkw.51.1362671351877; Thu, 07 Mar 2013 07:49:11 -0800 (PST) Received: from [192.168.1.129] ([91.196.229.122]) by mx.google.com with ESMTPS id k15sm930511bku.0.2013.03.07.07.49.09 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Mar 2013 07:49:10 -0800 (PST) Message-ID: <5138B6F4.7050902@gmail.com> Date: Thu, 07 Mar 2013 17:49:08 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16 MIME-Version: 1.0 To: Auld Besom , gecko@freebsd.org Subject: Re: (unknown) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@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: Thu, 07 Mar 2013 15:49:13 -0000 07.03.2013 17:38, Auld Besom: > Firefox v19, built from a freshly-updated ports tree under xfce4 > and 8.3 generic, crashes the moment I try to enter a url in the > edit box. > > The situation seems to be getting worse with each release. 3.6.25 > wouldn't let me log into disqus so that I could post at > commondreams, but otherwise seemed to work correctly. > > v10, installed as a package, had the same problem plus others > that I can't now remember, prompting me to upgrade to 17 > > v17 had the same problem, plus it would crash unexpectedly > > v18 had the same problem, plus it would crash unexpectedly and, > seemingly, more frequently > > v19 probably has the same problem, but since it crashes when I > try to type in a url, I can't be sure. > > The build (I just rebuilt it a few minutes ago) reported no > errors, and running pkg_libchk also returned nothing. > > I wonder whether being pieced together from 133 components has > any significance. Does `kldload sem` fixes anything for you? -- Sphinx of black quartz, judge my vow. From owner-freebsd-gecko@FreeBSD.ORG Thu Mar 7 16:35:51 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BE6D5C7C; Thu, 7 Mar 2013 16:35:51 +0000 (UTC) (envelope-from edwin@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 962C85EB; Thu, 7 Mar 2013 16:35:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r27GZpO8013993; Thu, 7 Mar 2013 16:35:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r27GZpBV013992; Thu, 7 Mar 2013 16:35:51 GMT (envelope-from edwin) Date: Thu, 7 Mar 2013 16:35:51 GMT Message-Id: <201303071635.r27GZpBV013992@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176719: patches for www/firefox to compile on powerpc. 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: Thu, 07 Mar 2013 16:35:51 -0000 Synopsis: patches for www/firefox to compile on powerpc. Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 7 16:35:51 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176719 From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 8 08:21:39 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 55A4F86C for ; Fri, 8 Mar 2013 08:21:39 +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 EFA67FFF for ; Fri, 8 Mar 2013 08:21:38 +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 r288Lav3068693 for ; Fri, 8 Mar 2013 08:21: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 r288LVoM067212 for freebsd-gecko@freebsd.org; Fri, 8 Mar 2013 08:21:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 8 Mar 2013 08:21:31 GMT Message-Id: <201303080821.r288LVoM067212@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] r1203 - in trunk: mail/thunderbird www/firefox www/firefox-nightly 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: Fri, 08 Mar 2013 08:21:39 -0000 Author: jbeich Date: Fri Mar 8 08:21:31 2013 New Revision: 1203 Log: update Added: trunk/www/firefox-nightly/files/patch-bug829653 Modified: trunk/mail/thunderbird/Makefile trunk/mail/thunderbird/distinfo trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Thu Mar 7 11:19:02 2013 (r1202) +++ trunk/mail/thunderbird/Makefile Fri Mar 8 08:21:31 2013 (r1203) @@ -2,16 +2,12 @@ # $FreeBSD: head/mail/thunderbird/Makefile 310165 2013-01-09 23:28:19Z flo $ PORTNAME= thunderbird -PORTVERSION= 20.0.b1 -DISTVERSION= 2.17b1 +DISTVERSION= 20.0b1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source -DISTFILES= seamonkey-${DISTVERSION}.source${EXTRACT_SUFX} -EXTRACT_ONLY= seamonkey-${DISTVERSION}.source${EXTRACT_SUFX} -#MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -#DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} -#EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source +DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above Modified: trunk/mail/thunderbird/distinfo ============================================================================== --- trunk/mail/thunderbird/distinfo Thu Mar 7 11:19:02 2013 (r1202) +++ trunk/mail/thunderbird/distinfo Fri Mar 8 08:21:31 2013 (r1203) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.17b1.source.tar.bz2) = e9d1c8009e2706789cd45841dc73e866577143d53f5920dc9d5aa61837f2dfa6 -SIZE (seamonkey-2.17b1.source.tar.bz2) = 122818269 +SHA256 (thunderbird-20.0b1.source.tar.bz2) = f54febc37d2520a4b18262c2029f2473e6edc1032774d297795a03d7eaf2cac0 +SIZE (thunderbird-20.0b1.source.tar.bz2) = 122575872 SHA256 (enigmail-1.5.1.tar.gz) = 234ca3c8f7c74afb64ebdaa4762e358f35a72c1f8de007b992497fc2db803af0 SIZE (enigmail-1.5.1.tar.gz) = 1213954 Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Thu Mar 7 11:19:02 2013 (r1202) +++ trunk/www/firefox-nightly/Makefile.hgrev Fri Mar 8 08:21:31 2013 (r1203) @@ -1 +1 @@ -HGREV= 123690:55477ae32280 +HGREV= 124110:0e7639e3bdfb Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Thu Mar 7 11:19:02 2013 (r1202) +++ trunk/www/firefox-nightly/distinfo Fri Mar 8 08:21:31 2013 (r1203) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/55477ae32280.tar.bz2) = 8402ac5fed9290db7bcc854bc34490e0f11bf7441f19e35a4ddd2e86570c197d -SIZE (firefox-nightly/55477ae32280.tar.bz2) = 110214193 +SHA256 (firefox-nightly/0e7639e3bdfb.tar.bz2) = d9222d211aaa9c4af638b9c366e1664cd1c00b6615b3df2ad4e6db340f8a413c +SIZE (firefox-nightly/0e7639e3bdfb.tar.bz2) = 110668706 Added: trunk/www/firefox-nightly/files/patch-bug829653 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug829653 Fri Mar 8 08:21:31 2013 (r1203) @@ -0,0 +1,78 @@ +dro.d@gmail.com> +Bug 829653 - fix content/media build with --enable-gstreamer + + +diff --git a/content/media/DecoderTraits.cpp b/content/media/DecoderTraits.cpp +index d4f1e42..ab1d0d5 100644 +--- content/media/DecoderTraits.cpp ++++ content/media/DecoderTraits.cpp +@@ -178,16 +178,22 @@ IsWebMType(const nsACString& aType) + static const char* const gH264Types[4] = { + "video/mp4", + "video/3gpp", + "video/quicktime", + nullptr + }; + + static bool ++IsH264Type(const nsACString& aType) ++{ ++ return CodecListContains(gH264Types, aType); ++} ++ ++static bool + IsGStreamerSupportedType(const nsACString& aMimeType) + { + if (!MediaDecoder::IsGStreamerEnabled()) + return false; + if (IsH264Type(aMimeType)) + return true; + if (!Preferences::GetBool("media.prefer-gstreamer", false)) + return false; +@@ -196,22 +202,16 @@ IsGStreamerSupportedType(const nsACString& aMimeType) + return true; + #endif + #ifdef MOZ_OGG + if (IsOggType(aMimeType)) + return true; + #endif + return false; + } +- +-static bool +-IsH264Type(const nsACString& aType) +-{ +- return CodecListContains(gH264Types, aType); +-} + #endif + + #ifdef MOZ_WIDGET_GONK + static const char* const gOmxTypes[6] = { + "audio/mpeg", + "audio/mp4", + "video/mp4", + "video/3gpp", +diff --git a/content/media/Makefile.in b/content/media/Makefile.in +index 4b24c94..df28c17 100644 +--- content/media/Makefile.in ++++ content/media/Makefile.in +@@ -72,15 +72,19 @@ ifdef MOZ_SYDNEYAUDIO + EXPORTS += \ + AudioStream.h \ + $(NULL) + CPPSRCS += \ + AudioStream.cpp \ + $(NULL) + endif + ++ifdef MOZ_GSTREAMER ++OS_CXXFLAGS += $(GSTREAMER_CFLAGS) ++endif ++ + FORCE_STATIC_LIB = 1 + + include $(topsrcdir)/config/config.mk + include $(topsrcdir)/ipc/chromium/chromium-config.mk + include $(topsrcdir)/config/rules.mk + + DEFINES += -D_IMPL_NS_LAYOUT Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Thu Mar 7 11:19:02 2013 (r1202) +++ trunk/www/firefox/Makefile Fri Mar 8 08:21:31 2013 (r1203) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 20.0b2 +DISTVERSION= 20.0b4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Thu Mar 7 11:19:02 2013 (r1202) +++ trunk/www/firefox/distinfo Fri Mar 8 08:21:31 2013 (r1203) @@ -1,2 +1,2 @@ -SHA256 (firefox-20.0b2.source.tar.bz2) = 40dc7947130cdedf3c6e762fa3270cd42ef8d24ddfd3d212e08b75406dddd88a -SIZE (firefox-20.0b2.source.tar.bz2) = 100014190 +SHA256 (firefox-20.0b4.source.tar.bz2) = fc8b9a2712d4dad3e0356a062e0cdb9d47c977eba4ff6fe9d9b34cd9f9eebfb9 +SIZE (firefox-20.0b4.source.tar.bz2) = 99859184 From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 8 21:07:42 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D050EB1 for ; Fri, 8 Mar 2013 21:07:42 +0000 (UTC) (envelope-from walker_643@yahoo.com) Received: from nm35-vm2.bullet.mail.bf1.yahoo.com (nm35-vm2.bullet.mail.bf1.yahoo.com [72.30.238.74]) by mx1.freebsd.org (Postfix) with ESMTP id E0E95A86 for ; Fri, 8 Mar 2013 21:07:41 +0000 (UTC) Received: from [98.139.212.148] by nm35.bullet.mail.bf1.yahoo.com with NNFMP; 08 Mar 2013 21:05:12 -0000 Received: from [98.139.212.195] by tm5.bullet.mail.bf1.yahoo.com with NNFMP; 08 Mar 2013 21:05:12 -0000 Received: from [127.0.0.1] by omp1004.mail.bf1.yahoo.com with NNFMP; 08 Mar 2013 21:05:12 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 245166.12347.bm@omp1004.mail.bf1.yahoo.com Received: (qmail 79102 invoked by uid 60001); 8 Mar 2013 21:05:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1362776712; bh=j//Ni2iuZvgcxFMkKfSfMtjlMj1OTArA9SrCo234Qgk=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=UgzY73XHezsM7JNxMtzfjurkjHDPTQ+fJzFzXWjpXEzmIZmtWt+FScZ1sv1+H9RIVthNSNdBoIfMSxQOlF/WsUZULddGdJZrko2UXxYdx5LC545P744e+InLjZ3RC+Di99wbgEpgxsKoRljkhYPtNDo/iJHHttt9DyOkR+8Ccew= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=WOj7WXOy48mmc6KDRv9y6lp6rJ/VmPva0geuIlr0X18Nfy+iHsQMqb+VD0qOWNvLLLq4Ipkg60Z1x3yUz0THB5edSjnahjxjYhaUX9rKjhNO6bcrjwCCb+KmhAntcdUXToca56bruZBVsJk4svtTXRtDiLyqmrPnSzPwVhi4DHI=; X-YMail-OSG: 6QeshwMVM1nNewtjoMUojtSTQ.5qLRPXx64DyR4d2hIblTY svFM82Q2kXVhiJEm5pUjKW_CpSdMQB05.iKgtpSNn7fw_lwYoUfD_2xMBn9Q inEBp5cnYseiNjreypFlGmT_awRWW82wUPQoXXtKnvxox3NmYeGDr4HcXHCb SWmDsZvB4QCrJjbEJ2w_W7T6eG2nQlxx.mSPNpkcaHjC4BJP9Hrk6mj_MMZS 5dXeA0V8qmM9aN_5VKy9DYSdPKLoFqzgRKPv7T2IORkNrfkct4_fuAJXaye0 qAostwEjREsSRVt6DQR72JhgVP5Ee2elT5JeyEhA5OoWLt6x7L.7I.l.97HT pDPygViIl7UFDcJHnQ3Y_YPfBidSD_KqCtWRHyOgBK6cTtmQCATJ2m3d4CyU EvGEEsC_Wsyjwi6qoWW50zyrafsKrudm.4pAGXvcyZC7BF4mOQkxbFyoxG2r .Egl07ARlyNn_TV5Y8wCeEcBC8rgfHb_UAHbWJQtcnDcOy8LxtZQr_4shB4p WXuIJTmENY8W6.X_pBpUMi7cUWWbjpqlMT3_6qhHJRqwmL.H70Wz4CDRlnWP qx2SibeiPfBq_o5zit_HqFX3xzd_ozPlT Received: from [96.11.134.128] by web161904.mail.bf1.yahoo.com via HTTP; Fri, 08 Mar 2013 13:05:12 PST X-Rocket-MIMEInfo: 001.001, SGVsbG8gLQoKWW91IGFyZSBsaXN0ZWQgYXMgdGhlIG1haW50YWluZXIgb2YgdGhlIEZyZWVCU0QgZmlyZWZveCBwYWNrYWdlIGFuZCBJIHdhc24ndCBzdXJlIGlmIHlvdSByZWNlaXZlZCBhdXRvbWF0aWMgbm90aWZpY2F0aW9ucyB3aGVuIFBScyB3ZXJlIGZpbGVkIGFnYWluc3QgaXQuIElmIHlvdSBhcmUgYWxyZWFkeSBhd2FyZSBvZiB0aGlzIGlzc3VlLCBwbGVhc2UgZGlzcmVnYXJkIHRoaXMgbWVzc2FnZS4gVGhhbmsgeW91IQoKCmh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvY2dpL3F1ZXJ5LXByLmNnaT9wcj0BMAEBAQE- X-Mailer: YahooMailWebService/0.8.135.514 Message-ID: <1362776712.69647.YahooMailNeo@web161904.mail.bf1.yahoo.com> Date: Fri, 8 Mar 2013 13:05:12 -0800 (PST) From: walker_643 Subject: Firefox Breakage To: "gecko@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: walker_643 List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2013 21:07:42 -0000 Hello - You are listed as the maintainer of the FreeBSD firefox package and I wasn't sure if you received automatic notifications when PRs were filed against it. If you are already aware of this issue, please disregard this message. Thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=176760 Ian From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 8 22:06:12 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0A52CA9F for ; Fri, 8 Mar 2013 22:06:12 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:4f8:162:1142::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0C0CF5 for ; Fri, 8 Mar 2013 22:06:11 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id C8B99A8A2; Fri, 8 Mar 2013 23:06:10 +0100 (CET) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lbjJqiB3cKWW; Fri, 8 Mar 2013 23:06:09 +0100 (CET) Received: from nibbler-osx.fritz.box (85-22-123-234.ip.dokom21.de [85.22.123.234]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id DFFB2A895; Fri, 8 Mar 2013 23:06:08 +0100 (CET) Message-ID: <513A60CF.6000301@smeets.im> Date: Fri, 08 Mar 2013 23:06:07 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Thunderbird/22.0a1 MIME-Version: 1.0 To: walker_643 , "gecko@freebsd.org" Subject: Re: Firefox Breakage References: <1362776712.69647.YahooMailNeo@web161904.mail.bf1.yahoo.com> In-Reply-To: <1362776712.69647.YahooMailNeo@web161904.mail.bf1.yahoo.com> X-Enigmail-Version: 1.6a1pre Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2NXXFCRFIGFNHPUUARNTV" 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, 08 Mar 2013 22:06:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2NXXFCRFIGFNHPUUARNTV Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 08.03.13 22:05, walker_643 wrote: > Hello - >=20 > You are listed as the maintainer of the FreeBSD firefox package and I > wasn't sure if you received automatic notifications when PRs were > filed against it. If you are already aware of this issue, please > disregard this message. Thank you! >=20 >=20 How much memory does your machine have? It could be that the clang++ process is killed because you are out of memory/swap. Florian ------enig2NXXFCRFIGFNHPUUARNTV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlE6YM8ACgkQapo8P8lCvwkGiACgqkvEBITe1R0QgV5xFnSeKI0/ rNoAoK5V+koMIN3TaDog66ELutc5AM4C =bv5D -----END PGP SIGNATURE----- ------enig2NXXFCRFIGFNHPUUARNTV-- From owner-freebsd-gecko@FreeBSD.ORG Fri Mar 8 23:13:27 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B8DEA1D; Fri, 8 Mar 2013 23:13:27 +0000 (UTC) (envelope-from edwin@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 55D68EC7; Fri, 8 Mar 2013 23:13:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r28NDRp8077284; Fri, 8 Mar 2013 23:13:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r28NDRnB077283; Fri, 8 Mar 2013 23:13:27 GMT (envelope-from edwin) Date: Fri, 8 Mar 2013 23:13:27 GMT Message-Id: <201303082313.r28NDRnB077283@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176760: www/firefox build appears to be broken 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, 08 Mar 2013 23:13:27 -0000 Synopsis: www/firefox build appears to be broken Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 8 23:13:27 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176760 From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 9 00:06:45 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 767DA760; Sat, 9 Mar 2013 00:06:45 +0000 (UTC) (envelope-from flo@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 4CBE513B; Sat, 9 Mar 2013 00:06:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2906jCv092647; Sat, 9 Mar 2013 00:06:45 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2906ikA092646; Sat, 9 Mar 2013 00:06:44 GMT (envelope-from flo) Date: Sat, 9 Mar 2013 00:06:44 GMT Message-Id: <201303090006.r2906ikA092646@freefall.freebsd.org> To: walker_643@yahoo.com, flo@FreeBSD.org, gecko@FreeBSD.org From: flo@FreeBSD.org Subject: Re: ports/176760: www/firefox build appears to be broken 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: Sat, 09 Mar 2013 00:06:45 -0000 Synopsis: www/firefox build appears to be broken State-Changed-From-To: open->closed State-Changed-By: flo State-Changed-When: Sat Mar 9 00:06:44 UTC 2013 State-Changed-Why: Reported confirmed that he has not enough memory in private mail. 768MB is not enough. About 2 GB are required to build firefox. http://www.freebsd.org/cgi/query-pr.cgi?pr=176760 From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 9 08:40:02 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1FA8185E for ; Sat, 9 Mar 2013 08:40:02 +0000 (UTC) (envelope-from gnats@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 0636E3F6 for ; Sat, 9 Mar 2013 08:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r298e1eb094747 for ; Sat, 9 Mar 2013 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r298e13A094746; Sat, 9 Mar 2013 08:40:01 GMT (envelope-from gnats) Date: Sat, 9 Mar 2013 08:40:01 GMT Message-Id: <201303090840.r298e13A094746@freefall.freebsd.org> To: gecko@FreeBSD.org From: "Hartmann, O." Subject: Re: ports/164239: [PATCH] mail/thunderbird: crash with nss_ldap X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Hartmann, O." List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 08:40:02 -0000 The following reply was made to PR ports/164239; it has been noted by GNATS. From: "Hartmann, O." To: bug-followup@FreeBSD.org, dgeo@centrale-marseille.fr Cc: Subject: Re: ports/164239: [PATCH] mail/thunderbird: crash with nss_ldap Date: Sat, 09 Mar 2013 09:34:36 +0100 The problem is still unresolved. With the most recent changes in FreeBSD 10.0-CURRENT (> r247804) and the breakage of the name services cache daemon nscd(1) in CURRENT, the problem is critical! Thunderbird (at this time, it is version 17.0.4 and the problem is now stick since a couple of versions on ALL platforms/versions of FreeBSD using OpenLDAP environment!!!!!). The patch suggested doesn't do anything good and does not solve the problem. As I described before, on the systems in question, no matter whether FreeBSD 9 or 10 (it depends only on their configuration being used within a larger environment with OpenLDAP or not!), it WAS prior to CURRENT r247804 possible to start Thunderbird by first starting Firefox. I guess this revealed that time a possible hidden issue in Thunderbird (or FreeBSD, since nscd(1) is broken by now due to unresolved issues). When performing a truss truss thunderbird you'll see the excerpt below. It seems that Thunderbird fails in getting the effective UID (EUID), since I see the SIGNAL 11 there: open("/usr/local/etc/openldap/ldap.conf",O_RDONLY,0666) = 4 (0x4) fstat(4,{ mode=-rw-r--r-- ,inode=5817420,size=410,blksize=16384 }) = 0 (0x0) read(4,"#\n# LDAP Defaults\n#\n\n# See l"...,16384) = 410 (0x19a) read(4,0x813928000,16384) = 0 (0x0) close(4) = 0 (0x0) geteuid() = 2002 (0x7d2) getuid() = 2002 (0x7d2) open("/home/ohartmann/ldaprc",O_RDONLY,0666) ERR#2 'No such file or directory' open("/home/ohartmann/.ldaprc",O_RDONLY,0666) ERR#2 'No such file or directory' open("ldaprc",O_RDONLY,0666) ERR#2 'No such file or directory' sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0) = 0 (0x0) sigaction(SIGPIPE,{ SIG_IGN SA_RESTART ss_t },{ SIG_IGN 0x0 ss_t }) = 0 (0x0) sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0) getuid() = 2002 (0x7d2) stat("/etc/nsswitch.conf",{ mode=-rw-r--r-- ,inode=117790,size=991,blksize=16384 }) = 0 (0x0) geteuid() = 2002 (0x7d2) open("/etc/pwd.db",O_RDONLY,00) = 4 (0x4) fcntl(4,F_SETFD,FD_CLOEXEC) = 0 (0x0) fstat(4,{ mode=-rw-r--r-- ,inode=117927,size=40960,blksize=16384 }) = 0 (0x0) read(4,"\0\^F\^Ua\0\0\0\^B\0\0\^D\M-R\0"...,260) = 260 (0x104) pread(0x4,0x813928000,0x1000,0x6000,0x1,0x0) = 4096 (0x1000) pread(0x4,0x813929000,0x1000,0x5000,0x1,0x0) = 4096 (0x1000) close(4) = 0 (0x0) socket(PF_LOCAL,SOCK_STREAM,0) = 4 (0x4) connect(4,{ AF_UNIX "/var/run/nscd" },15) ERR#2 'No such file or directory' close(4) = 0 (0x0) sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0) = 0 (0x0) sigaction(SIGPIPE,{ SIG_IGN 0x0 ss_t },{ SIG_IGN SA_RESTART ss_t }) = 0 (0x0) sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0) stat("/usr/local/etc/nss_ldap.conf",{ mode=-rw-r--r-- ,inode=5818085,size=7997,blksize=16384 }) = 0 (0x0) getpid() = 63040 (0xf640) geteuid() = 2002 (0x7d2) SIGNAL 11 (SIGSEGV) process exit, rval = 0 In FreeBSD 10, the situation is now more frustrating, since even the trick by starting Firefox in the first place before Thunderbird doesn't work anymore and gets really painful, if FreeBSD the "issue" gets backported to 9.1-STABLE/9.2. oh From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 9 09:30:01 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C062A70C for ; Sat, 9 Mar 2013 09:30:01 +0000 (UTC) (envelope-from gnats@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 9ACBD752 for ; Sat, 9 Mar 2013 09:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r299U1Rg004607 for ; Sat, 9 Mar 2013 09:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r299U1im004606; Sat, 9 Mar 2013 09:30:01 GMT (envelope-from gnats) Date: Sat, 9 Mar 2013 09:30:01 GMT Message-Id: <201303090930.r299U1im004606@freefall.freebsd.org> To: gecko@FreeBSD.org From: "Hartmann, O." Subject: Re: ports/164239: [PATCH] mail/thunderbird: crash with nss_ldap X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Hartmann, O." List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 09:30:01 -0000 The following reply was made to PR ports/164239; it has been noted by GNATS. From: "Hartmann, O." To: bug-followup@FreeBSD.org, dgeo@centrale-marseille.fr Cc: Subject: Re: ports/164239: [PATCH] mail/thunderbird: crash with nss_ldap Date: Sat, 09 Mar 2013 10:22:55 +0100 Deleting /usr/local/etc/nss_ldap.conf, which is effectively a link to /usr/local/etc/ldap.conf, makes Thunderbird start again without crash, but leaves the whole system without OpenLDAP backed users. From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 9 14:09:45 2013 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 91213268 for ; Sat, 9 Mar 2013 14:09:45 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 52ADD319 for ; Sat, 9 Mar 2013 14:09:45 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r29E9co0039501 for ; Sat, 9 Mar 2013 09:09:38 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r29E9ckS039489; Sat, 9 Mar 2013 09:09:38 -0500 (EST) (envelope-from portscout) Message-Id: <201303091409.r29E9ckS039489@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 9 Mar 2013 09:09:38 -0500 From: portscout@portscout.freebsd.org To: gecko@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.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: Sat, 09 Mar 2013 14:09:45 -0000 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/gecko@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/xpi-torbutton | 1.5.0 | 1.5.1 ------------------------------------------------+-----------------+------------ 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 portscout@portscout.freebsd.org Thanks. From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 9 17:40:56 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4CDEA696 for ; Sat, 9 Mar 2013 17:40:56 +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 CE29D1DA for ; Sat, 9 Mar 2013 17:40:55 +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 r29Hel4Y068899 for ; Sat, 9 Mar 2013 17:40:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r29Heg3q068719 for freebsd-gecko@freebsd.org; Sat, 9 Mar 2013 17:40:42 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 9 Mar 2013 17:40:42 GMT Message-Id: <201303091740.r29Heg3q068719@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] r1204 - in trunk/mail: thunderbird thunderbird-esr thunderbird-esr-i18n 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, 09 Mar 2013 17:40:56 -0000 Author: jbeich Date: Sat Mar 9 17:40:42 2013 New Revision: 1204 Log: nuke mail/thunderbird and let -esr version take its place Mozilla decided to focus on stability over innovation for Thunderbird. https://blog.lizardwrangler.com/2012/07/06/thunderbird-stability-and-community-innovation/ Replaced: trunk/mail/thunderbird/ - copied from r1203, trunk/mail/thunderbird-esr/ Deleted: trunk/mail/thunderbird-esr/ trunk/mail/thunderbird-esr-i18n/ From owner-freebsd-gecko@FreeBSD.ORG Sat Mar 9 18:03:51 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CDE83D48 for ; Sat, 9 Mar 2013 18:03: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 5B8AD2B2 for ; Sat, 9 Mar 2013 18:03: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 r29I3oV3072174 for ; Sat, 9 Mar 2013 18:03:50 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r29I3jSE071581 for freebsd-gecko@freebsd.org; Sat, 9 Mar 2013 18:03:45 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 9 Mar 2013 18:03:45 GMT Message-Id: <201303091803.r29I3jSE071581@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] r1205 - in trunk: Mk mail/thunderbird mail/thunderbird-i18n 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, 09 Mar 2013 18:03:52 -0000 Author: jbeich Date: Sat Mar 9 18:03:44 2013 New Revision: 1205 Log: fixup last commit Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Mar 9 17:40:42 2013 (r1204) +++ trunk/Mk/bsd.gecko.mk Sat Mar 9 18:03:44 2013 (r1205) @@ -201,7 +201,7 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 10+ 17+ 10 17 +# Available values: yes 17+ 17 # NOTE: # default value 17 is used in case of USE_THUNDERBIRD=yes # @@ -363,13 +363,12 @@ _THUNDERBIRD_BUILD_DEPENDS= yes .endif -_THUNDERBIRD_DEFAULT_VERSION= 10 -_THUNDERBIRD_VERSIONS= 10 17 -_THUNDERBIRD_RANGE_VERSIONS= 10+ 17+ - -# For specifying [10, ..]+ -_THUNDERBIRD_17P= 17 ${_THUNDERBIRD_10P} -_THUNDERBIRD_10P= 10 +_THUNDERBIRD_DEFAULT_VERSION= 17 +_THUNDERBIRD_VERSIONS= 17 +_THUNDERBIRD_RANGE_VERSIONS= 17+ + +# For specifying [17, ..]+ +_THUNDERBIRD_17P= 17 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given .if ${USE_THUNDERBIRD} == "yes" @@ -413,7 +412,6 @@ .endif # Dependence lines for different Thunderbird versions -10_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird-esr 17_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird # Add dependencies Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Sat Mar 9 17:40:42 2013 (r1204) +++ trunk/mail/thunderbird-i18n/Makefile Sat Mar 9 18:03:44 2013 (r1205) @@ -4,7 +4,7 @@ PORTNAME= thunderbird-i18n PORTVERSION= 17.0.2 CATEGORIES= mail -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi +MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sat Mar 9 17:40:42 2013 (r1204) +++ trunk/mail/thunderbird/Makefile Sat Mar 9 18:03:44 2013 (r1205) @@ -23,9 +23,8 @@ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 -LATEST_LINK= thunderbird-esr USE_GECKO= gecko -CONFLICTS= thunderbird-2[0-9].* thunderbird-1[1-689].* thunderbird-10.* +CONFLICTS= thunderbird-24.* thunderbird-1[1-6].* thunderbird-10.* USE_MOZILLA= # empty MAKE_JOBS_SAFE= yes