From owner-svn-ports-all@freebsd.org Mon Mar 13 17:43:56 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 BD2D4D0A08B; Mon, 13 Mar 2017 17:43:56 +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 729D51918; Mon, 13 Mar 2017 17:43:56 +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 v2DHhtkI066775; Mon, 13 Mar 2017 17:43:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2DHhtmi066772; Mon, 13 Mar 2017 17:43:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703131743.v2DHhtmi066772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 13 Mar 2017 17:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436094 - in head: devel/thrift-cpp lang/ruby23 www/spdylay 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: Mon, 13 Mar 2017 17:43:56 -0000 Author: mat Date: Mon Mar 13 17:43:55 2017 New Revision: 436094 URL: https://svnweb.freebsd.org/changeset/ports/436094 Log: Mark a few more ports BROKEN with openssl-devel. Sponsored by: Absolight Modified: head/devel/thrift-cpp/Makefile (contents, props changed) head/lang/ruby23/Makefile (contents, props changed) head/www/spdylay/Makefile (contents, props changed) Modified: head/devel/thrift-cpp/Makefile ============================================================================== --- head/devel/thrift-cpp/Makefile Mon Mar 13 17:29:28 2017 (r436093) +++ head/devel/thrift-cpp/Makefile Mon Mar 13 17:43:55 2017 (r436094) @@ -54,6 +54,10 @@ CFLAGS+= -I${OPENSSLINC} USE_CXXSTD= c++11 .endif +.if ${SSL_DEFAULT} == openssl-devel +BROKEN= Cannot find libcrypto. +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so ${LN} -sf libthrift-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthrift.so.0 Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Mon Mar 13 17:29:28 2017 (r436093) +++ head/lang/ruby23/Makefile Mon Mar 13 17:43:55 2017 (r436094) @@ -73,6 +73,10 @@ CPE_UPDATE= p${RUBY_PATCHLEVEL} .include +.if ${SSL_DEFAULT} == openssl-devel +BROKEN= Does not detect and buid the openssl*.rb bits. +.endif + # PORTREVISION/PORTEPOCH hack .if ${PORTREVISION} != 0 Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Mon Mar 13 17:29:28 2017 (r436093) +++ head/www/spdylay/Makefile Mon Mar 13 17:43:55 2017 (r436094) @@ -37,4 +37,10 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ +.include + +.if ${SSL_DEFAULT} == openssl-devel +BROKEN= Does not build. +.endif + .include