Date: Tue, 9 Jul 2019 09:10:56 +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: r506270 - head/databases/libzdb Message-ID: <201907090910.x699AuuX098392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jul 9 09:10:56 2019 New Revision: 506270 URL: https://svnweb.freebsd.org/changeset/ports/506270 Log: Mark BROKEN on i386 ../zdb/zdbpp.h:330:14: error: class member cannot be redeclared void bind(int parameterIndex, time_t x) { ^ ../zdb/zdbpp.h:318:14: note: previous definition is here void bind(int parameterIndex, int x) { ^ Reported by: pkg-fallout MFH: 2019Q3 Modified: head/databases/libzdb/Makefile Modified: head/databases/libzdb/Makefile ============================================================================== --- head/databases/libzdb/Makefile Tue Jul 9 09:02:10 2019 (r506269) +++ head/databases/libzdb/Makefile Tue Jul 9 09:10:56 2019 (r506270) @@ -12,6 +12,8 @@ COMMENT= Thread-safe connection pool library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_i386= fails to build + USES= compiler:c11 gmake libtool localbase pathfix GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907090910.x699AuuX098392>