Date: Sat, 17 Feb 2018 12:00:33 +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: r462137 - head/net/mpd5 Message-ID: <201802171200.w1HC0XDe081525@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 17 12:00:33 2018 New Revision: 462137 URL: https://svnweb.freebsd.org/changeset/ports/462137 Log: Use BROKEN_SSL Approved by: portmgr (blanket) Modified: head/net/mpd5/Makefile Modified: head/net/mpd5/Makefile ============================================================================== --- head/net/mpd5/Makefile Sat Feb 17 12:00:28 2018 (r462136) +++ head/net/mpd5/Makefile Sat Feb 17 12:00:33 2018 (r462137) @@ -14,6 +14,8 @@ COMMENT= Multi-link PPP daemon based on netgraph(4) LICENSE= BSD3CLAUSE +BROKEN_SSL= openssl-devel + OPTIONS_DEFINE= NG_IPACCT NG_IPACCT_DESC= Use ng_ipacct kernel module from port @@ -45,10 +47,4 @@ PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sampl PLIST_FILES+= man/man8/mpd5.8.gz .endif -.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.w1HC0XDe081525>