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:           Sat Nov 30 16:06:17 UTC 2024

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

Log Message:
*: remove references to pgsql 12


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/databases/pgadmin3/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql-pgroonga/Makefile
cvs rdiff -u -r1.160 -r1.161 pkgsrc/databases/postgresql-postgis2/Makefile
cvs rdiff -u -r1.4 -r1.5 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/pgadmin3/Makefile
diff -u pkgsrc/databases/pgadmin3/Makefile:1.99 pkgsrc/databases/pgadmin3/Makefile:1.100
--- pkgsrc/databases/pgadmin3/Makefile:1.99     Sun Nov 17 07:15:41 2024
+++ pkgsrc/databases/pgadmin3/Makefile  Sat Nov 30 16:06:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2024/11/17 07:15:41 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2024/11/30 16:06:17 wiz Exp $
 
 DISTNAME=      pgadmin3-1.22.2
 PKGREVISION=   32
@@ -14,7 +14,7 @@ USE_LANGUAGES=                c99 c++11
 USE_TOOLS+=            echo gmake sed
 GNU_CONFIGURE=         yes
 
-PGSQL_VERSIONS_ACCEPTED=       13 12
+PGSQL_VERSIONS_ACCEPTED=       13
 
 GNU_CONFIGURE_WX_CONFIG=       no
 

Index: pkgsrc/databases/postgresql-pgroonga/Makefile
diff -u pkgsrc/databases/postgresql-pgroonga/Makefile:1.10 pkgsrc/databases/postgresql-pgroonga/Makefile:1.11
--- pkgsrc/databases/postgresql-pgroonga/Makefile:1.10  Mon Feb  5 09:21:33 2024
+++ pkgsrc/databases/postgresql-pgroonga/Makefile       Sat Nov 30 16:06:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/02/05 09:21:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2024/11/30 16:06:17 wiz Exp $
 
 DISTNAME=      pgroonga-2.3.6
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=      postgresql-license
 
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
-PGSQL_VERSIONS_ACCEPTED=       14 13 12
+PGSQL_VERSIONS_ACCEPTED=       14 13
 
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99

Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.160 pkgsrc/databases/postgresql-postgis2/Makefile:1.161
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.160 Sun Nov 24 06:59:05 2024
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Sat Nov 30 16:06:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2024/11/24 06:59:05 adam Exp $
+# $NetBSD: Makefile,v 1.161 2024/11/30 16:06:17 wiz Exp $
 
 # Note that the directory is still postgis2, for historical reasons.
 # It remains, due to inertia and the pain of renaming outweighing the
@@ -39,7 +39,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=       16 15 14 13 12
+PGSQL_VERSIONS_ACCEPTED=       16 15 14 13
 
 # 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.4 pkgsrc/databases/postgresql-redislog/Makefile:1.5
--- pkgsrc/databases/postgresql-redislog/Makefile:1.4   Mon Feb  5 09:21:33 2024
+++ pkgsrc/databases/postgresql-redislog/Makefile       Sat Nov 30 16:06:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/02/05 09:21:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2024/11/30 16:06:17 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 12
+PGSQL_VERSIONS_ACCEPTED=       14 13
 
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index