pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Use "unofficial" branding



details:   https://anonhg.NetBSD.org/pkgsrc/rev/387b6a6b80ed
branches:  trunk
changeset: 458480:387b6a6b80ed
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Sep 16 21:12:48 2021 +0000

description:
firefox: 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:

 www/firefox/Makefile   |  4 ++--
 www/firefox/options.mk |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r e994a0fd502c -r 387b6a6b80ed www/firefox/Makefile
--- a/www/firefox/Makefile      Thu Sep 16 20:47:40 2021 +0000
+++ b/www/firefox/Makefile      Thu Sep 16 21:12:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.493 2021/09/16 20:47:40 nia Exp $
+# $NetBSD: Makefile,v 1.494 2021/09/16 21:12:48 nia Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            91.0
@@ -6,7 +6,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r e994a0fd502c -r 387b6a6b80ed www/firefox/options.mk
--- a/www/firefox/options.mk    Thu Sep 16 20:47:40 2021 +0000
+++ b/www/firefox/options.mk    Thu Sep 16 21:12:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.63 2021/08/13 14:57:52 ryoon Exp $
+# $NetBSD: options.mk,v 1.64 2021/09/16 21:12:48 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -70,6 +70,8 @@
 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