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

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



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