aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:15:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:15:09 +0000
commit735a21a020f907179c89329c973793dcca1393a7 (patch)
tree42e5125e4b9aeac2f3aeba07849c94c621e537ca
parent4271e75957238ebfc2d5e6a6b769aecd96108ae6 (diff)
downloadports-735a21a020f907179c89329c973793dcca1393a7.tar.gz
ports-735a21a020f907179c89329c973793dcca1393a7.zip
databases/postgis30: Mark BROKEN
PostGIS 3.0.x only supports PostgreSQL 11 to 14 but the default pgsql has been changed to 15 in 0c0bf56482b394740f5c14326ae1586158813129. pkg-static: postgresql15-client-15.4 conflicts with postgresql11-client-11.21 (installs files into the same place). Problematic file: /usr/local/bin/clusterdb Approved by: portmgr (blanket) Reference: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p30045eaacebe_s3fb80f1476/logs/postgis30-3.0.9.log https://pkg-status.freebsd.org/beefy12/data/140releng-amd64-default/e88d010d0a2b/logs/postgis30-3.0.9.log https://pkg-status.freebsd.org/beefy16/data/132amd64-default/30045eaacebe/logs/postgis30-3.0.9.log https://pkg-status.freebsd.org/beefy6/data/124amd64-default/d89d8cab6aaa/logs/postgis30-3.0.9.log
-rw-r--r--databases/postgis30/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile
index b57f842836d2..cd999616aa26 100644
--- a/databases/postgis30/Makefile
+++ b/databases/postgis30/Makefile
@@ -11,6 +11,8 @@ WWW= https://postgis.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= pkg-static: postgresql15-client-15.4 conflicts with postgresql11-client-11.21 (installs files into the same place). Problematic file: /usr/local/bin/clusterdb
+
LIB_DEPENDS= libproj.so:graphics/proj \
libgeos.so:graphics/geos \
libjson-c.so:devel/json-c \