Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 12:32:29 +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: r497824 - head/security/fbopenssl
Message-ID:  <201904041232.x34CWTrQ078441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  4 12:32:28 2019
New Revision: 497824
URL: https://svnweb.freebsd.org/changeset/ports/497824

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

Modified:
  head/security/fbopenssl/Makefile

Modified: head/security/fbopenssl/Makefile
==============================================================================
--- head/security/fbopenssl/Makefile	Thu Apr  4 12:29:52 2019	(r497823)
+++ head/security/fbopenssl/Makefile	Thu Apr  4 12:32:28 2019	(r497824)
@@ -26,6 +26,13 @@ PLIST_SUB+=	PROFILE=""
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct asn1_object_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct asn1_object_st'
+.endif
+
 post-extract:
 	${INSTALL_DATA} ${FILESDIR}/BSDMakefile ${WRKSRC}
 
@@ -33,4 +40,4 @@ post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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