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 build in strict environment
details: https://anonhg.NetBSD.org/pkgsrc/rev/fcd4f08e1424
branches: trunk
changeset: 431249:fcd4f08e1424
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 10 18:24:56 2020 +0000
description:
lang/mono6: fix build in strict environment
diffstat:
lang/mono6/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r fcff7c06368d -r fcd4f08e1424 lang/mono6/Makefile
--- a/lang/mono6/Makefile Sun May 10 17:46:59 2020 +0000
+++ b/lang/mono6/Makefile Sun May 10 18:24:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/05/09 16:52:51 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/10 18:24:56 rillig Exp $
DISTNAME= mono-6.8.0.105
PKGREVISION= 3
@@ -25,6 +25,7 @@
EXTRACT_USING= gtar
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --disable-btls
CONFIGURE_ARGS+= --disable-btls-lib
@@ -56,7 +57,7 @@
REPLACE_BASH+= mono/arch/arm/vfpops.sh
REPLACE_BASH+= scripts/mono-package-runtime
REPLACE_BASH+= scripts/mono-find-provides.in scripts/mono-find-requires.in
-REPLACE_BASH+= scripts/mono-test-install web/mono-build-w32.sh
+REPLACE_BASH+= scripts/mono-test-install
REPLACE_BASH+= mcs/class/Mono.Cairo/Samples/gtk/compile.sh
REPLACE_BASH+= mcs/class/Mono.Cairo/Samples/png/compile.sh
REPLACE_BASH+= mcs/class/Mono.Cairo/Samples/win32/compile.sh
@@ -123,6 +124,9 @@
SUBST_FILES.fix-python+= mono/tests/Makefile.am
SUBST_SED.fix-python= -e 's,python,${PYTHONBIN},'
+# Uses [[ ... ]], not needed during the build.
+CHECK_PORTABILITY_SKIP+= acceptance-tests/microbench-perf.sh.in
+
.include "../../mk/bsd.prefs.mk"
# XXX remove
Home |
Main Index |
Thread Index |
Old Index