diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-04 20:27:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-04 20:27:54 +0800 |
commit | d4ddb2ef4a5e3850d5326e38d2096931d1d5c8d9 (patch) | |
tree | f02b29130e3aacad6643c040a47f4e1698360c53 /dns | |
parent | cceda79e375cc4541a0b9fc4e3e6674f4e301fd2 (diff) | |
download | freebsd-ports-gnome-d4ddb2ef4a5e3850d5326e38d2096931d1d5c8d9.tar.gz freebsd-ports-gnome-d4ddb2ef4a5e3850d5326e38d2096931d1d5c8d9.tar.zst freebsd-ports-gnome-d4ddb2ef4a5e3850d5326e38d2096931d1d5c8d9.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'dns')
-rw-r--r-- | dns/credns/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dns/credns/Makefile b/dns/credns/Makefile index 1a26fab78f73..b29984829e64 100644 --- a/dns/credns/Makefile +++ b/dns/credns/Makefile @@ -52,6 +52,13 @@ CHECKING_CONFIGURE_ENABLE= checking MMAP_CONFIGURE_ENABLE= mmap MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS} +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= OpenSSL found in /usr, but version 0.9.7 or higher is required +BROKEN_FreeBSD_13= OpenSSL found in /usr, but version 0.9.7 or higher is required +.endif + post-install: .for f in credns credns-checkconf credns-notify credns-patch credns-xfer ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${f} @@ -61,4 +68,4 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |