pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mono6



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Apr 25 18:16:42 UTC 2020

Modified Files:
        pkgsrc/lang/mono6: Makefile

Log Message:
lang/mono6: remove no-op SUBST block

configure.ac only contains a single @VAR@ placeholder, and that is in a
shell comment.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/mono6/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/mono6/Makefile
diff -u pkgsrc/lang/mono6/Makefile:1.11 pkgsrc/lang/mono6/Makefile:1.12
--- pkgsrc/lang/mono6/Makefile:1.11     Sun Apr 12 08:27:57 2020
+++ pkgsrc/lang/mono6/Makefile  Sat Apr 25 18:16:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/04/12 08:27:57 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/04/25 18:16:42 rillig Exp $
 
 DISTNAME=      mono-6.8.0.105
 PKGREVISION=   1
@@ -124,13 +124,6 @@ SUBST_MESSAGE.fix-cfgdir=  Fixing configu
 SUBST_FILES.fix-cfgdir=                mcs/tools/mconfig/Makefile
 SUBST_SED.fix-cfgdir=          -e 's,$$(sysconfdir)/mono,${EGDIR},g'
 
-SUBST_CLASSES+=                        fix-libs
-SUBST_STAGE.fix-libs=          pre-configure
-SUBST_MESSAGE.fix-libs=                Fixing library search path configuration
-SUBST_FILES.fix-libs=          configure.ac
-SUBST_VARS.fix-libs+=          X11BASE
-SUBST_VARS.fix-libs+=          PREFIX
-
 SUBST_CLASSES+=                        fix-python
 SUBST_STAGE.fix-python=                pre-configure
 SUBST_MESSAGE.fix-python=      Fixing python binary name



Home | Main Index | Thread Index | Old Index