svn commit: r497911 - head/net/gsk
Antoine Brodin
antoine at FreeBSD.org
Fri Apr 5 05:25:12 UTC 2019
Author: antoine
Date: Fri Apr 5 05:25:11 2019
New Revision: 497911
URL: https://svnweb.freebsd.org/changeset/ports/497911
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/net/gsk/Makefile
Modified: head/net/gsk/Makefile
==============================================================================
--- head/net/gsk/Makefile Fri Apr 5 04:56:27 2019 (r497910)
+++ head/net/gsk/Makefile Fri Apr 5 05:25:11 2019 (r497911)
@@ -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-all
mailing list