git: ce079c6602ee - main - databases/postgis34: remove devel/pcre dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jun 2024 21:21:59 UTC
The branch main has been updated by ler:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce079c6602ee570c2d9399cf8228e0a147c16a93
commit ce079c6602ee570c2d9399cf8228e0a147c16a93
Author: Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2024-06-10 21:19:38 +0000
Commit: Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2024-06-10 21:21:53 +0000
databases/postgis34: remove devel/pcre dependency
databases/postgis34 depends (unnecessarily) on devel/pcre when ADDRSTD is set (default). It no longer needs this as it uses devel/pcre2 that is unconditionally depended on.
Remove the ADDRSTD dependency on devel/pcre
PR: 279565
Approved by: lbartoletti@FreeBSD.org (maintainer)
---
databases/postgis34/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile
index ee92f0f60a5d..63d43ef15ca0 100644
--- a/databases/postgis34/Makefile
+++ b/databases/postgis34/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.4.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 34
@@ -44,7 +44,6 @@ SFCGAL_DESC= Enable sfcgal
TOPOLOGY_DESC= Topology support
ADDRSTD_CONFIGURE_WITH= address-standardizer
-ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre
ADDRSTD_VARS= WANT_PGSQL+=contrib
JSON_CONFIGURE_WITH= json
JSON_LIB_DEPENDS= libjson-c.so:devel/json-c