aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:31:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:31:52 +0000
commitf193ee18cfa75399996c20eafced912979126467 (patch)
tree7ea66e20c046e108ad1a26ec734d396ad2e1d13b /databases
parent9b9e88a81d1b6ccae1e7605413c2c729baba4ea1 (diff)
downloadports-f193ee18cfa75399996c20eafced912979126467.tar.gz
ports-f193ee18cfa75399996c20eafced912979126467.zip
MFH: r497914
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=497915
Diffstat (limited to 'databases')
-rw-r--r--databases/virtuoso/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile
index e3cc831457a5..b69210bcad8f 100644
--- a/databases/virtuoso/Makefile
+++ b/databases/virtuoso/Makefile
@@ -67,6 +67,11 @@ check:
.include <bsd.port.options.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= OpenSSL version 1.1.0 or greater is currently not supported
+BROKEN_FreeBSD_13= OpenSSL version 1.1.0 or greater is currently not supported
+.endif
+
.if ${PORT_OPTIONS:MIMAGEMAGICK}
CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE}
LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick6