Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 09:11:29 +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: r506271 - branches/2019Q3/databases/libzdb
Message-ID:  <201907090911.x699BTdm099367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907090911.x699BTdm099367>