svn commit: r483547 - head/sysutils/cfengine22

Cy Schubert cy at FreeBSD.org
Wed Oct 31 05:10:41 UTC 2018


Author: cy
Date: Wed Oct 31 05:10:40 2018
New Revision: 483547
URL: https://svnweb.freebsd.org/changeset/ports/483547

Log:
  Conditionally mark cfengine22 broken under FreeBSD 12 & 13 if
  security/openssl is not installed.

Modified:
  head/sysutils/cfengine22/Makefile   (contents, props changed)

Modified: head/sysutils/cfengine22/Makefile
==============================================================================
--- head/sysutils/cfengine22/Makefile	Wed Oct 31 02:32:50 2018	(r483546)
+++ head/sysutils/cfengine22/Makefile	Wed Oct 31 05:10:40 2018	(r483547)
@@ -49,4 +49,11 @@ post-patch:
 				  ${WRKSRC}/inputs/Makefile.in \
 				  ${WRKSRC}/contrib/Makefile.in
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} != "openssl"
+BROKEN_FreeBSD_12=	fails to build with openssl111, install security/openssl
+BROKEN_FreeBSD_13=	fails to build with openssl111, install security/openssl
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list