aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_citus
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2018-11-25 15:31:25 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2018-11-25 15:31:25 +0000
commit17432f735678c9666fe76d5a65e0262393f85ff4 (patch)
tree4c412839f9051a80c9e938a21c8e0e553b76d959 /databases/pg_citus
parentfe4bc8469c11221dd796b65955e9ff90048fc5d0 (diff)
downloadports-17432f735678c9666fe76d5a65e0262393f85ff4.tar.gz
ports-17432f735678c9666fe76d5a65e0262393f85ff4.zip
Mark as broken on i386 -- compilation fails due to the lack of the
'pg_atomic_uint64' type. That's only deined in the upstream postgresql code on x86_64.
Notes
Notes: svn path=/head/; revision=485866
Diffstat (limited to 'databases/pg_citus')
-rw-r--r--databases/pg_citus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile
index 13d7b631b8cd..c9e7607356e3 100644
--- a/databases/pg_citus/Makefile
+++ b/databases/pg_citus/Makefile
@@ -3,6 +3,7 @@
PORTNAME= citus
PORTVERSION= 8.0.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_
@@ -15,6 +16,7 @@ LICENSE= AGPLv3
BROKEN_aarch64= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
BROKEN_armv6= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
BROKEN_armv7= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
+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:9.6+ autoreconf readline
WANT_PGSQL= lib server