From owner-svn-ports-all@freebsd.org Thu Apr 27 12:14:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0962FD50C0A; Thu, 27 Apr 2017 12:14:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4657C1A; Thu, 27 Apr 2017 12:14:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3RCEbDN047571; Thu, 27 Apr 2017 12:14:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3RCEb8g047567; Thu, 27 Apr 2017 12:14:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201704271214.v3RCEb8g047567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 27 Apr 2017 12:14:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 12:14:39 -0000 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 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 \