svn commit: r497912 - branches/2019Q2/net/gsk

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:25:47 UTC 2019


Author: antoine
Date: Fri Apr  5 05:25:45 2019
New Revision: 497912
URL: https://svnweb.freebsd.org/changeset/ports/497912

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

Modified:
  branches/2019Q2/net/gsk/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net/gsk/Makefile
==============================================================================
--- branches/2019Q2/net/gsk/Makefile	Fri Apr  5 05:25:11 2019	(r497911)
+++ branches/2019Q2/net/gsk/Makefile	Fri Apr  5 05:25:45 2019	(r497912)
@@ -26,6 +26,13 @@ LDFLAGS+=	-L${OPENSSLLIB}
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct bio_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct bio_st'
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
@@ -40,4 +47,4 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${STAGEDIR}${DOCSDIR}/html
 	${INSTALL_DATA} ${WRKSRC}/doc/html/*.png ${STAGEDIR}${DOCSDIR}/html
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-branches mailing list