svn commit: r498450 - branches/2019Q2/security/certificate-transparency

Antoine Brodin antoine at FreeBSD.org
Tue Apr 9 05:50:32 UTC 2019


Author: antoine
Date: Tue Apr  9 05:50:31 2019
New Revision: 498450
URL: https://svnweb.freebsd.org/changeset/ports/498450

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

Modified:
  branches/2019Q2/security/certificate-transparency/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/certificate-transparency/Makefile
==============================================================================
--- branches/2019Q2/security/certificate-transparency/Makefile	Tue Apr  9 05:50:13 2019	(r498449)
+++ branches/2019Q2/security/certificate-transparency/Makefile	Tue Apr  9 05:50:31 2019	(r498450)
@@ -37,4 +37,11 @@ CPPFLAGS+=	"-I${LOCALBASE}/include"
 CPPFLAGS+=	"-I${LOCALBASE}/include/evhtp"
 LDFLAGS+=	"-L${LOCALBASE}/lib"
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	could not find the OpenSSL libraries
+BROKEN_FreeBSD_13=	could not find the OpenSSL libraries
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list