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

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



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