svn commit: r420754 - in head/net: ntp ntp-devel

Cy Schubert cy at FreeBSD.org
Wed Aug 24 03:20:47 UTC 2016


Author: cy
Date: Wed Aug 24 03:20:46 2016
New Revision: 420754
URL: https://svnweb.freebsd.org/changeset/ports/420754

Log:
  Switch to USES=ssl.

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Wed Aug 24 02:59:06 2016	(r420753)
+++ head/net/ntp-devel/Makefile	Wed Aug 24 03:20:46 2016	(r420754)
@@ -17,9 +17,8 @@ LIB_DEPENDS=	libevent.so:devel/libevent2
 
 CONFLICTS=	ntp-[0-9].* ntp-rc-*
 
-USES=		cpe pathfix shebangfix libedit libtool pkgconfig
+USES=		cpe pathfix shebangfix libedit libtool pkgconfig ssl
 
-USE_OPENSSL=	yes
 USES+=		gettext-runtime
 
 GNU_CONFIGURE=	yes
@@ -51,7 +50,6 @@ NTPSNMPD_CONFIGURE_OFF=	--without-ntpsnm
 
 PERL_UTILS_USES=	perl5
 
-SSL_USE=		OPENSSL=yes
 SSL_CONFIGURE_ON=	--with-openssl-incdir=${OPENSSLINC} \
 			--with-openssl-libdir=${OPENSSLLIB}
 SSL_CONFIGURE_OFF=	--without-crypto

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Aug 24 02:59:06 2016	(r420753)
+++ head/net/ntp/Makefile	Wed Aug 24 03:20:46 2016	(r420754)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libevent.so:devel/libevent2
 
 CONFLICTS=	ntp-rc-* ntp-devel-*
 
-USES=		cpe pathfix shebangfix libedit libtool pkgconfig
+USES=		cpe pathfix shebangfix libedit libtool pkgconfig ssl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules
@@ -50,7 +50,6 @@ NTPSNMPD_CONFIGURE_OFF=	--without-ntpsnm
 
 PERL_UTILS_USES=	perl5
 
-SSL_USE=		OPENSSL=yes
 SSL_CONFIGURE_ON=	--with-openssl-incdir=${OPENSSLINC} \
 			--with-openssl-libdir=${OPENSSLLIB}
 SSL_CONFIGURE_OFF=	--without-crypto


More information about the svn-ports-head mailing list