Date: Sat, 6 Apr 2019 19:41:10 +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: r498178 - branches/2019Q2/net/gogoc Message-ID: <201904061941.x36JfAq1068162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061941.x36JfAq1068162>