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 May 9 16:52:52 UTC 2020
Modified Files:
pkgsrc/lang/mono6: Makefile
Log Message:
lang/mono6: fix shell portability
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/lang/mono6/Makefile:1.16
--- pkgsrc/lang/mono6/Makefile:1.15 Sat May 9 16:45:57 2020
+++ pkgsrc/lang/mono6/Makefile Sat May 9 16:52:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/05/09 16:45:57 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/09 16:52:51 rillig Exp $
DISTNAME= mono-6.8.0.105
PKGREVISION= 3
@@ -98,6 +98,9 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/mono/4.5
MAKE_DIRS+= ${PKG_SYSCONFDIR}/mono/4.5/Browsers
MAKE_DIRS+= ${PKG_SYSCONFDIR}/mono/mconfig
+# Uses [[ ... ]], not needed during the build.
+SKIP_PORTABILITY_CHECK+= acceptance-tests/microbench-perf.sh.in
+
TEST_TARGET= check
SUBST_CLASSES+= fix-prefix
Home |
Main Index |
Thread Index |
Old Index