svn commit: r497825 - branches/2019Q2/security/fbopenssl

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 12:33:10 UTC 2019


Author: antoine
Date: Thu Apr  4 12:33:09 2019
New Revision: 497825
URL: https://svnweb.freebsd.org/changeset/ports/497825

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

Modified:
  branches/2019Q2/security/fbopenssl/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/fbopenssl/Makefile
==============================================================================
--- branches/2019Q2/security/fbopenssl/Makefile	Thu Apr  4 12:32:28 2019	(r497824)
+++ branches/2019Q2/security/fbopenssl/Makefile	Thu Apr  4 12:33:09 2019	(r497825)
@@ -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>


More information about the svn-ports-branches mailing list