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: jperkin
Date: Tue Aug 22 13:14:09 UTC 2017
Modified Files:
pkgsrc/lang/mono: Makefile
Log Message:
Move subst stage from post-patch to pre-configure, otherwise it's a pain to
generate patches.
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 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.172 pkgsrc/lang/mono/Makefile:1.173
--- pkgsrc/lang/mono/Makefile:1.172 Sat Apr 22 21:03:12 2017
+++ pkgsrc/lang/mono/Makefile Tue Aug 22 13:14:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2017/04/22 21:03:12 adam Exp $
+# $NetBSD: Makefile,v 1.173 2017/08/22 13:14:09 jperkin Exp $
DISTNAME= mono-4.0.4.1
PKGREVISION= 6
@@ -111,19 +111,19 @@ INSTALLATION_DIRS+= share/examples/mono/
TEST_TARGET= check
SUBST_CLASSES+= fix-prefix
-SUBST_STAGE.fix-prefix= post-patch
+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_CLASSES+= fix-mcs
-SUBST_STAGE.fix-mcs= post-patch
+SUBST_STAGE.fix-mcs= pre-configure
SUBST_MESSAGE.fix-mcs= Fixing mcs default prefix
SUBST_FILES.fix-mcs= mcs/build/config-default.make
SUBST_VARS.fix-mcs= PREFIX PKGMANDIR
SUBST_CLASSES+= fix-cfgdir
-SUBST_STAGE.fix-cfgdir= post-patch
+SUBST_STAGE.fix-cfgdir= pre-configure
SUBST_MESSAGE.fix-cfgdir= Fixing configuration files install dir
SUBST_FILES.fix-cfgdir= mcs/tools/mconfig/Makefile
SUBST_SED.fix-cfgdir= -e 's,$$(sysconfdir)/mono,${EGDIR},g'
Home |
Main Index |
Thread Index |
Old Index