Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 03:20:46 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420754 - in head/net: ntp ntp-devel
Message-ID:  <201608240320.u7O3Kkou005383@repo.freebsd.org>

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



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