Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/virtuoso virtuoso: BROKEN due to OpenSSL 1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85dd022d078d
branches:  trunk
changeset: 429765:85dd022d078d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 24 12:03:53 2020 +0000

description:
virtuoso: BROKEN due to OpenSSL 1.1

diffstat:

 databases/virtuoso/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a7f1818e3ab2 -r 85dd022d078d databases/virtuoso/Makefile
--- a/databases/virtuoso/Makefile       Fri Apr 24 12:01:13 2020 +0000
+++ b/databases/virtuoso/Makefile       Fri Apr 24 12:03:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/03/10 22:09:33 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/24 12:03:53 nia Exp $
 #
 
 DISTNAME=      virtuoso-opensource-6.1.6
@@ -11,6 +11,8 @@
 COMMENT=       Universal SQL/Application server
 LICENSE=       gnu-gpl-v2 # with exemptions
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-jdk2 --without-jdk3 --without-jdk4 \
                        --with-iodbc=${PREFIX} \



Home | Main Index | Thread Index | Old Index