svn commit: r497914 - head/databases/virtuoso

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:31:28 UTC 2019


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


More information about the svn-ports-all mailing list