pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql-postgis2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jun  9 09:10:48 UTC 2026

Modified Files:
        pkgsrc/databases/postgresql-postgis2: Makefile

Log Message:
databases/postgresql-postgis2: Accept pgsql 18

PostgreSQL 18 is ok, per upstream's README.postgis ("and above") (and
if it didn't work I'd be hearing about it on postgis-devel@).

In PR pkg/60316, Jim Spath reports that adding 18 and testing with
qgis was successful (and also that pgsql 14 is still ok, not related
to this commit but good to know).


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 pkgsrc/databases/postgresql-postgis2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.194 pkgsrc/databases/postgresql-postgis2/Makefile:1.195
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.194 Thu May 14 16:40:35 2026
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Tue Jun  9 09:10:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.194 2026/05/14 16:40:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.195 2026/06/09 09:10:48 gdt Exp $
 
 # Note that the PKGPATH remains "postgresql-postgis2", added during
 # postgis 1->2 migration, due to inertia and the pain of renaming.  So
@@ -42,7 +42,7 @@ USE_TOOLS+=                   gsed gmake lex pax perl pk
 GNU_CONFIGURE=                 yes
 CONFIGURE_ARGS+=               --enable-rpath
 CONFIGURE_ARGS+=               --datadir=${PREFIX}/share/postgresql/contrib
-PGSQL_VERSIONS_ACCEPTED=       17 16 15 14
+PGSQL_VERSIONS_ACCEPTED=       18 17 16 15 14
 
 # This isn't an option, but could be.
 CONFIGURE_ARGS+=       --with-address-standardizer



Home | Main Index | Thread Index | Old Index