Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:25:46 +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: r497912 - branches/2019Q2/net/gsk
Message-ID:  <201904050525.x355PkuZ016036@repo.freebsd.org>

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



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