diff options
author | nia <nia@pkgsrc.org> | 2021-09-16 20:45:38 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-16 20:45:38 +0000 |
commit | 671a78f0ab0214e3aa4345e88786ead3c2fbce9f (patch) | |
tree | 53dfa5f431d2ddb1b27487b0b91dee54fcbfe88d /www/firefox91 | |
parent | cdb9894a6e8846d6a3f1c2d782265527a2170322 (diff) | |
download | pkgsrc-671a78f0ab0214e3aa4345e88786ead3c2fbce9f.tar.gz |
firefox91: Explicitly use "unofficial" branding
Firefox's build system defaults to "nightly" for builds without official
branding, and in practice there seems to be very little difference between
"nightly" and "unofficial", but this at least makes our choice explicit.
Bump PKGREVISION
Diffstat (limited to 'www/firefox91')
-rw-r--r-- | www/firefox91/Makefile | 4 | ||||
-rw-r--r-- | www/firefox91/options.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/firefox91/Makefile b/www/firefox91/Makefile index 987717efe68..9e212fbe80e 100644 --- a/www/firefox91/Makefile +++ b/www/firefox91/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/09/16 17:47:13 nia Exp $ +# $NetBSD: Makefile,v 1.4 2021/09/16 20:45:38 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 91.1 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox91-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox91/options.mk b/www/firefox91/options.mk index 5ae8059d186..651e4bdb5ee 100644 --- a/www/firefox91/options.mk +++ b/www/firefox91/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2021/09/08 22:19:50 nia Exp $ +# $NetBSD: options.mk,v 1.2 2021/09/16 20:45:38 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox @@ -70,6 +70,8 @@ LICENSE= mozilla-trademark-license RESTRICTED= Trademark holder prohibits distribution of modified versions. NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +.else +CONFIGURE_ARGS+= --with-branding=browser/branding/unofficial .endif .if !empty(PKG_OPTIONS:Mwebrtc) |