Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2017 13:47:53 +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: r436245 - in head/net: ntp ntp-devel
Message-ID:  <201703151347.v2FDlrEx061816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Mar 15 13:47:52 2017
New Revision: 436245
URL: https://svnweb.freebsd.org/changeset/ports/436245

Log:
  Correct the specification of ssl. This doesn't fix the brokenness
  of this port when ssl is not specified but corrects the incorrect
  specification regerdless.

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

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Wed Mar 15 13:46:26 2017	(r436244)
+++ head/net/ntp-devel/Makefile	Wed Mar 15 13:47:52 2017	(r436245)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libevent.so:devel/libevent 
 CONFLICTS=	ntp-[0-9].*
 
 USES=		cpe pathfix shebangfix libedit libtool localbase:ldflags \
-		pkgconfig ssl gettext-runtime
+		pkgconfig gettext-runtime
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-leap-smear
@@ -53,6 +53,7 @@ PERL_UTILS_USES=	perl5
 SSL_CONFIGURE_ON=	--with-openssl-incdir=${OPENSSLINC} \
 			--with-openssl-libdir=${OPENSSLLIB}
 SSL_CONFIGURE_OFF=	--without-crypto
+SSL_USES=		ssl
 SSL_BROKEN_OFF=		Includes OpenSSL when deselected
 
 THREADS_CONFIGURE_ENABLE=	thread-support

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Mar 15 13:46:26 2017	(r436244)
+++ head/net/ntp/Makefile	Wed Mar 15 13:47:52 2017	(r436245)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libevent.so:devel/libevent 
 CONFLICTS=	ntp-devel-*
 
 USES=		cpe pathfix shebangfix libedit libtool localbase:ldflags \
-		pkgconfig ssl
+		pkgconfig
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-leap-smear
@@ -56,6 +56,7 @@ PERL_UTILS_USES=	perl5
 SSL_CONFIGURE_ON=	--with-openssl-incdir=${OPENSSLINC} \
 			--with-openssl-libdir=${OPENSSLLIB}
 SSL_CONFIGURE_OFF=	--without-crypto
+SSL_USES=		ssl
 SSL_BROKEN_OFF=		Includes OpenSSL when deselected
 
 THREADS_CONFIGURE_ENABLE=	thread-support



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