pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox60



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May 12 17:10:32 UTC 2020

Modified Files:
        pkgsrc/www/firefox60: mozilla-common.mk

Log Message:
www/firefox60: remove redundant SUBST block

Both packages that use this file don't have the SUBST_FILES.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/firefox60/mozilla-common.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/firefox60/mozilla-common.mk
diff -u pkgsrc/www/firefox60/mozilla-common.mk:1.11 pkgsrc/www/firefox60/mozilla-common.mk:1.12
--- pkgsrc/www/firefox60/mozilla-common.mk:1.11 Mon May 11 18:06:38 2020
+++ pkgsrc/www/firefox60/mozilla-common.mk      Tue May 12 17:10:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.11 2020/05/11 18:06:38 rillig Exp $
+# $NetBSD: mozilla-common.mk,v 1.12 2020/05/12 17:10:32 rillig Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -108,14 +108,6 @@ CONFIG_SUB_OVERRIDE+=              ${MOZILLA_DIR}/js
 CONFIGURE_ENV+=                CPP=${CPP}
 ALL_ENV+=              SHELL=${CONFIG_SHELL:Q}
 
-.if ${PKGPATH} != mail/thunderbird60
-SUBST_CLASSES+=                python
-SUBST_STAGE.python=    pre-configure
-SUBST_MESSAGE.python=  Fixing path to python.
-SUBST_FILES.python+=   media/webrtc/trunk/build/common.gypi
-SUBST_SED.python+=     -e 's,<!(python,<!(${PYTHONBIN},'
-.endif
-
 # Build outside ${WRKSRC}
 # Try to avoid conflict with config/makefiles/xpidl/Makefile.in
 OBJDIR=                        ../build



Home | Main Index | Thread Index | Old Index