Date: Fri, 5 Apr 2019 05:31:28 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497914 - head/databases/virtuoso Message-ID: <201904050531.x355VSmw018979@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Apr 5 05:31:27 2019 New Revision: 497914 URL: https://svnweb.freebsd.org/changeset/ports/497914 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/databases/virtuoso/Makefile Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Fri Apr 5 05:27:19 2019 (r497913) +++ head/databases/virtuoso/Makefile Fri Apr 5 05:31:27 2019 (r497914) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050531.x355VSmw018979>