svn commit: r506270 - head/databases/libzdb

Antoine Brodin antoine at FreeBSD.org
Tue Jul 9 09:10:57 UTC 2019


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


More information about the svn-ports-head mailing list