Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:40:46 +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: r498177 - head/net/gogoc
Message-ID:  <201904061940.x36JekmL068006@repo.freebsd.org>

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



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