git: 735a21a020f9 - main - databases/postgis30: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 16:20:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=735a21a020f907179c89329c973793dcca1393a7 commit 735a21a020f907179c89329c973793dcca1393a7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-29 16:15:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-29 16:15:09 +0000 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 --- databases/postgis30/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \