Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2015 19:21:01 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382941 - head/databases/postgis21
Message-ID:  <201504011921.t31JL1An050952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Apr  1 19:21:00 2015
New Revision: 382941
URL: https://svnweb.freebsd.org/changeset/ports/382941

Log:
  databases/postgis21: Fix pkg-plist with RASTER option, DF support
  
  PostGIS wouldn't build on DragonFly if the RASTER option was selected.
  The fix is simple, set USES+= alias.  While here, fix the check pkg-plist
  failure seen when RASTER OPTION set.  No revbump because RASTER is not
  a default option, so no change to default package list.
  
  Approved by:	Just fix it

Modified:
  head/databases/postgis21/Makefile
  head/databases/postgis21/pkg-plist

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile	Wed Apr  1 19:15:54 2015	(r382940)
+++ head/databases/postgis21/Makefile	Wed Apr  1 19:21:00 2015	(r382941)
@@ -36,6 +36,7 @@ TOPOLOGY_DESC=	Topology support
 SFCGAL_DESC=	Enable sfcgal
 LOADERGUI_CONFIGURE_WITH=	gui
 LOADERGUI_USE=	GNOME=gtk20
+RASTER_USES=	alias
 RASTER_CONFIGURE_WITH=	raster
 RASTER_LIB_DEPENDS=		libgdal.so:${PORTSDIR}/graphics/gdal
 RASTER_CONFIGURE_ON=	--with-gdalconfig=${LOCALBASE}/bin/gdal-config

Modified: head/databases/postgis21/pkg-plist
==============================================================================
--- head/databases/postgis21/pkg-plist	Wed Apr  1 19:15:54 2015	(r382940)
+++ head/databases/postgis21/pkg-plist	Wed Apr  1 19:21:00 2015	(r382941)
@@ -108,6 +108,8 @@ share/postgresql/contrib/postgis-2.1/uni
 %%RASTER%%share/postgresql/extension/postgis--2.1.0--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--2.1.1--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--2.1.2--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.1.3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.1.4--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%next.sql
 %%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql
@@ -125,6 +127,8 @@ share/postgresql/contrib/postgis-2.1/uni
 %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.1--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.2--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.4--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql
 %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql
@@ -142,6 +146,8 @@ share/postgresql/contrib/postgis-2.1/uni
 %%RASTER%%share/postgresql/extension/postgis_topology--2.1.0--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--2.1.1--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--2.1.2--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.1.3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.1.4--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504011921.t31JL1An050952>