Date: Sat, 6 Apr 2019 08:04:51 +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: r498069 - head/databases/mysql-connector-c Message-ID: <201904060804.x3684ptg094496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 08:04:51 2019 New Revision: 498069 URL: https://svnweb.freebsd.org/changeset/ports/498069 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/databases/mysql-connector-c/Makefile Modified: head/databases/mysql-connector-c/Makefile ============================================================================== --- head/databases/mysql-connector-c/Makefile Sat Apr 6 08:00:18 2019 (r498068) +++ head/databases/mysql-connector-c/Makefile Sat Apr 6 08:04:51 2019 (r498069) @@ -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?201904060804.x3684ptg094496>