Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2019 18:32:42 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504494 - head/databases/pg_citus
Message-ID:  <201906181832.x5IIWgex012896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Jun 18 18:32:41 2019
New Revision: 504494
URL: https://svnweb.freebsd.org/changeset/ports/504494

Log:
  Take off the BROKEN_i386 tag, as this now builds correctly on i386.

Modified:
  head/databases/pg_citus/Makefile

Modified: head/databases/pg_citus/Makefile
==============================================================================
--- head/databases/pg_citus/Makefile	Tue Jun 18 18:28:31 2019	(r504493)
+++ head/databases/pg_citus/Makefile	Tue Jun 18 18:32:41 2019	(r504494)
@@ -12,8 +12,6 @@ COMMENT=	Horizontally scale Postgresql using sharding 
 
 LICENSE=	AGPLv3
 
-BROKEN_i386=		fails to compile: transaction/backend_data.c:727:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
-
 USES=		gmake pgsql:10+ autoreconf readline
 WANT_PGSQL=	lib server
 GNU_CONFIGURE=	yes



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