- Update to 5.6.3

- Fix the build with postgis support

PR:		ports/144985
Submitted by:	Julien Cigar <jcigar@ulb.ac.be>
This commit is contained in:
Wen Heping 2010-03-24 00:23:20 +00:00
parent 2cbc2089f8
commit fc1d8fe4c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251422
2 changed files with 6 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= mapserver
PORTVERSION= 5.6.1
PORTREVISION= 2
PORTVERSION= 5.6.3
CATEGORIES= graphics www geography
MASTER_SITES= http://download.osgeo.org/mapserver/
@ -30,7 +29,7 @@ OPTIONS= AGG "Support for AGG image rendering (req: FreeType)" off \
PDF "Support for PDF output via pdflib" off \
GDAL "Support for a number of input raster formats" off \
GEOS "Use GEOS engine where possible" off \
POSTGIS "Support for PostGIS" off \
POSTGIS "Support for PostGIS" on \
PHP "Support for MapScript/PHP" off \
PERL "Support for MapScript/PERL" off \
WMS "Support for web map service server and client" off \
@ -88,7 +87,7 @@ CONFIGURE_ARGS+= --with-geos=${LOCALBASE}/bin/geos-config
.endif
.if defined(WITH_POSTGIS)
USE_PGSQL= YES
BUILD_DEPENDS+= ${LOCALBASE}/lib/libpgport.a:${PORTSDIR}/databases/postgresql82-server
CONFIGURE_ARGS+= --with-postgis=${LOCALBASE}/bin/pg_config
.endif

View File

@ -1,3 +1,3 @@
MD5 (mapserver-5.6.1.tar.gz) = 7eca7a1b71d62ad0eee5893df46ec10f
SHA256 (mapserver-5.6.1.tar.gz) = ad356e247a54c7daa1130bb2e3d116c7979cdf77554391414d41c88c649dad87
SIZE (mapserver-5.6.1.tar.gz) = 2308608
MD5 (mapserver-5.6.3.tar.gz) = 5d7706c49ad4cbd5e06ac1ceb09e0b40
SHA256 (mapserver-5.6.3.tar.gz) = 77359fc9d2671ad519ff704513fe17bc4039f331b9dc973c92f63ebd390d7656
SIZE (mapserver-5.6.3.tar.gz) = 2310302