svn commit: r498449 - head/security/certificate-transparency

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


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

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

Modified:
  head/security/certificate-transparency/Makefile

Modified: head/security/certificate-transparency/Makefile
==============================================================================
--- head/security/certificate-transparency/Makefile	Tue Apr  9 05:48:52 2019	(r498448)
+++ head/security/certificate-transparency/Makefile	Tue Apr  9 05:50:13 2019	(r498449)
@@ -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