mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Add missing LIB_DEPENDS via WANT_PGSQL=lib
- Enable RASTER by default - Fix PLIST - Bump PORTREVISION for package change ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/pgsql2shp is linked to /usr/local/lib/libpq.so.5 from databases/postgresql96-client but it is not declared as a dependency Warning: you need USES+=pgsql
This commit is contained in:
parent
0c27072dbd
commit
6f3b96bfe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428183
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= postgis
|
||||
PORTVERSION= 2.0.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://download.osgeo.org/postgis/source/
|
||||
PKGNAMESUFFIX= 20
|
||||
@ -20,7 +20,7 @@ LIB_DEPENDS= libgeos.so:graphics/geos \
|
||||
CONFLICTS_INSTALL= postgis- postgis22- postgis23-
|
||||
|
||||
OPTIONS_DEFINE= LOADERGUI NLS RASTER TOPOLOGY
|
||||
OPTIONS_DEFAULT=TOPOLOGY
|
||||
OPTIONS_DEFAULT=RASTER TOPOLOGY
|
||||
OPTIONS_SUB= yes
|
||||
LOADERGUI_DESC= Enable shp2pgsql-gui
|
||||
RASTER_DESC= Raster support
|
||||
@ -39,7 +39,7 @@ USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
USES= gmake iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix
|
||||
WANT_PGSQL= server
|
||||
WANT_PGSQL= lib server
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
|
@ -95,6 +95,9 @@ share/postgresql/contrib/postgis-2.0/postgis_restore.pl
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.0.1--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.0.2--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.0.3--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.0.4--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.0.5--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.0.6--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology.control
|
||||
@ -106,4 +109,7 @@ share/postgresql/contrib/postgis-2.0/postgis_restore.pl
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology--2.0.1--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology--2.0.2--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology--2.0.3--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology--2.0.4--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology--2.0.5--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology--2.0.6--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql
|
||||
|
Loading…
x
Reference in New Issue
Block a user