svn commit: r504494 - head/databases/pg_citus

Matthew Seaman matthew at FreeBSD.org
Tue Jun 18 18:32:43 UTC 2019


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


More information about the svn-ports-all mailing list