svn commit: r540690 - head/security/gost-engine

Eugene Grosbein eugen at FreeBSD.org
Sun Jun 28 08:07:26 UTC 2020


Author: eugen
Date: Sun Jun 28 08:07:24 2020
New Revision: 540690
URL: https://svnweb.freebsd.org/changeset/ports/540690

Log:
  security/gost-engine: unbreak for security/openssl that is 1.1.1 now.

Modified:
  head/security/gost-engine/Makefile

Modified: head/security/gost-engine/Makefile
==============================================================================
--- head/security/gost-engine/Makefile	Sun Jun 28 08:07:15 2020	(r540689)
+++ head/security/gost-engine/Makefile	Sun Jun 28 08:07:24 2020	(r540690)
@@ -11,10 +11,9 @@ COMMENT=	Implementation of the Russian GOST crypto alg
 LICENSE=	OpenSSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_SSL=			libressl libressl-devel openssl
+BROKEN_SSL=			libressl libressl-devel
 BROKEN_SSL_REASON_libressl=	needs features only available in OpenSSL 1.1.1+
 BROKEN_SSL_REASON_libressl-devel=needs features only available in OpenSSL 1.1.1+
-BROKEN_SSL_REASON_openssl=	needs features only available in OpenSSL 1.1.1+
 
 USES=		cmake ssl
 


More information about the svn-ports-all mailing list