Date: Sat, 15 Apr 2017 00:46:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438554 - head/www/spdylay Message-ID: <201704150046.v3F0ktV2028203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 15 00:46:55 2017 New Revision: 438554 URL: https://svnweb.freebsd.org/changeset/ports/438554 Log: Use BROKEN_SSL Modified: head/www/spdylay/Makefile Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Sat Apr 15 00:46:50 2017 (r438553) +++ head/www/spdylay/Makefile Sat Apr 15 00:46:55 2017 (r438554) @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libevent>=2.0.8:devel/libevent LIB_DEPENDS= libevent_openssl.so:devel/libevent +BROKEN_SSL= openssl-devel BROKEN_powerpc64= does not build -BROKEN_sparc64= does not build: fails to link +BROKEN_sparc64= does not build: fails to link CONFIGURE_ARGS= --enable-examples \ --enable-src @@ -37,10 +38,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ -.include <bsd.port.options.mk> - -.if ${SSL_DEFAULT} == openssl-devel -BROKEN= Does not build. -.endif - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704150046.v3F0ktV2028203>