Date: Mon, 25 Jan 2021 08:43:26 +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: r562545 - branches/2021Q1/www/webstone-ssl Message-ID: <202101250843.10P8hQMa011072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 25 08:43:26 2021 New Revision: 562545 URL: https://svnweb.freebsd.org/changeset/ports/562545 Log: MFH: r562544 Mark BROKEN on FreeBSD 14 Reported by: pkg-fallout Modified: branches/2021Q1/www/webstone-ssl/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/webstone-ssl/Makefile ============================================================================== --- branches/2021Q1/www/webstone-ssl/Makefile Mon Jan 25 08:43:01 2021 (r562544) +++ branches/2021Q1/www/webstone-ssl/Makefile Mon Jan 25 08:43:26 2021 (r562545) @@ -34,6 +34,7 @@ LDFLAGS+= -L${OPENSSLLIB} .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct ssl_st' .endif pre-configure:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101250843.10P8hQMa011072>