svn commit: r365603 - in head/databases/postgis21: . files
John Marino
marino at FreeBSD.org
Thu Aug 21 23:37:09 UTC 2014
Author: marino
Date: Thu Aug 21 23:37:08 2014
New Revision: 365603
URL: http://svnweb.freebsd.org/changeset/ports/365603
QAT: https://qat.redports.org/buildarchive/r365603/
Log:
databases/postgis21: Restore build of non-default raster option
Upstream made a change to support Debian's kFreeBSD and broke FreeBSD
in the process.
PR: 192840
patch by: Robert Kruus
staging: marino
Added:
head/databases/postgis21/files/patch-raster_rt__core_rt__api.h (contents, props changed)
Modified:
head/databases/postgis21/Makefile
head/databases/postgis21/pkg-plist
Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile Thu Aug 21 23:25:41 2014 (r365602)
+++ head/databases/postgis21/Makefile Thu Aug 21 23:37:08 2014 (r365603)
@@ -2,6 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= http://download.osgeo.org/postgis/source/
Added: head/databases/postgis21/files/patch-raster_rt__core_rt__api.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/postgis21/files/patch-raster_rt__core_rt__api.h Thu Aug 21 23:37:08 2014 (r365603)
@@ -0,0 +1,11 @@
+--- raster/rt_core/rt_api.h.orig 2014-05-04 17:15:13 UTC
++++ raster/rt_core/rt_api.h
+@@ -42,7 +42,7 @@
+ #endif
+
+
+-#if defined(__FreeBSD_kernel__) || defined(__OpenBSD__) /* seems to work like Linux... */
++#if defined(__FreeBSD__) || defined(__DragonFly__) /* seems to work like Linux... */
+ #if !defined(LINUX)
+ #define LINUX
+ #endif
Modified: head/databases/postgis21/pkg-plist
==============================================================================
--- head/databases/postgis21/pkg-plist Thu Aug 21 23:25:41 2014 (r365602)
+++ head/databases/postgis21/pkg-plist Thu Aug 21 23:37:08 2014 (r365603)
@@ -104,6 +104,10 @@ share/postgresql/contrib/postgis-2.1/uni
%%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.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--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql
@@ -117,6 +121,10 @@ share/postgresql/contrib/postgis-2.1/uni
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.2--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.3--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.4--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.5--%%PORTVERSION%%.sql
+%%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--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql
@@ -130,6 +138,10 @@ share/postgresql/contrib/postgis-2.1/uni
%%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.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--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql
More information about the svn-ports-all
mailing list