pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox91
Module Name: pkgsrc
Committed By: nia
Date: Thu Sep 16 20:45:39 UTC 2021
Modified Files:
pkgsrc/www/firefox91: Makefile options.mk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox91/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox91/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox91/Makefile
diff -u pkgsrc/www/firefox91/Makefile:1.3 pkgsrc/www/firefox91/Makefile:1.4
--- pkgsrc/www/firefox91/Makefile:1.3 Thu Sep 16 17:47:13 2021
+++ pkgsrc/www/firefox91/Makefile Thu Sep 16 20:45:38 2021
@@ -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
Index: pkgsrc/www/firefox91/options.mk
diff -u pkgsrc/www/firefox91/options.mk:1.1 pkgsrc/www/firefox91/options.mk:1.2
--- pkgsrc/www/firefox91/options.mk:1.1 Wed Sep 8 22:19:50 2021
+++ pkgsrc/www/firefox91/options.mk Thu Sep 16 20:45:38 2021
@@ -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)
Home |
Main Index |
Thread Index |
Old Index