1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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.
This commit is contained in:
Jan Beich 2017-03-18 17:08:10 +00:00
parent fba16040b7
commit 925c9ea6cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436423
6 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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 \

View File

@ -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_RPATH}
USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA}
MOZ_OPTIONS?= --enable-application=xulrunner
MOZ_CHANNEL= esr
USE_GECKO= gecko
CPE_PRODUCT= firefox_esr
MOZILLA_EXEC_NAME=xulrunner

View File

@ -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