From owner-svn-ports-all@freebsd.org Tue Aug 11 13:22:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4B3699E5FF; Tue, 11 Aug 2015 13:22:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE645272; Tue, 11 Aug 2015 13:22:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BDMwPi043153; Tue, 11 Aug 2015 13:22:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BDMtAD043138; Tue, 11 Aug 2015 13:22:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508111322.t7BDMtAD043138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Aug 2015 13:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393941 - in head: mail/thunderbird mail/thunderbird/files multimedia/openh264 multimedia/openh264/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul w... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 13:22:58 -0000 Author: jbeich Date: Tue Aug 11 13:22:54 2015 New Revision: 393941 URL: https://svnweb.freebsd.org/changeset/ports/393941 Log: Switch OpenH264 plugin to use environment variable files/patch-system-openh264 causes patch churn on updates and hits assertion with DEBUG=on[1]. Rework to use MOZ_GMP_PATH instead. While here populate Last Updated field to avoid falling back to Epoch start and disable Automatic Updates in an unlikely case of - Cisco & Mozilla providing prebuilt version for FreeBSD - Firefox running with root priveleges i.e., write permission under /usr/local PR: 202218 [1] Reported by: kib, pi [1] Inspired by: Gentoo MFH: 2015Q3 Deleted: head/mail/thunderbird/files/patch-system-openh264 head/www/firefox-esr/files/patch-system-openh264 head/www/firefox/files/patch-system-openh264 head/www/libxul/files/patch-system-openh264 head/www/seamonkey/files/patch-system-openh264 Modified: head/mail/thunderbird/Makefile head/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp head/multimedia/openh264/Makefile head/multimedia/openh264/files/gmpopenh264.js.in head/www/firefox-esr/Makefile head/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp head/www/firefox/Makefile head/www/firefox/files/patch-browser-app-nsBrowserApp.cpp head/www/libxul/Makefile head/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp head/www/seamonkey/Makefile head/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Tue Aug 11 12:18:18 2015 (r393940) +++ head/mail/thunderbird/Makefile Tue Aug 11 13:22:54 2015 (r393941) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.1.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp ============================================================================== --- head/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp Tue Aug 11 12:18:18 2015 (r393940) +++ head/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp Tue Aug 11 13:22:54 2015 (r393941) @@ -1,10 +1,12 @@ --- mail/app/nsMailApp.cpp~ +++ mail/app/nsMailApp.cpp -@@ -320,6 +320,7 @@ int main(int argc, char* argv[]) +@@ -320,6 +320,9 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); ++ int gotCounters; #if defined(XP_UNIX) struct rusage initialRUsage; Modified: head/multimedia/openh264/Makefile ============================================================================== --- head/multimedia/openh264/Makefile Tue Aug 11 12:18:18 2015 (r393940) +++ head/multimedia/openh264/Makefile Tue Aug 11 13:22:54 2015 (r393941) @@ -3,7 +3,7 @@ PORTNAME= openh264 PORTVERSION= 1.4.0 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org @@ -35,7 +35,7 @@ PLUGINS_USES= webplugin:gecko WEBPLUGIN_NAME= gmp-gmp${PORTNAME} WEBPLUGIN_FILES=gmp${PORTNAME}.info libgmp${PORTNAME}.so SUB_FILES+= gmp${PORTNAME}.js -SUB_LIST+= PORTVERSION=${PORTVERSION} WEBPLUGIN_DIR="${WEBPLUGIN_DIR}" +SUB_LIST+= PORTVERSION=${PORTVERSION} TIMESTAMP="`date +%s`" TEST_BUILD_DEPENDS=googletest>=1.6.0:${PORTSDIR}/devel/googletest TEST_CFLAGS= -I${LOCALBASE}/include Modified: head/multimedia/openh264/files/gmpopenh264.js.in ============================================================================== --- head/multimedia/openh264/files/gmpopenh264.js.in Tue Aug 11 12:18:18 2015 (r393940) +++ head/multimedia/openh264/files/gmpopenh264.js.in Tue Aug 11 13:22:54 2015 (r393941) @@ -1,2 +1,3 @@ -pref("media.gmp-gmpopenh264.path", "%%WEBPLUGIN_DIR%%"); +pref("media.gmp-gmpopenh264.autoupdate", false); +pref("media.gmp-gmpopenh264.lastUpdate", %%TIMESTAMP%%); pref("media.gmp-gmpopenh264.version", "%%PORTVERSION%%"); Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/firefox-esr/Makefile Tue Aug 11 13:22:54 2015 (r393941) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.2.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- head/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 13:22:54 2015 (r393941) @@ -1,9 +1,10 @@ --- browser/app/nsBrowserApp.cpp~ +++ browser/app/nsBrowserApp.cpp -@@ -334,6 +334,7 @@ int main(int argc, char* argv[]) +@@ -417,6 +417,8 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); int gotCounters; #if defined(XP_UNIX) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/firefox/Makefile Tue Aug 11 13:22:54 2015 (r393941) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 40.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- head/www/firefox/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/firefox/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 13:22:54 2015 (r393941) @@ -1,9 +1,10 @@ --- browser/app/nsBrowserApp.cpp~ +++ browser/app/nsBrowserApp.cpp -@@ -334,6 +334,7 @@ int main(int argc, char* argv[]) +@@ -417,6 +417,8 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); int gotCounters; #if defined(XP_UNIX) Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/libxul/Makefile Tue Aug 11 13:22:54 2015 (r393941) @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 38.2.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Modified: head/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp ============================================================================== --- head/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Tue Aug 11 13:22:54 2015 (r393941) @@ -1,9 +1,10 @@ --- xulrunner/stub/nsXULStub.cpp~ +++ xulrunner/stub/nsXULStub.cpp -@@ -202,6 +202,8 @@ main(int argc, char **argv) +@@ -160,6 +160,9 @@ main(int argc, char **argv) char greDir[MAXPATHLEN]; bool greFound = false; ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + #if defined(XP_MACOSX) Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/seamonkey/Makefile Tue Aug 11 13:22:54 2015 (r393941) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.33.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp ============================================================================== --- head/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Tue Aug 11 12:18:18 2015 (r393940) +++ head/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Tue Aug 11 13:22:54 2015 (r393941) @@ -1,11 +1,21 @@ --- suite/app/nsSuiteApp.cpp~ +++ suite/app/nsSuiteApp.cpp -@@ -215,6 +215,8 @@ int main(int argc, char* argv[]) - #ifdef XP_MACOSX +@@ -331,6 +331,9 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif -+ + ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); - - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { ++ + int gotCounters; + #if defined(XP_UNIX) + struct rusage initialRUsage; +@@ -339,7 +342,7 @@ int main(int argc, char* argv[]) + IO_COUNTERS ioCounters; + gotCounters = GetProcessIoCounters(GetCurrentProcess(), &ioCounters); + #endif +- ++ + nsIFile *xreDirectory; + + #ifdef HAS_DLL_BLOCKLIST