Date: Thu, 27 Apr 2017 12:14:37 +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: r439541 - in head: security/apache-xml-security-c security/openssh-portable www/nginx www/tengine Message-ID: <201704271214.v3RCEb8g047567@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Apr 27 12:14:37 2017 New Revision: 439541 URL: https://svnweb.freebsd.org/changeset/ports/439541 Log: Mark those as not building with openssl-devel. Sponsored by: Absolight Modified: head/security/apache-xml-security-c/Makefile (contents, props changed) head/security/openssh-portable/Makefile (contents, props changed) head/www/nginx/Makefile (contents, props changed) head/www/tengine/Makefile (contents, props changed) Modified: head/security/apache-xml-security-c/Makefile ============================================================================== --- head/security/apache-xml-security-c/Makefile Thu Apr 27 12:14:29 2017 (r439540) +++ head/security/apache-xml-security-c/Makefile Thu Apr 27 12:14:37 2017 (r439541) @@ -20,4 +20,7 @@ USES= gmake libtool tar:bzip2 ssl USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= field has incomplete type HMAC_CTX (aka hmac_ctx_st) + .include <bsd.port.mk> Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Thu Apr 27 12:14:29 2017 (r439540) +++ head/security/openssh-portable/Makefile Thu Apr 27 12:14:37 2017 (r439541) @@ -24,6 +24,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --wi --without-zlib-version-check --with-ssl-engine ETCOLD= ${PREFIX}/etc +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type struct rsa_st + OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ OVERWRITE_BASE SCTP LDNS NONECIPHER Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Thu Apr 27 12:14:29 2017 (r439540) +++ head/www/nginx/Makefile Thu Apr 27 12:14:37 2017 (r439541) @@ -1162,6 +1162,8 @@ GROUPS?=${WWWGRP} .if defined(NGINX_OPENSSL) USES+= ssl +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= undefined reference to SSLeay_version .endif pre-everything:: Modified: head/www/tengine/Makefile ============================================================================== --- head/www/tengine/Makefile Thu Apr 27 12:14:29 2017 (r439540) +++ head/www/tengine/Makefile Thu Apr 27 12:14:37 2017 (r439541) @@ -25,6 +25,9 @@ LIB_DEPENDS+= libluajit-5.1.so:lang/luaj libgd.so:graphics/gd \ libGeoIP.so:net/GeoIP +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type struct evp_pkey_st + NO_OPTIONS_SORT= yes OPTIONS_DEFINE= \ DEBUG \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704271214.v3RCEb8g047567>