Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:31:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497915 - branches/2019Q2/databases/virtuoso
Message-ID:  <201904050531.x355Vrpt019127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr  5 05:31:52 2019
New Revision: 497915
URL: https://svnweb.freebsd.org/changeset/ports/497915

Log:
  MFH: r497914
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/databases/virtuoso/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/databases/virtuoso/Makefile
==============================================================================
--- branches/2019Q2/databases/virtuoso/Makefile	Fri Apr  5 05:31:27 2019	(r497914)
+++ branches/2019Q2/databases/virtuoso/Makefile	Fri Apr  5 05:31:52 2019	(r497915)
@@ -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.x355Vrpt019127>