Date: Sat, 6 Apr 2019 08:05:25 +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: r498070 - branches/2019Q2/databases/mysql-connector-c Message-ID: <201904060805.x3685PNU094751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 08:05:24 2019 New Revision: 498070 URL: https://svnweb.freebsd.org/changeset/ports/498070 Log: MFH: r498069 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/databases/mysql-connector-c/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mysql-connector-c/Makefile ============================================================================== --- branches/2019Q2/databases/mysql-connector-c/Makefile Sat Apr 6 08:04:51 2019 (r498069) +++ branches/2019Q2/databases/mysql-connector-c/Makefile Sat Apr 6 08:05:24 2019 (r498070) @@ -29,6 +29,8 @@ CFLAGS+= -march=i586 .endif .if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st' CMAKE_ARGS+= -DWITH_SSL="system" .else CMAKE_ARGS+= -DWITH_SSL="${OPENSSLBASE}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060805.x3685PNU094751>