pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mono6 mono6: disable boringtls to try to help thi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a0e2afa8690
branches: trunk
changeset: 338725:7a0e2afa8690
user: nia <nia%pkgsrc.org@localhost>
date: Thu Aug 29 12:19:44 2019 +0000
description:
mono6: disable boringtls to try to help things on linux
the provider is Linux-only and is complaining it doesn't have CMake.
diffstat:
lang/mono6/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 1bdb39c2810e -r 7a0e2afa8690 lang/mono6/Makefile
--- a/lang/mono6/Makefile Thu Aug 29 12:12:29 2019 +0000
+++ b/lang/mono6/Makefile Thu Aug 29 12:19:44 2019 +0000
@@ -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 @@
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 @@
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