Date: Sat, 17 Feb 2018 12:00:28 +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: r462136 - head/net/libsrtp Message-ID: <201802171200.w1HC0SOR081433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 17 12:00:28 2018 New Revision: 462136 URL: https://svnweb.freebsd.org/changeset/ports/462136 Log: Use BROKEN_SSL Approved by: portmgr (blanket) Modified: head/net/libsrtp/Makefile Modified: head/net/libsrtp/Makefile ============================================================================== --- head/net/libsrtp/Makefile Sat Feb 17 12:00:23 2018 (r462135) +++ head/net/libsrtp/Makefile Sat Feb 17 12:00:28 2018 (r462136) @@ -12,6 +12,8 @@ COMMENT= Secure RTP (SRTP) Reference Implementation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_SSL= openssl-devel + USE_GITHUB= yes GH_ACCOUNT= cisco @@ -32,10 +34,4 @@ CONFIGURE_ARGS+=--disable-debug post-patch: @${REINPLACE_CMD} '/pkg-config.*openssl/d' ${WRKSRC}/configure -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.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?201802171200.w1HC0SOR081433>