pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox68
Module Name: pkgsrc
Committed By: nia
Date: Wed Jun 17 17:57:25 UTC 2020
Modified Files:
pkgsrc/www/firefox68: Makefile mozilla-common.mk
Removed Files:
pkgsrc/www/firefox68/patches:
patch-ipc_chromium_src_base_lock__impl__posix.cc
patch-xpcom_build_BinaryPath.h
Log Message:
firefox68: Remove patches for NetBSD 7, rust dropped support for NetBSD 7
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/firefox68/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/firefox68/mozilla-common.mk
cvs rdiff -u -r1.1 -r0 \
pkgsrc/www/firefox68/patches/patch-ipc_chromium_src_base_lock__impl__posix.cc \
pkgsrc/www/firefox68/patches/patch-xpcom_build_BinaryPath.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox68/Makefile
diff -u pkgsrc/www/firefox68/Makefile:1.25 pkgsrc/www/firefox68/Makefile:1.26
--- pkgsrc/www/firefox68/Makefile:1.25 Mon Jun 15 10:04:03 2020
+++ pkgsrc/www/firefox68/Makefile Wed Jun 17 17:57:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/06/15 10:04:03 nia Exp $
+# $NetBSD: Makefile,v 1.26 2020/06/17 17:57:25 nia Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 68.9
@@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox68-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/www/firefox68/mozilla-common.mk
diff -u pkgsrc/www/firefox68/mozilla-common.mk:1.11 pkgsrc/www/firefox68/mozilla-common.mk:1.12
--- pkgsrc/www/firefox68/mozilla-common.mk:1.11 Sun Jun 14 15:33:28 2020
+++ pkgsrc/www/firefox68/mozilla-common.mk Wed Jun 17 17:57:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.11 2020/06/14 15:33:28 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.12 2020/06/17 17:57:25 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -109,12 +109,6 @@ SUBST_MESSAGE.fix-paths= Fixing absolute
SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp
SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g'
-SUBST_CLASSES+= prefix
-SUBST_STAGE.prefix= pre-configure
-SUBST_MESSAGE.prefix= Setting PREFIX
-SUBST_FILES.prefix+= ${MOZILLA_DIR}xpcom/build/BinaryPath.h
-SUBST_VARS.prefix+= PREFIX
-
CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess
CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.guess
CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.guess
Home |
Main Index |
Thread Index |
Old Index