Date: Tue, 13 Sep 2016 19:10:31 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422064 - head/net-mgmt/nsca-ng Message-ID: <201609131910.u8DJAVt6011921@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Sep 13 19:10:31 2016 New Revision: 422064 URL: https://svnweb.freebsd.org/changeset/ports/422064 Log: net-mgmt/nsca-ng(-client): IGNORE FreeBSD 9 base openSSL I think the original makefile was starting that the FreeBSD 9 base OpenSSL isn't good enough. My previous commit lost that information, so put the equivalent check back again. Modified: head/net-mgmt/nsca-ng/Makefile Modified: head/net-mgmt/nsca-ng/Makefile ============================================================================== --- head/net-mgmt/nsca-ng/Makefile Tue Sep 13 19:06:34 2016 (r422063) +++ head/net-mgmt/nsca-ng/Makefile Tue Sep 13 19:10:31 2016 (r422064) @@ -35,6 +35,10 @@ PORTDOCS= NEWS COPYING README PROTOCOL T .include <bsd.port.pre.mk> +.if ${SSL_DEFAULT} == base +IGNORE_FreeBSD_9= Requires newer OpenSSL (set SSL_DEFAULT=openssl) +.endif + .if ${SSL_DEFAULT:Mlibressl*} IGNORE= Requires PSK which is unsupported by the selected LibreSSL .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131910.u8DJAVt6011921>