From owner-svn-ports-all@freebsd.org Sat Mar 18 17:08:12 2017 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 25532D12421; Sat, 18 Mar 2017 17:08:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F17381464; Sat, 18 Mar 2017 17:08:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IH8Bmf035943; Sat, 18 Mar 2017 17:08:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IH8AYw035937; Sat, 18 Mar 2017 17:08:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703181708.v2IH8AYw035937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Mar 2017 17:08:10 +0000 (UTC) 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 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.23 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: Sat, 18 Mar 2017 17:08:12 -0000 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