Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono6 lang/mono6: fix shell portability



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e281e591526a
branches:  trunk
changeset: 431129:e281e591526a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 16:52:51 2020 +0000

description:
lang/mono6: fix shell portability

diffstat:

 lang/mono6/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 26a91cf3162f -r e281e591526a lang/mono6/Makefile
--- a/lang/mono6/Makefile       Sat May 09 16:48:57 2020 +0000
+++ b/lang/mono6/Makefile       Sat May 09 16:52:51 2020 +0000
@@ -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/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