From 433ec55c64722df098821bddd8c0be50bfb56161 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 5 Apr 2019 05:31:27 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- databases/virtuoso/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 +.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