svn commit: r506271 - branches/2019Q3/databases/libzdb

Antoine Brodin antoine at FreeBSD.org
Tue Jul 9 09:11:30 UTC 2019


Author: antoine
Date: Tue Jul  9 09:11:28 2019
New Revision: 506271
URL: https://svnweb.freebsd.org/changeset/ports/506271

Log:
  MFH: r506270
  
  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

Modified:
  branches/2019Q3/databases/libzdb/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/databases/libzdb/Makefile
==============================================================================
--- branches/2019Q3/databases/libzdb/Makefile	Tue Jul  9 09:10:56 2019	(r506270)
+++ branches/2019Q3/databases/libzdb/Makefile	Tue Jul  9 09:11:28 2019	(r506271)
@@ -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-branches mailing list