pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/boost
Module Name: pkgsrc
Committed By: rillig
Date: Tue Mar 17 03:48:25 UTC 2020
Modified Files:
pkgsrc/meta-pkgs/boost: Makefile.common
Log Message:
meta-packages/boost: remove obsolete SUBST action
boostcpp.jam does not contain the word PREFIX anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/meta-pkgs/boost/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.84 pkgsrc/meta-pkgs/boost/Makefile.common:1.85
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.84 Sun Jan 12 10:10:04 2020
+++ pkgsrc/meta-pkgs/boost/Makefile.common Tue Mar 17 03:48:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.84 2020/01/12 10:10:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.85 2020/03/17 03:48:24 rillig Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@@ -55,12 +55,6 @@ GCC_REQD+= 4.5
PLIST_SUBST+= BOOST_VERSION="${BOOST_VERSION}"
-SUBST_CLASSES+= prefix
-SUBST_STAGE.prefix= pre-configure
-SUBST_MESSAGE.prefix= Fixing prefix.
-SUBST_FILES.prefix= boostcpp.jam
-SUBST_VARS.prefix= PREFIX
-
SUBST_CLASSES+= darwin
SUBST_STAGE.darwin= pre-configure
SUBST_MESSAGE.darwin= Fixing install_name for Darwin.
Home |
Main Index |
Thread Index |
Old Index