svn commit: r436250 - in head: archivers/libarchive security/libssh2

Mathieu Arnold mat at FreeBSD.org
Wed Mar 15 15:43:15 UTC 2017


Author: mat
Date: Wed Mar 15 15:43:13 2017
New Revision: 436250
URL: https://svnweb.freebsd.org/changeset/ports/436250

Log:
  Remove last two occurrences of USE_OPENSSL.
  
  Reported by:	antoine
  Sponsored by:	Absolight

Modified:
  head/archivers/libarchive/Makefile   (contents, props changed)
  head/security/libssh2/Makefile   (contents, props changed)

Modified: head/archivers/libarchive/Makefile
==============================================================================
--- head/archivers/libarchive/Makefile	Wed Mar 15 14:59:50 2017	(r436249)
+++ head/archivers/libarchive/Makefile	Wed Mar 15 15:43:13 2017	(r436250)
@@ -93,7 +93,7 @@ LZ4_CONFIGURE_WITH=	lz4
 NETTLE_LIB_DEPENDS=	libnettle.so:security/nettle
 NETTLE_CONFIGURE_WITH=	nettle
 NETTLE_CONFIGURE_ON=	--without-openssl
-NETTLE_USE_OFF=		OPENSSL=yes
+NETTLE_USES_OFF=	ssl
 NETTLE_CONFIGURE_OFF=	--with-openssl
 
 .include <bsd.port.pre.mk>

Modified: head/security/libssh2/Makefile
==============================================================================
--- head/security/libssh2/Makefile	Wed Mar 15 14:59:50 2017	(r436249)
+++ head/security/libssh2/Makefile	Wed Mar 15 15:43:13 2017	(r436250)
@@ -30,7 +30,7 @@ GCRYPT_CONFIGURE_ON=	--with-libgcrypt
 GCRYPT_CONFIGURE_OFF=	--with-openssl
 GCRYPT_CPPFLAGS=	-I${LOCALBASE}/include
 GCRYPT_LIBS=		-L${LOCALBASE}/lib
-GCRYPT_USE_OFF=	openssl=yes
+GCRYPT_USES_OFF=	ssl
 ZLIB_CONFIGURE_WITH=	libz
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list