pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/mono
Module Name: pkgsrc
Committed By: rillig
Date: Tue May 12 16:46:27 UTC 2020
Modified Files:
pkgsrc/lang/mono: Makefile
Log Message:
lang/mono: allow the SUBST block fix-prefix to not affect all files
The list of files is generated via find(1) and contains each file
individually. Some of these files are modified, some aren't. Those
files that aren't modified are redundant, but since they are not listed
explicitly in the package Makefile, there is no superfluous code.
Avoiding such superfluous code is the whole goal of SUBST_NOOP_OK.
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/lang/mono/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/mono/Makefile
diff -u pkgsrc/lang/mono/Makefile:1.189 pkgsrc/lang/mono/Makefile:1.190
--- pkgsrc/lang/mono/Makefile:1.189 Sat May 9 12:39:44 2020
+++ pkgsrc/lang/mono/Makefile Tue May 12 16:46:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.189 2020/05/09 12:39:44 rillig Exp $
+# $NetBSD: Makefile,v 1.190 2020/05/12 16:46:27 rillig Exp $
DISTNAME= mono-4.0.4.1
PKGREVISION= 19
@@ -117,6 +117,7 @@ SUBST_STAGE.fix-prefix= pre-configure
SUBST_MESSAGE.fix-prefix= Fixing relative prefix
SUBST_FILES.fix-prefix= ${PKGCONFIG_OVERRIDE}
SUBST_SED.fix-prefix= -e 's,$${pcfiledir}/../..,\@prefix\@,g'
+SUBST_NOOP_OK.fix-prefix= yes # some of the files are modified
SUBST_CLASSES+= fix-mcs
SUBST_STAGE.fix-mcs= pre-configure
Home |
Main Index |
Thread Index |
Old Index