Date: Wed, 15 Mar 2017 14:45:55 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436248 - in head: audio/xmms2 benchmarks/postal chinese/qterm databases/mongodb32-tools databases/pgpool databases/pgpool-II-33 devel/ace dns/mydns-ng ftp/wzdftpd games/libggz irc/anop... Message-ID: <201703151445.v2FEjtQI092580@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Mar 15 14:45:54 2017 New Revision: 436248 URL: https://svnweb.freebsd.org/changeset/ports/436248 Log: Remove all _USE=openssl occurrences. Sponsored by: Absolight Modified: head/audio/xmms2/Makefile (contents, props changed) head/benchmarks/postal/Makefile (contents, props changed) head/chinese/qterm/Makefile (contents, props changed) head/databases/mongodb32-tools/Makefile (contents, props changed) head/databases/pgpool-II-33/Makefile (contents, props changed) head/databases/pgpool/Makefile (contents, props changed) head/devel/ace/Makefile (contents, props changed) head/dns/mydns-ng/Makefile (contents, props changed) head/ftp/wzdftpd/Makefile (contents, props changed) head/games/libggz/Makefile (contents, props changed) head/irc/anope/Makefile (contents, props changed) head/irc/bitchx/Makefile (contents, props changed) head/irc/ezbounce/Makefile (contents, props changed) head/irc/ircd-ratbox/Makefile (contents, props changed) head/irc/ircproxy/Makefile (contents, props changed) head/irc/ngircd/Makefile (contents, props changed) head/irc/unreal/Makefile (contents, props changed) head/lang/bigloo/Makefile (contents, props changed) head/lang/gnustep-base/Makefile (contents, props changed) head/mail/bincimap/Makefile (contents, props changed) head/mail/cclient/Makefile (contents, props changed) head/mail/emailrelay/Makefile (contents, props changed) head/mail/qmail/Makefile (contents, props changed) head/mail/sylpheed/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg0/Makefile (contents, props changed) head/multimedia/gpac-libgpac/Makefile (contents, props changed) head/net-mgmt/flow-tools-ng/Makefile (contents, props changed) head/net-mgmt/netustad/Makefile (contents, props changed) head/net-mgmt/nrpe/Makefile (contents, props changed) head/net-p2p/transmission-cli/Makefile (contents, props changed) head/net/tcpdump/Makefile (contents, props changed) head/news/nzbget/Makefile (contents, props changed) head/security/fpc-openssl/Makefile (contents, props changed) head/security/libssh/Makefile (contents, props changed) head/security/softhsm2/Makefile (contents, props changed) head/sysutils/bacula5-server/Makefile (contents, props changed) head/textproc/libucl/Makefile (contents, props changed) head/www/mod_auth_mysql2/Makefile (contents, props changed) head/www/neon/Makefile (contents, props changed) head/www/xshttpd/Makefile (contents, props changed) head/x11/virtualgl/Makefile (contents, props changed) Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/audio/xmms2/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -56,7 +56,7 @@ XML_DESC= Support XML based playlists (X OPTIONS_SUB= yes -AIRPLAY_USE= OPENSSL=yes +AIRPLAY_USES= ssl AIRPLAY_CONFIGURE_OFF= --without-plugins="airplay" AO_LIB_DEPENDS= libao.so:audio/libao Modified: head/benchmarks/postal/Makefile ============================================================================== --- head/benchmarks/postal/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/benchmarks/postal/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -33,7 +33,7 @@ GNUTLS_USES= pkgconfig GNUTLS_CONFIGURE_OFF= --disable-gnutls GNUTLS_CPPFLAGS= $$(pkg-config --cflags gnutls) GNUTLS_LDFLAGS= $$(pkg-config --libs gnutls) -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --disable-openssl OPENSSL_CPPFLAGS= -I${OPENSSLINC} OPENSSL_LDFLAGS= -L${OPENSSLLIB} Modified: head/chinese/qterm/Makefile ============================================================================== --- head/chinese/qterm/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/chinese/qterm/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -27,7 +27,7 @@ PHONON_DESC= Multimedia support via Phon QTSCRIPT_DESC= Scripting support via QtScript Bindings KDE_DESC= Password management via KWallet -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CMAKE_ON= -DQTERM_ENABLE_SSH:BOOL=TRUE OPENSSL_CMAKE_OFF= -DQTERM_ENABLE_SSH:BOOL=FALSE Modified: head/databases/mongodb32-tools/Makefile ============================================================================== --- head/databases/mongodb32-tools/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/databases/mongodb32-tools/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -23,7 +23,8 @@ OPTIONS_DEFAULT= SSL SASL_USE= my_tags=sasl SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -SSL_USE= openssl=yes my_tags=ssl +SSL_USES= ssl +SSL_USE= my_tags=ssl ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" Modified: head/databases/pgpool-II-33/Makefile ============================================================================== --- head/databases/pgpool-II-33/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/databases/pgpool-II-33/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -40,7 +40,7 @@ LIBMEMCACHED_BUILD_DEPENDS= libmemcached LIBMEMCACHED_CONFIGURE_ON= --with-memcached=${LOCALBASE}/lib/libmemcached SSL_CONFIGURE_WITH= openssl -SSL_USE= OPENSSL=yes +SSL_USES= ssl PAM_DESC= Build with PAM support PAM_CONFIGURE_ON= --with-pam Modified: head/databases/pgpool/Makefile ============================================================================== --- head/databases/pgpool/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/databases/pgpool/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS SSL OPTIONS_DEFAULT= SSL SSL_CONFIGURE_WITH= openssl -SSL_USE= OPENSSL=yes +SSL_USES= ssl post-install: @${MKDIR} ${STAGEDIR}/var/run/pgpool Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/devel/ace/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -49,7 +49,7 @@ QT4_USE= QT4=corelib,gui,moc_build QT4_MAKE_ENV= qt=1 qt4=1 QTDIR="${PREFIX}" QT4_CPPFLAGS= -I${QT_INCDIR} QT4_LDFLAGS= -L${QT_LIBDIR} -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_MAKE_ENV= ssl=1 TK_USES= tk TK_MAKE_ENV= tk=1 Modified: head/dns/mydns-ng/Makefile ============================================================================== --- head/dns/mydns-ng/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/dns/mydns-ng/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -32,7 +32,7 @@ OPTIONS_SUB= yes ALIAS_CONFIGURE_ENABLE= alias -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_ON= --with-openssl \ --with-openssl-include=${OPENSSLINC} \ --with-openssl-lib=${OPENSSLLIB} Modified: head/ftp/wzdftpd/Makefile ============================================================================== --- head/ftp/wzdftpd/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/ftp/wzdftpd/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -41,7 +41,7 @@ TCL_CONFIGURE_OFF= --without-tcl TCL_USES= tcl OPENSSL_CONFIGURE_ENABLE= openssl -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl GNUTLS_CONFIGURE_ENABLE= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls Modified: head/games/libggz/Makefile ============================================================================== --- head/games/libggz/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/games/libggz/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -28,7 +28,7 @@ OPTIONS_SINGLE_TLS= GNUTLS OPENSSL GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ARGS= --with-tls=GnuTLS -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ARGS= --with-tls=OpenSSL .include "${.CURDIR}/../libggz/bsd.ggz.mk" Modified: head/irc/anope/Makefile ============================================================================== --- head/irc/anope/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/irc/anope/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -56,7 +56,7 @@ PLIST_SUB+= MYSQL="@comment " .if ${PORT_OPTIONS:MOPENSSL} PLIST_SUB+= OPENSSL="" -OPENSSL_USE= openssl=yes +USES+= ssl .else PLIST_SUB+= OPENSSL="@comment " .endif Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/irc/bitchx/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -42,7 +42,7 @@ OPTIONS_DEFAULT= PLUGINS SSL IPV6_CONFIGURE_ENABLE= ipv6 SSL_CONFIGURE_WITH= ssl -SSL_USE= openssl=yes +SSL_USES= ssl PLUGINS_CONFIGURE_WITH= plugins="${PLUGIN_LIST:C/\$$/,/g}" Modified: head/irc/ezbounce/Makefile ============================================================================== --- head/irc/ezbounce/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/irc/ezbounce/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -14,7 +14,7 @@ OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS OPTIONS_SUB= yes -SSL_USE= OPENSSL=YES +SSL_USES= ssl SSL_CONFIGURE_WITH= ssl COMPRESS_BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs COMPRESS_CONFIGURE_WITH=boost Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/irc/ircd-ratbox/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -64,7 +64,7 @@ OPTIONS_SUB= yes ASSERT_CONFIGURE_ENABLE= assert IPV6_CONFIGURE_ENABLE= ipv6 -OPENSSL_USE= openssl=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --enable-openssl=${OPENSSLBASE} OPENSSL_CONFIGURE_OFF= --disable-openssl SERVICES_CONFIGURE_ENABLE= services Modified: head/irc/ircproxy/Makefile ============================================================================== --- head/irc/ircproxy/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/irc/ircproxy/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -35,7 +35,7 @@ MEMDEBUG_CONFIGURE_ENABLE= memdebug FDDEBUG_CONFIGURE_ENABLE= fddebug IPV6_CONFIGURE_ENABLE= ipv6 SSL_CONFIGURE_ENABLE= ssl -SSL_USE= OPENSSL=yes +SSL_USES= ssl post-patch: @${REINPLACE_CMD} -e 's|EUSER="ircproxy"|EUSER="ircproxyd"|g; \ Modified: head/irc/ngircd/Makefile ============================================================================== --- head/irc/ngircd/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/irc/ngircd/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -49,7 +49,7 @@ IPV6_CONFIGURE_ENABLE= ipv6 IRCPLUS_DESC= IRC+ protocol IRCPLUS_CONFIGURE_ENABLE= ircplus LIBWRAP_CONFIGURE_WITH= tcp-wrappers -OPENSSL_USE= openssl=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= openssl SNIFFER_DESC= IRC traffic sniffer SNIFFER_CONFIGURE_ENABLE= sniffer Modified: head/irc/unreal/Makefile ============================================================================== --- head/irc/unreal/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/irc/unreal/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -71,7 +71,7 @@ NOSPOOF_CONFIGURE_ENABLE= nospoof ZIPLINKS_CONFIGURE_ENABLE= ziplinks IPV6_CONFIGURE_ENABLE= inet6 SSL_CONFIGURE_ENABLE= ssl -SSL_USE= OPENSSL=yes +SSL_USES= ssl REMOTE_LIB_DEPENDS= libcurl.so:ftp/curl REMOTE_CONFIGURE_ENABLE= --enable-libcurl=${LOCALBASE} PREFIXAQ_CONFIGURE_ENABLE= prefixaq Modified: head/lang/bigloo/Makefile ============================================================================== --- head/lang/bigloo/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/lang/bigloo/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -66,7 +66,7 @@ GSTREAMER_USE= GSTREAMER=yes GSTREAMER_CONFIGURE_OFF=--disable-gstreamer MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 MPG123_CONFIGURE_OFF= --disable-mpg123 -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --disable-ssl SQLITE_USES= sqlite SQLITE_CONFIGURE_OFF= --disable-pkglib --disable-sqlite Modified: head/lang/gnustep-base/Makefile ============================================================================== --- head/lang/gnustep-base/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/lang/gnustep-base/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -52,7 +52,7 @@ ICU_CONFIGURE_OFF= --disable-icu GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ENABLE=tls -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --disable-openssl .include <bsd.port.options.mk> Modified: head/mail/bincimap/Makefile ============================================================================== --- head/mail/bincimap/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/mail/bincimap/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -30,7 +30,7 @@ CONTRIB= contrib/README contrib/authenti OPTIONS_DEFINE= DOCS EXAMPLES OPENSSL OPTIONS_DEFAULT= OPENSSL -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --without-ssl post-install: Modified: head/mail/cclient/Makefile ============================================================================== --- head/mail/cclient/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/mail/cclient/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -30,7 +30,7 @@ ALL_TARGET= bsf MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -SSL_USE= OPENSSL=yes +SSL_USES= ssl .include <bsd.port.options.mk> Modified: head/mail/emailrelay/Makefile ============================================================================== --- head/mail/emailrelay/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/mail/emailrelay/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -32,7 +32,7 @@ GUI_CONFIGURE_ENV= e_qtmoc="${MOC}" GUI_USE= QT4=gui,moc OPENSSL_CONFIGURE_WITH= openssl -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_LDFLAGS= -L${OPENSSLLIB} OPENSSL_CPPFLAGS= -I${OPENSSLINC} Modified: head/mail/qmail/Makefile ============================================================================== --- head/mail/qmail/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/mail/qmail/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -377,7 +377,7 @@ CONFIGUREPROGRAMS= dnsfq hostname dnsip CONFIGURESCRIPTS= config config-fast .if defined(SLAVE_LDAP) -TLS_USE= OPENSSL=yes +TLS_USES= ssl .endif # Port will control all PREFIX handling. Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/mail/sylpheed/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -81,7 +81,7 @@ ONIGURUMA_BUILD_DEPENDS= ${LOCALBASE}/li ONIGURUMA_CONFIGURE_ENABLE= oniguruma SSL_CONFIGURE_ENABLE= ssl -SSL_USE= openssl=yes +SSL_USES= ssl .include <bsd.port.options.mk> Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/multimedia/ffmpeg/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -267,7 +267,7 @@ OPENJPEG_LIB_DEPENDS= libopenjp2.so:grap OPENJPEG_CONFIGURE_ENABLE= libopenjpeg # openssl -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENABLE= openssl OPENSSL_IMPLIES= NONFREE Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/multimedia/ffmpeg0/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -109,7 +109,7 @@ OPENCV_CONFIGURE_ENABLE= libopencv OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= libopenjpeg -RTMP_USE= OPENSSL=yes +RTMP_USES= ssl SCHROEDINGER_LIB_DEPENDS= libschroedinger-1.0.so:multimedia/schroedinger SCHROEDINGER_CONFIGURE_ENABLE= libschroedinger Modified: head/multimedia/gpac-libgpac/Makefile ============================================================================== --- head/multimedia/gpac-libgpac/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/multimedia/gpac-libgpac/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" --c --use-ft=no --use-mad=no --use-ogg=no --use-xvid=no \ --use-openjpeg=no --use-theora=no --use-vorbis=no -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_ENABLE= ssl OPENGL_USE= GL=gl GL=glu OPENGL_CONFIGURE_ENABLE=3d Modified: head/net-mgmt/flow-tools-ng/Makefile ============================================================================== --- head/net-mgmt/flow-tools-ng/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/net-mgmt/flow-tools-ng/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -26,7 +26,7 @@ MYSQL_CONFIGURE_ON= --with-mysql="${PREF MYSQL_USE= MYSQL=yes OPENSSL_CONFIGURE_OFF= --without-openssl OPENSSL_CONFIGURE_ON= --with-openssl="${OPENSSLBASE}" -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl CONFLICTS= flow-tools-[0-9]* Modified: head/net-mgmt/netustad/Makefile ============================================================================== --- head/net-mgmt/netustad/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/net-mgmt/netustad/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -19,7 +19,7 @@ OPTIONS_DEFINE= SSL NLS DOCS OPTIONS_DEFAULT=SSL SSL_DESC= Use netUstad with SSL support -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_WITH= ssl NLS_CONFIGURE_WITH= nls Modified: head/net-mgmt/nrpe/Makefile ============================================================================== --- head/net-mgmt/nrpe/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/net-mgmt/nrpe/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -27,7 +27,7 @@ ARGS_DESC= Enable command argument proce NAGPLUGINS_DESC=Use net-mgmt/nagios-plugins MONPLUGINS_DESC=Use net-mgmt/monitoring-plugins -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_ON= --enable-ssl --with-ssl=${OPENSSLDIR} \ --with-ssl-inc=${OPENSSLINC} \ --with-ssl-lib=${OPENSSLLIB} Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/net-p2p/transmission-cli/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -66,7 +66,7 @@ OPTIONS_SINGLE_SSL+= OPENSSL POLARSSL WO LITE_CONFIGURE_ENABLE= lightweight -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CONFIGURE_ON= --with-crypto=openssl Modified: head/net/tcpdump/Makefile ============================================================================== --- head/net/tcpdump/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/net/tcpdump/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -31,7 +31,7 @@ SMI_DESC= Allow MIBs to be loaded on the USER_DESC= Drop privileges to nobody CHROOT_DESC= Chroot to /var/run/tcpdump (set CHROOTDIR to change) -CRYPTO_USE= OPENSSL=yes +CRYPTO_USES= ssl CRYPTO_CONFIGURE_WITH= crypto IPV6_CONFIGURE_ENABLE= ipv6 SMB_CONFIGURE_ENABLE= smb Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/news/nzbget/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -47,7 +47,7 @@ RAR_RUN_DEPENDS= unrar:archivers/unrar OPENSSL_CONFIGURE_ON= --with-tlslib=OpenSSL \ --with-openssl-includes=${OPENSSLINC} \ --with-openssl-libraries=${OPENSSLLIB} -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl GNUTLS_CONFIGURE_ON= --with-tlslib=GnuTLS GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ Modified: head/security/fpc-openssl/Makefile ============================================================================== --- head/security/fpc-openssl/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/security/fpc-openssl/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -17,6 +17,6 @@ OPTIONS_DEFINE= OPENSSL OPENSSL_DESC= Install SSL and crypto library OPTIONS_DEFAULT= OPENSSL -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl .include "${MASTERDIR}/Makefile" Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/security/libssh/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -30,7 +30,7 @@ GCRYPT_LIB_DEPENDS= libgcrypt.so:securit GCRYPT_CMAKE_ON= -DWITH_GCRYPT:BOOL=ON GCRYPT_CMAKE_OFF= -DWITH_GCRYPT:BOOL=OFF -OPENSSL_USE= openssl=yes +OPENSSL_USES= ssl SSH1_DESC= Build with SSH1 support SSH1_CMAKE_ON= -DWITH_SSH1:BOOL=ON Modified: head/security/softhsm2/Makefile ============================================================================== --- head/security/softhsm2/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/security/softhsm2/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -35,7 +35,7 @@ OPTIONS_DEFAULT= CRYP_OPEN CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110 -CRYP_OPEN_USE= openssl=yes +CRYP_OPEN_USES= ssl CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl .include <bsd.port.options.mk> Modified: head/sysutils/bacula5-server/Makefile ============================================================================== --- head/sysutils/bacula5-server/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/sysutils/bacula5-server/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -35,7 +35,7 @@ OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX OPTIONS_DEFAULT?= NLS OPENSSL PGSQL MTX_DESC= Install mtx for control of autochanger devices -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} OPENSSL_CONFIGURE_OFF= --with-openssl="no" Modified: head/textproc/libucl/Makefile ============================================================================== --- head/textproc/libucl/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/textproc/libucl/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -30,7 +30,7 @@ REGEX_CONFIGURE_ENABLE= regex SIGNATURES_CONFIGURE_ENABLE= signatures SIGNATURES_CPPFLAGS= -I${OPENSSLINC} SIGNATURES_LDFLAGS= -L${OPENSSLLIB} -SIGNATURES_USE= OPENSSL=yes +SIGNATURES_USES= ssl URLS_CONFIGURE_ENABLE= urls Modified: head/www/mod_auth_mysql2/Makefile ============================================================================== --- head/www/mod_auth_mysql2/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/www/mod_auth_mysql2/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -27,7 +27,7 @@ PORTDOCS= INSTALL example_data.html htpa OPTIONS_DEFINE= DOCS OPENSSL -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_VARS= AP_EXTRAS+=-DMYSQL_USE_SSL post-install-DOCS-on: Modified: head/www/neon/Makefile ============================================================================== --- head/www/neon/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/www/neon/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -36,7 +36,7 @@ LIBXML_USE= GNOME=libxml2 NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext OPENSSL_CONFIGURE_WITH= ssl -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl PROXY_CONFIGURE_WITH= libproxy PROXY_LIB_DEPENDS= libproxy.so:net/libproxy Modified: head/www/xshttpd/Makefile ============================================================================== --- head/www/xshttpd/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/www/xshttpd/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--with-rootdir=${WWWDIR} OPTIONS_DEFINE= SSL PCRE LDAP CURL M4_CONFIG PERSISTENT_PERL OPTIONS_DEFAULT=SSL PCRE -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_WITH= ssl LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap Modified: head/x11/virtualgl/Makefile ============================================================================== --- head/x11/virtualgl/Makefile Wed Mar 15 14:45:30 2017 (r436247) +++ head/x11/virtualgl/Makefile Wed Mar 15 14:45:54 2017 (r436248) @@ -33,7 +33,7 @@ OPTIONS_DEFINE= OPENSSL XVIDEO OPENSSL_CMAKE_ON= -DVGL_USESSL:BOOL=ON OPENSSL_CMAKE_OFF= -DVGL_USESSL:BOOL=OFF -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl XVIDEO_CMAKE_ON= -DVGL_USEXV:BOOL=ON XVIDEO_CMAKE_OFF= -DVGL_USEXV:BOOL=OFF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703151445.v2FEjtQI092580>