svn commit: r498177 - head/net/gogoc

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:40:48 UTC 2019


Author: antoine
Date: Sat Apr  6 19:40:46 2019
New Revision: 498177
URL: https://svnweb.freebsd.org/changeset/ports/498177

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

Modified:
  head/net/gogoc/Makefile

Modified: head/net/gogoc/Makefile
==============================================================================
--- head/net/gogoc/Makefile	Sat Apr  6 19:40:42 2019	(r498176)
+++ head/net/gogoc/Makefile	Sat Apr  6 19:40:46 2019	(r498177)
@@ -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-head mailing list