Sun Mar 13 21:40:22 2016 UTC ()
Enable postgresql-postgis2 for PostgreSQL 9.5


(fhajny)
diff -r1.16 -r1.17 pkgsrc/databases/postgresql-postgis2/Makefile

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

--- pkgsrc/databases/postgresql-postgis2/Makefile 2016/03/05 11:28:13 1.16
+++ pkgsrc/databases/postgresql-postgis2/Makefile 2016/03/13 21:40:22 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.16 2016/03/05 11:28:13 jperkin Exp $ 1# $NetBSD: Makefile,v 1.17 2016/03/13 21:40:22 fhajny Exp $
2 2
3DISTNAME= postgis-2.2.1 3DISTNAME= postgis-2.2.1
4PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 4PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= databases geography 6CATEGORIES= databases geography
7MASTER_SITES= http://download.osgeo.org/postgis/source/ 7MASTER_SITES= http://download.osgeo.org/postgis/source/
8 8
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://postgis.net/ 10HOMEPAGE= http://postgis.net/
11COMMENT= Spatial database capabilities for PostgreSQL 11COMMENT= Spatial database capabilities for PostgreSQL
12 12
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
@@ -18,27 +18,27 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../. @@ -18,27 +18,27 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../.
18CONFLICTS= postgis-[0-9]* 18CONFLICTS= postgis-[0-9]*
19 19
20# TODO section 20# TODO section
21# 1. File ticket upstream about make->$(MAKE) in doc/html/image_src/Makefile. 21# 1. File ticket upstream about make->$(MAKE) in doc/html/image_src/Makefile.
22# 2. Update to upstream with fixes for: 22# 2. Update to upstream with fixes for:
23# http://trac.osgeo.org/postgis/ticket/2909 23# http://trac.osgeo.org/postgis/ticket/2909
24# 3. Fix installation use of "install -o root" from pgxs.mk, when postgresql 24# 3. Fix installation use of "install -o root" from pgxs.mk, when postgresql
25# was built as root and postgis is built/installed as a non-root user. 25# was built as root and postgis is built/installed as a non-root user.
26# https://lists.osgeo.org/pipermail/postgis-devel/2015-July/025045.html 26# https://lists.osgeo.org/pipermail/postgis-devel/2015-July/025045.html
27 27
28# gmake complains about adding + to parent rule 28# gmake complains about adding + to parent rule
29MAKE_JOBS_SAFE= no 29MAKE_JOBS_SAFE= no
30 30
31PGSQL_VERSIONS_ACCEPTED= 94 93 92 91 31PGSQL_VERSIONS_ACCEPTED= 95 94 93 92 91
32 32
33USE_GCC_RUNTIME= yes 33USE_GCC_RUNTIME= yes
34USE_LANGUAGES= c c++ c99 34USE_LANGUAGES= c c++ c99
35USE_LIBTOOL= yes 35USE_LIBTOOL= yes
36USE_TOOLS+= gmake lex pax perl 36USE_TOOLS+= gmake lex pax perl
37GNU_CONFIGURE= yes 37GNU_CONFIGURE= yes
38CONFIGURE_ARGS+= --enable-rpath 38CONFIGURE_ARGS+= --enable-rpath
39CONFIGURE_ARGS+= --datadir=${PREFIX}/share/postgresql/contrib 39CONFIGURE_ARGS+= --datadir=${PREFIX}/share/postgresql/contrib
40 40
41# The address standardizer needs more modules; see 41# The address standardizer needs more modules; see
42# share/doc/postgresql/extension/README.address_standardizer 42# share/doc/postgresql/extension/README.address_standardizer
43# for details. Until they are required, disable it to ensure 43# for details. Until they are required, disable it to ensure
44# repeatable builds. 44# repeatable builds.