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.
This commit is contained in:
Cy Schubert 2017-03-15 13:47:52 +00:00
parent ab5686c47a
commit f541b9845c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436245
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
CONFLICTS= ntp-[0-9].* CONFLICTS= ntp-[0-9].*
USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \
pkgconfig ssl gettext-runtime pkgconfig gettext-runtime
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-leap-smear CONFIGURE_ARGS= --enable-leap-smear
@ -53,6 +53,7 @@ PERL_UTILS_USES= perl5
SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \ SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \
--with-openssl-libdir=${OPENSSLLIB} --with-openssl-libdir=${OPENSSLLIB}
SSL_CONFIGURE_OFF= --without-crypto SSL_CONFIGURE_OFF= --without-crypto
SSL_USES= ssl
SSL_BROKEN_OFF= Includes OpenSSL when deselected SSL_BROKEN_OFF= Includes OpenSSL when deselected
THREADS_CONFIGURE_ENABLE= thread-support THREADS_CONFIGURE_ENABLE= thread-support

View file

@ -20,7 +20,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
CONFLICTS= ntp-devel-* CONFLICTS= ntp-devel-*
USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \
pkgconfig ssl pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-leap-smear CONFIGURE_ARGS= --enable-leap-smear
@ -56,6 +56,7 @@ PERL_UTILS_USES= perl5
SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \ SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \
--with-openssl-libdir=${OPENSSLLIB} --with-openssl-libdir=${OPENSSLLIB}
SSL_CONFIGURE_OFF= --without-crypto SSL_CONFIGURE_OFF= --without-crypto
SSL_USES= ssl
SSL_BROKEN_OFF= Includes OpenSSL when deselected SSL_BROKEN_OFF= Includes OpenSSL when deselected
THREADS_CONFIGURE_ENABLE= thread-support THREADS_CONFIGURE_ENABLE= thread-support