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:           Sun May 10 18:24:56 UTC 2020

Modified Files:
        pkgsrc/lang/mono6: Makefile

Log Message:
lang/mono6: fix build in strict environment


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/lang/mono6/Makefile:1.17
--- pkgsrc/lang/mono6/Makefile:1.16     Sat May  9 16:52:51 2020
+++ pkgsrc/lang/mono6/Makefile  Sun May 10 18:24:56 2020
@@ -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 @@ USE_LANGUAGES+=       c c99 c++
 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/dpiops.sh
 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/mini/Makef
 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