Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2017 15:43:13 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436250 - in head: archivers/libarchive security/libssh2
Message-ID:  <201703151543.v2FFhD68017189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703151543.v2FFhD68017189>