svn commit: r497822 - branches/2019Q2/dns/credns

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 12:28:30 UTC 2019


Author: antoine
Date: Thu Apr  4 12:28:29 2019
New Revision: 497822
URL: https://svnweb.freebsd.org/changeset/ports/497822

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

Modified:
  branches/2019Q2/dns/credns/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/dns/credns/Makefile
==============================================================================
--- branches/2019Q2/dns/credns/Makefile	Thu Apr  4 12:27:54 2019	(r497821)
+++ branches/2019Q2/dns/credns/Makefile	Thu Apr  4 12:28:29 2019	(r497822)
@@ -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