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:   nia
Date:           Thu Aug 29 12:19:44 UTC 2019

Modified Files:
        pkgsrc/lang/mono6: Makefile

Log Message:
mono6: disable boringtls to try to help things on linux

the provider is Linux-only and is complaining it doesn't have CMake.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/lang/mono6/Makefile:1.2
--- pkgsrc/lang/mono6/Makefile:1.1      Sun Aug 25 16:37:01 2019
+++ pkgsrc/lang/mono6/Makefile  Thu Aug 29 12:19:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/25 16:37:01 maya Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/29 12:19:44 nia Exp $
 
 DISTNAME=      mono-6.0.0.313
 CATEGORIES=    lang
@@ -12,7 +12,7 @@ LICENSE=      mit AND gnu-gpl-v2 AND gnu-lgpl
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
-BUILD_DEPENDS+=        p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+TOOL_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
 CONFLICTS=     pnet-[0-9]* mcsim-[0-9]* lc-[0-9]*
 ALL_ENV+=      MONO_SHARED_DIR=${WRKDIR} PLATFORM=
 
@@ -25,6 +25,9 @@ GNU_CONFIGURE=                yes
 PKG_SYSCONFSUBDIR=     mono
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
+# The boringtls provider seems Linux-only and requires CMake to build.
+CONFIGURE_ARGS+=       --disable-btls
+
 # Requires a cwrappers change: http://mail-index.netbsd.org/tech-pkg/2019/08/16/msg021791.html
 USE_CWRAPPERS=         no
 



Home | Main Index | Thread Index | Old Index