Date: Wed, 31 Oct 2018 05:10:41 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483547 - head/sysutils/cfengine22 Message-ID: <201810310510.w9V5Af8Q040381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810310510.w9V5Af8Q040381>