svn commit: r497821 - head/dns/credns

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 12:27:55 UTC 2019


Author: antoine
Date: Thu Apr  4 12:27:54 2019
New Revision: 497821
URL: https://svnweb.freebsd.org/changeset/ports/497821

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/dns/credns/Makefile

Modified: head/dns/credns/Makefile
==============================================================================
--- head/dns/credns/Makefile	Thu Apr  4 12:12:57 2019	(r497820)
+++ head/dns/credns/Makefile	Thu Apr  4 12:27:54 2019	(r497821)
@@ -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>


More information about the svn-ports-all mailing list