svn commit: r422064 - head/net-mgmt/nsca-ng

John Marino marino at FreeBSD.org
Tue Sep 13 19:10:32 UTC 2016


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


More information about the svn-ports-head mailing list