Date: Sat, 18 Mar 2017 17:08:10 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436423 - in head: Mk mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey Message-ID: <201703181708.v2IH8AYw035937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Mar 18 17:08:10 2017 New Revision: 436423 URL: https://svnweb.freebsd.org/changeset/ports/436423 Log: gecko: define same update channel as official builds Some addons rely on app.update.channel pref to enable features. One of those is e10srollout which controls Multiprocess Windows by default. Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Sat Mar 18 16:34:28 2017 (r436422) +++ head/Mk/bsd.gecko.mk Sat Mar 18 17:08:10 2017 (r436423) @@ -250,9 +250,11 @@ BUILD_DEPENDS+= ${-${dep}_BUILD_DEPENDS} # Standard options MOZ_CHROME?= omni MOZ_TOOLKIT?= cairo-gtk2 +MOZ_CHANNEL?= ${PKGNAMESUFFIX:Urelease:S/^-//} MOZ_OPTIONS+= \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ + --enable-update-channel=${MOZ_CHANNEL} \ --enable-pie \ --with-pthreads # Configure options for install Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sat Mar 18 16:34:28 2017 (r436422) +++ head/mail/thunderbird/Makefile Sat Mar 18 17:08:10 2017 (r436423) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.8.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/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sat Mar 18 16:34:28 2017 (r436422) +++ head/www/firefox-esr/Makefile Sat Mar 18 17:08:10 2017 (r436423) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.8.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Mar 18 16:34:28 2017 (r436422) +++ head/www/firefox/Makefile Sat Mar 18 17:08:10 2017 (r436423) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.0.1 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Sat Mar 18 16:34:28 2017 (r436422) +++ head/www/libxul/Makefile Sat Mar 18 17:08:10 2017 (r436423) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source @@ -40,6 +40,7 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} MOZ_OPTIONS?= --enable-application=xulrunner +MOZ_CHANNEL= esr USE_GECKO= gecko CPE_PRODUCT= firefox_esr MOZILLA_EXEC_NAME=xulrunner Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sat Mar 18 16:34:28 2017 (r436422) +++ head/www/seamonkey/Makefile Sat Mar 18 17:08:10 2017 (r436423) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.46 MOZILLA_VER= 49 # above + 3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build9/source
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703181708.v2IH8AYw035937>