svn commit: r498178 - branches/2019Q2/net/gogoc

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:41:11 UTC 2019


Author: antoine
Date: Sat Apr  6 19:41:10 2019
New Revision: 498178
URL: https://svnweb.freebsd.org/changeset/ports/498178

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

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

Modified: branches/2019Q2/net/gogoc/Makefile
==============================================================================
--- branches/2019Q2/net/gogoc/Makefile	Sat Apr  6 19:40:46 2019	(r498177)
+++ branches/2019Q2/net/gogoc/Makefile	Sat Apr  6 19:41:10 2019	(r498178)
@@ -25,6 +25,11 @@ SUB_LIST=	LOCALBASE=${LOCALBASE}
 
 .include <bsd.port.options.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct dsa_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct dsa_st'
+.endif
+
 do-install:
 	cd ${WRKSRC}/gogoc-tsp/ && ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} \
 	    ${MAKE_CMD} platform=freebsd installdir=${STAGEDIR}${PREFIX} install


More information about the svn-ports-all mailing list