aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-04 12:27:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-04 12:27:54 +0000
commit2c7a7c01cf80538a0e34145ee8a3205617f4bd53 (patch)
treef02b29130e3aacad6643c040a47f4e1698360c53 /dns
parent2870aacbb2a4a930ce2b6c281084ef50f9e28e08 (diff)
downloadports-2c7a7c01cf80538a0e34145ee8a3205617f4bd53.tar.gz
ports-2c7a7c01cf80538a0e34145ee8a3205617f4bd53.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497821
Diffstat (limited to 'dns')
-rw-r--r--dns/credns/Makefile9
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>