svn commit: r436245 - in head/net: ntp ntp-devel
Cy Schubert
cy at FreeBSD.org
Wed Mar 15 13:47:54 UTC 2017
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
More information about the svn-ports-all
mailing list