Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 05:50:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498449 - head/security/certificate-transparency
Message-ID:  <201904090550.x395oD8Y012014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904090550.x395oD8Y012014>