svn commit: r438554 - head/www/spdylay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 15 00:46:56 UTC 2017


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>


More information about the svn-ports-head mailing list