Sat May 16 11:08:59 2020 UTC ()
databases/postgresql-postgis2: remove outdated PGSQL_VERSIONS_ACCEPTED

This should have been PGSQL_VERSIONS_INCOMPATIBLE from the beginning, as
the comment above that line clearly said.


(rillig)
diff -r1.73 -r1.74 pkgsrc/databases/postgresql-postgis2/Makefile

cvs diff -r1.73 -r1.74 pkgsrc/databases/postgresql-postgis2/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql-postgis2/Makefile 2020/05/06 14:04:24 1.73
+++ pkgsrc/databases/postgresql-postgis2/Makefile 2020/05/16 11:08:59 1.74
@@ -1,31 +1,28 @@ @@ -1,31 +1,28 @@
1# $NetBSD: Makefile,v 1.73 2020/05/06 14:04:24 adam Exp $ 1# $NetBSD: Makefile,v 1.74 2020/05/16 11:08:59 rillig Exp $
2 2
3MAJOR= 2.5 3MAJOR= 2.5
4DISTNAME= postgis-${MAJOR}.3 4DISTNAME= postgis-${MAJOR}.3
5PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 5PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
6PKGREVISION= 9 6PKGREVISION= 9
7CATEGORIES= databases geography 7CATEGORIES= databases geography
8MASTER_SITES= https://download.osgeo.org/postgis/source/ 8MASTER_SITES= https://download.osgeo.org/postgis/source/
9 9
10MAINTAINER= gdt@NetBSD.org 10MAINTAINER= gdt@NetBSD.org
11HOMEPAGE= https://postgis.net/ 11HOMEPAGE= https://postgis.net/
12COMMENT= Spatial database capabilities for PostgreSQL 12COMMENT= Spatial database capabilities for PostgreSQL
13 13
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16# Needs 9.4 or higher 
17PGSQL_VERSIONS_ACCEPTED= 10 96 95 94 
18 
19DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server 16DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
20BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 17BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
21 18
22CONFLICTS= postgis-[0-9]* 19CONFLICTS= postgis-[0-9]*
23 20
24# TODO section 21# TODO section
25# 1. Fix installation use of "install -o root" from pgxs.mk, when postgresql 22# 1. Fix installation use of "install -o root" from pgxs.mk, when postgresql
26# was built as root and postgis is built/installed as a non-root user. 23# was built as root and postgis is built/installed as a non-root user.
27# https://lists.osgeo.org/pipermail/postgis-devel/2015-July/025045.html 24# https://lists.osgeo.org/pipermail/postgis-devel/2015-July/025045.html
28# 2. Recheck and fix or file upstream about MAKE_JOBS_SAFE. 25# 2. Recheck and fix or file upstream about MAKE_JOBS_SAFE.
29# 3. Check 2nd make, and file bug about anything that happens. Check xsltproc 26# 3. Check 2nd make, and file bug about anything that happens. Check xsltproc
30# in particular. 27# in particular.
31 28