Date: Tue, 29 Nov 2016 18:46:22 +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: r427389 - in head: archivers/libarchive archivers/unrar databases/freetds databases/postgresql92-server devel/libevent2 dns/credns dns/ldns dns/validns ftp/lftp ftp/proftpd ftp/wget irc... Message-ID: <201611291846.uATIkMvO095229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Nov 29 18:46:21 2016 New Revision: 427389 URL: https://svnweb.freebsd.org/changeset/ports/427389 Log: Mark some ports as not openssl-devel ready. Sponsored by: Absolight Modified: head/archivers/libarchive/Makefile (contents, props changed) head/archivers/unrar/Makefile (contents, props changed) head/databases/freetds/Makefile (contents, props changed) head/databases/postgresql92-server/Makefile (contents, props changed) head/devel/libevent2/Makefile (contents, props changed) head/dns/credns/Makefile (contents, props changed) head/dns/ldns/Makefile (contents, props changed) head/dns/validns/Makefile (contents, props changed) head/ftp/lftp/Makefile (contents, props changed) head/ftp/proftpd/Makefile (contents, props changed) head/ftp/wget/Makefile (contents, props changed) head/irc/bip/Makefile (contents, props changed) head/irc/bitchx/Makefile (contents, props changed) head/lang/php56/Makefile.ext (contents, props changed) head/lang/python27/Makefile (contents, props changed) head/lang/python35/Makefile (contents, props changed) head/lang/ruby22/Makefile (contents, props changed) head/mail/alpine/Makefile (contents, props changed) head/mail/fetchmail/Makefile (contents, props changed) head/mail/libesmtp/Makefile (contents, props changed) head/mail/panda-cclient/Makefile (contents, props changed) head/mail/spamd/Makefile (contents, props changed) head/multimedia/librtmp/Makefile (contents, props changed) head/net-mgmt/net-snmp/Makefile (contents, props changed) head/net-p2p/libtorrent/Makefile (contents, props changed) head/net/haproxy/Makefile (contents, props changed) head/net/libsrtp/Makefile (contents, props changed) head/net/libvncserver/Makefile (contents, props changed) head/net/mpd5/Makefile (contents, props changed) head/net/openldap24-server/Makefile (contents, props changed) head/net/socat/Makefile (contents, props changed) head/net/vtun/Makefile (contents, props changed) head/security/john/Makefile (contents, props changed) head/security/libssh2/Makefile (contents, props changed) head/security/luasec/Makefile (contents, props changed) head/security/openca-tools-forked/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-CA/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-ECDSA/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-RSA/Makefile (contents, props changed) head/security/p5-Crypt-OpenSSL-X509/Makefile (contents, props changed) head/security/p5-POE-Filter-SSL/Makefile (contents, props changed) head/security/pam_ssh_agent_auth/Makefile (contents, props changed) head/security/pkcs11-helper/Makefile (contents, props changed) head/security/sslscan/Makefile (contents, props changed) head/sysutils/bacula-server/Makefile (contents, props changed) head/sysutils/bacula5-server/Makefile (contents, props changed) head/sysutils/ipmitool/Makefile (contents, props changed) head/sysutils/tarsnap/Makefile (contents, props changed) head/textproc/htmldoc/Makefile (contents, props changed) head/www/libwww/Makefile (contents, props changed) head/www/links1/Makefile (contents, props changed) head/www/lynx/Makefile (contents, props changed) head/www/neon/Makefile (contents, props changed) head/www/nginx/Makefile (contents, props changed) head/www/squid/Makefile (contents, props changed) Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/archivers/libarchive/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -98,6 +98,10 @@ NETTLE_CONFIGURE_OFF= --with-openssl .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002504 CONFIGURE_ENV+= ac_cv_lzma_has_mt=no .endif Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/archivers/unrar/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -38,4 +38,10 @@ do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/databases/freetds/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -71,4 +71,10 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/interfaces ${STAGEDIR}${ETCDIR}/interfaces.sample -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/databases/postgresql92-server/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -204,6 +204,10 @@ CONFIGURE_ARGS+=--with-krb5 # For testing files in FILESDIR .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if defined(SERVER_ONLY) pre-build: @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL Modified: head/devel/libevent2/Makefile ============================================================================== --- head/devel/libevent2/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/devel/libevent2/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -42,4 +42,10 @@ post-patch: regression-test: build @(${SH} ${WRKSRC}/test/regress) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/dns/credns/Makefile ============================================================================== --- head/dns/credns/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/dns/credns/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -59,4 +59,10 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/dns/ldns/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -87,6 +87,10 @@ INSTALL_TARGET= install-lib install-h in .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${PORT_OPTIONS:MGOST} . if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base" IGNORE_FreeBSD_9= Requires openssl version >= 1.0.0 Modified: head/dns/validns/Makefile ============================================================================== --- head/dns/validns/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/dns/validns/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -37,4 +37,10 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/ftp/lftp/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -64,4 +64,10 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/ftp/proftpd/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -171,6 +171,10 @@ CONFIGURE_ARGS+= --with-libraries=${LIBD .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if !defined(_BUILDING_PROFTPD_MODULE) .if empty(ICONV_PREFIX) Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/ftp/wget/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -78,4 +78,10 @@ post-patch: ${REINPLACE_CMD} -e '/ac_fn_c_check_header_mongrel.*uuid\/uuid.h/ d' \ ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/irc/bip/Makefile ============================================================================== --- head/irc/bip/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/irc/bip/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -45,4 +45,10 @@ post-install-EXAMPLES-on: ${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR} .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/irc/bitchx/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -74,4 +74,10 @@ post-patch: cd ${WRKSRC}/bitchx-docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/lang/php56/Makefile.ext ============================================================================== --- head/lang/php56/Makefile.ext Tue Nov 29 17:54:52 2016 (r427388) +++ head/lang/php56/Makefile.ext Tue Nov 29 18:46:21 2016 (r427389) @@ -527,6 +527,10 @@ USES+= mysql .include <bsd.port.pre.mk> +.if ${PHP_MODNAME} == "openssl" && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${PHP_MODNAME} == "gd" . if ${PORT_OPTIONS:MT1LIB} LIB_DEPENDS+= libt1.so:devel/t1lib Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/lang/python27/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -125,4 +125,10 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python2.7/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python35/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/lang/python35/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -129,4 +129,10 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python${PYTHON_VER}/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/lang/ruby22/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -79,6 +79,10 @@ CPE_UPDATE= p${RUBY_PATCHLEVEL} .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + # PORTEPOCH/PORTREVISION hack .if ${PORTEPOCH} != 0 Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/mail/alpine/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -77,6 +77,10 @@ USE_OPENSSL= no .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + THREADS_CONFIGURE_WITH= pthread MOUSE_CONFIGURE_ENABLE= mouse NLS_CONFIGURE_ENABLE= nls Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/mail/fetchmail/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -92,4 +92,10 @@ post-install-X11-off: ${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${STAGEDIR}${PREFIX}/libexec -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/mail/libesmtp/Makefile ============================================================================== --- head/mail/libesmtp/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/mail/libesmtp/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -41,4 +41,10 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/mail/panda-cclient/Makefile ============================================================================== --- head/mail/panda-cclient/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/mail/panda-cclient/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -35,6 +35,10 @@ PKGMESSAGE= pkg-message-ssl .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + USE_LDCONFIG= yes ALL_TARGET= bsf .if ! ${PORT_OPTIONS:MSSL} Modified: head/mail/spamd/Makefile ============================================================================== --- head/mail/spamd/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/mail/spamd/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -53,6 +53,10 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Modified: head/multimedia/librtmp/Makefile ============================================================================== --- head/multimedia/librtmp/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/multimedia/librtmp/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -18,4 +18,10 @@ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${DISTNAME}/librtmp -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net-mgmt/net-snmp/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -215,6 +215,10 @@ CONFLICTS= ucd-snmp-4.* net-snmp-5.3.* .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${SSL_DEFAULT} != base LCRYPTO= -lcrypto .else Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net-p2p/libtorrent/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -35,6 +35,10 @@ KQUEUE_CONFIGURE_WITH= kqueue .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + # Disable amd64 atomic ops on i386 when using gcc # undefined reference to __sync_add_and_fetch_8 # undefined reference to __sync_fetch_and_and_8 Modified: head/net/haproxy/Makefile ============================================================================== --- head/net/haproxy/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net/haproxy/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -80,4 +80,10 @@ do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/net/libsrtp/Makefile ============================================================================== --- head/net/libsrtp/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net/libsrtp/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -44,4 +44,10 @@ post-build: check test runtest regression-test: build ${SETENV} LD_LIBRARY_PATH=${WRKSRC} ${MAKE_CMD} -C ${WRKSRC} runtest -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/net/libvncserver/Makefile ============================================================================== --- head/net/libvncserver/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net/libvncserver/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -49,4 +49,10 @@ VAAPI_CONFIGURE_WITH= libva post-install: ${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${STAGEDIR}${PREFIX}/include/rfb -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/net/mpd5/Makefile ============================================================================== --- head/net/mpd5/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net/mpd5/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -42,4 +42,10 @@ PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mp PLIST_FILES+= man/man8/mpd5.8.gz .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net/openldap24-server/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -505,6 +505,10 @@ PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_M .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if !${PORT_OPTIONS:MFETCH} CONFIGURE_ARGS+= --without-fetch .else Modified: head/net/socat/Makefile ============================================================================== --- head/net/socat/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net/socat/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -29,6 +29,9 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> .if ${SSL_DEFAULT} != base +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif Modified: head/net/vtun/Makefile ============================================================================== --- head/net/vtun/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/net/vtun/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -54,4 +54,10 @@ post-install: @cd ${STAGEDIR}${PREFIX}/man/man1/ && \ ${LN} -s vtund.8 ../man1/vtun.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/john/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -71,6 +71,10 @@ post-patch: .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000024 CFLAGS+= -flax-vector-conversions .endif Modified: head/security/libssh2/Makefile ============================================================================== --- head/security/libssh2/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/libssh2/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -36,6 +36,10 @@ ZLIB_CONFIGURE_WITH= libz .include <bsd.port.pre.mk> +.if empty(PORT_OPTIONS:MGCRYPT) && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + post-patch: @${REINPLACE_CMD} -e '/Libs:/s/@LDFLAGS@//' -e '/Libs:/s/@LIBS@//' \ ${WRKSRC}/libssh2.pc.in Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/luasec/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -30,4 +30,10 @@ post-patch: .SILENT ${REINPLACE_CMD} -Ee '/^(INC|LIB)DIR/s/[^?]=/?=/' \ ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/openca-tools-forked/Makefile ============================================================================== --- head/security/openca-tools-forked/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/openca-tools-forked/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -26,4 +26,10 @@ post-stage: @${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f} .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-CA/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/p5-Crypt-OpenSSL-CA/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -30,4 +30,10 @@ USES= perl5 ssl USE_PERL5= modbuild CONFIGURE_ARGS= --openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/p5-Crypt-OpenSSL-ECDSA/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-ECDSA/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/p5-Crypt-OpenSSL-ECDSA/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -23,4 +23,10 @@ CFLAGS+= -I${OPENSSLINC} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/p5-Crypt-OpenSSL-RSA/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-RSA/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/p5-Crypt-OpenSSL-RSA/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -23,4 +23,10 @@ MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} regression-test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/p5-Crypt-OpenSSL-X509/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-X509/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/p5-Crypt-OpenSSL-X509/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -25,4 +25,10 @@ post-patch: post-stage: ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Crypt/OpenSSL/X509/X509.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/p5-POE-Filter-SSL/Makefile ============================================================================== --- head/security/p5-POE-Filter-SSL/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/p5-POE-Filter-SSL/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -29,4 +29,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/POE/Filter/SSL/SSL.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/pam_ssh_agent_auth/Makefile ============================================================================== --- head/security/pam_ssh_agent_auth/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/pam_ssh_agent_auth/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -22,4 +22,10 @@ PLIST_FILES= lib/pam_ssh_agent_auth.so \ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/pkcs11-helper/Makefile ============================================================================== --- head/security/pkcs11-helper/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/pkcs11-helper/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -37,4 +37,10 @@ post-patch: @${REINPLACE_CMD} 's|install-data-am: install-apidocDATA|install-data-am:|' \ ${WRKSRC}/doc/api/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/security/sslscan/Makefile ============================================================================== --- head/security/sslscan/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/security/sslscan/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -16,4 +16,10 @@ USE_OPENSSL= yes USE_GITHUB= yes GH_ACCOUNT= rbsec -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/sysutils/bacula-server/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -134,6 +134,11 @@ PLIST_SUB+= DBTYPE=${DBTYPE} .endif .include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${readline_ARGS} == "port" readline_CONFIGURE= ${LOCALBASE} .else Modified: head/sysutils/bacula5-server/Makefile ============================================================================== --- head/sysutils/bacula5-server/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/sysutils/bacula5-server/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -187,4 +187,10 @@ post-install: .else .include "${MASTERDIR}/Makefile.common" .endif # -client and -server are defined -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/sysutils/ipmitool/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -55,4 +55,10 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/status-ipmi.sh ${STAGEDIR}${PREFIX}/${PERIODIC_DIR}/400.status-ipmi -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/sysutils/tarsnap/Makefile ============================================================================== --- head/sysutils/tarsnap/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/sysutils/tarsnap/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -26,4 +26,8 @@ RESTRICTED= license only allows redistri .endif LEGAL_TEXT= license restricts redistribution of source and binaries +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .include <bsd.port.post.mk> Modified: head/textproc/htmldoc/Makefile ============================================================================== --- head/textproc/htmldoc/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/textproc/htmldoc/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -59,4 +59,10 @@ post-configure: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/htmldoc -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/www/libwww/Makefile ============================================================================== --- head/www/libwww/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/www/libwww/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -22,4 +22,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \ ${STAGEDIR}${PREFIX}/include/w3c-libwww/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/www/links1/Makefile ============================================================================== --- head/www/links1/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/www/links1/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -19,4 +19,10 @@ CONFLICTS= links-2* CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/www/lynx/Makefile ============================================================================== --- head/www/lynx/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/www/lynx/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -62,4 +62,10 @@ post-install-DOCS-on: (cd ${STAGEDIR}${L_HELP} && ln -sf ../doc/lynx/${doc} .) .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/www/neon/Makefile ============================================================================== --- head/www/neon/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/www/neon/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -59,4 +59,10 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.* -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/www/nginx/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -1360,4 +1360,10 @@ post-install: ${CAT} ${WRKSRC}/conf/nginx.conf \ >>${STAGEDIR}${ETCDIR}/nginx.conf-dist -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if defined(NGINX_OPENSSL) && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include <bsd.port.post.mk> Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Tue Nov 29 17:54:52 2016 (r427388) +++ head/www/squid/Makefile Tue Nov 29 18:46:21 2016 (r427389) @@ -312,6 +312,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${COMPILER_TYPE} == clang #CXXFLAGS+= -Wno-unused-private-field .if ${COMPILER_VERSION} >= 35
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611291846.uATIkMvO095229>