summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2013-11-03 20:06:09 +0100
committer Robby Workman2013-11-03 21:05:25 +0100
commit9267c8cabf3297e44447ae9de0553f6d16b2196f (patch)
treec6242914c2946924291b22e2ad294618b365965b /system
parent29c1611a3b4fdc40c589ac02eb1ac76e358e4fb5 (diff)
downloadslackbuilds-9267c8cabf3297e44447ae9de0553f6d16b2196f.tar.gz
system/postgis: Updated for version 2.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/postgis/README10
-rw-r--r--system/postgis/postgis.SlackBuild8
-rw-r--r--system/postgis/postgis.info6
3 files changed, 4 insertions, 20 deletions
diff --git a/system/postgis/README b/system/postgis/README
index 0a7af70ec1..688e71684d 100644
--- a/system/postgis/README
+++ b/system/postgis/README
@@ -4,15 +4,5 @@ enables" the PostgreSQL server, allowing it to be used as a
backend spatial database for geographic information systems
(GIS).
-To disable raster support and eliminate the gdal dependency,
-set RASTER=no. If you choose this path, be aware that
-postgis will still need the two dependencies that gdal
-relies on, proj and geos.
-
To disable the GTK-based graphical interface for shp2pgsql,
set GUI=no.
-
-This SlackBuild does not build the PostGIS JDBC driver since
-the build requires Apache Maven to download dependencies at
-build time. The optional dependencies needed to build the
-driver are: apache-ant, apache-maven, and postgres-jdbc.
diff --git a/system/postgis/postgis.SlackBuild b/system/postgis/postgis.SlackBuild
index 109996dacb..019b17dd22 100644
--- a/system/postgis/postgis.SlackBuild
+++ b/system/postgis/postgis.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis
-VERSION=${VERSION:-2.0.3}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -41,13 +41,8 @@ CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-RASTER=${RASTER:-yes}
GUI=${GUI:-yes}
-if [ "$RASTER" = "no" ] ; then
- RASTER_EXTENSION="--without-raster"
-fi
-
if [ "$GUI" = "yes" ] ; then
SHP2PGSQL_GUI="--with-gui"
fi
@@ -90,7 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \
--datarootdir=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- $RASTER_EXTENSION \
$SHP2PGSQL_GUI \
--build=$ARCH-slackware-linux
diff --git a/system/postgis/postgis.info b/system/postgis/postgis.info
index e83f384201..796265769c 100644
--- a/system/postgis/postgis.info
+++ b/system/postgis/postgis.info
@@ -1,8 +1,8 @@
PRGNAM="postgis"
-VERSION="2.0.3"
+VERSION="2.1.0"
HOMEPAGE="http://postgis.org"
-DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz"
-MD5SUM="23dce6a04992d5fdd07593b6bccf3a7d"
+DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.1.0.tar.gz"
+MD5SUM="adb82dca6e173451d0a4a39d7ddc9a2c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal json-c postgresql"