Date: Sun, 1 Jan 2017 04:41:07 +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: r430240 - head/www/spdylay Message-ID: <201701010441.v014f77W092026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 1 04:41:07 2017 New Revision: 430240 URL: https://svnweb.freebsd.org/changeset/ports/430240 Log: Remove outdated OSVERSION check - Remove RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version Modified: head/www/spdylay/Makefile Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Sun Jan 1 04:28:25 2017 (r430239) +++ head/www/spdylay/Makefile Sun Jan 1 04:41:07 2017 (r430240) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 LIB_DEPENDS= libevent_openssl.so:devel/libevent2 -RUN_DEPENDS= libevent2>=2.0.8:devel/libevent2 BROKEN_powerpc64= does not build BROKEN_sparc64= does not build: fails to link @@ -35,12 +34,6 @@ USES= compiler:c++11-lang libtool pathf PORTDOCS= * -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base -IGNORE= spdylay requires OpenSSL 1.0.1+ -.endif - post-patch: @${REINPLACE_CMD} -e 's|^Requires.private: zlib$$|Libs.private: -L${LIBDIR} -lz|' ${WRKSRC}/lib/libspdylay.pc.in @@ -48,4 +41,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701010441.v014f77W092026>