pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 15 22:42:48 UTC 2026

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

Log Message:
*: remove 13 from postgresql versions


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql-pgroonga/Makefile
cvs rdiff -u -r1.190 -r1.191 pkgsrc/databases/postgresql-postgis2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql-redislog/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-pgroonga/Makefile
diff -u pkgsrc/databases/postgresql-pgroonga/Makefile:1.12 pkgsrc/databases/postgresql-pgroonga/Makefile:1.13
--- pkgsrc/databases/postgresql-pgroonga/Makefile:1.12  Thu Oct 23 20:36:12 2025
+++ pkgsrc/databases/postgresql-pgroonga/Makefile       Sun Feb 15 22:42:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/10/23 20:36:12 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/02/15 22:42:48 wiz Exp $
 
 DISTNAME=      pgroonga-2.3.6
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      postgresql-license
 
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
-PGSQL_VERSIONS_ACCEPTED=       14 13
+PGSQL_VERSIONS_ACCEPTED=       14
 
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99

Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.190 pkgsrc/databases/postgresql-postgis2/Makefile:1.191
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.190 Tue Feb 10 18:20:15 2026
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Sun Feb 15 22:42:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2026/02/10 18:20:15 gdt Exp $
+# $NetBSD: Makefile,v 1.191 2026/02/15 22:42:48 wiz Exp $
 
 # Note that the PKGPATH remains "postgresql-postgis2", added during
 # postgis 1->2 migration, due to inertia and the pain of renaming.  So
@@ -41,7 +41,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 13
+PGSQL_VERSIONS_ACCEPTED=       17 16 15 14
 
 # This isn't an option, but could be.
 CONFIGURE_ARGS+=       --with-address-standardizer

Index: pkgsrc/databases/postgresql-redislog/Makefile
diff -u pkgsrc/databases/postgresql-redislog/Makefile:1.5 pkgsrc/databases/postgresql-redislog/Makefile:1.6
--- pkgsrc/databases/postgresql-redislog/Makefile:1.5   Sat Nov 30 16:06:17 2024
+++ pkgsrc/databases/postgresql-redislog/Makefile       Sun Feb 15 22:42:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/11/30 16:06:17 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2026/02/15 22:42:48 wiz Exp $
 
 DISTNAME=      redislog-0.2
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -16,7 +16,7 @@ LICENSE=      mit
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
 # redislog.c:185:20: error: static declaration of 'error_severity' follows non-static declaration
-PGSQL_VERSIONS_ACCEPTED=       14 13
+PGSQL_VERSIONS_ACCEPTED=       14
 
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index