FreeBSD Bugzilla – Attachment 116465 Details for
Bug 158412
[PATCH] graphics/mapnik: fix fetch add more options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mapnik-0.7.1_1.patch
mapnik-0.7.1_1.patch (text/plain), 3.08 KB, created by
Dmitry Marakasov
on 2011-06-29 02:40:07 UTC
(
hide
)
Description:
mapnik-0.7.1_1.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2011-06-29 02:40:07 UTC
Size:
3.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/mapnik/Makefile,v >retrieving revision 1.17 >diff -u -u -r1.17 Makefile >--- Makefile 24 May 2011 23:53:38 -0000 1.17 >+++ Makefile 29 Jun 2011 00:01:18 -0000 >@@ -7,8 +7,9 @@ > > PORTNAME= mapnik > PORTVERSION= 0.7.1 >+PORTREVISION= 1 > CATEGORIES= graphics geography >-MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/ >+MASTER_SITES= BERLIOS > > MAINTAINER= wenheping@gmail.com > COMMENT= A Free Toolkit For Developing Mapping Applications >@@ -28,16 +29,23 @@ > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USE_PGSQL= yes > USE_BZIP2= yes > USE_PYTHON= 2.5+ > USE_LDCONFIG= yes > USE_SCONS= yes > USE_AUTOTOOLS= libltdl > USE_GNOME= pkgconfig libxml2 >+MAKE_JOBS_SAFE= yes > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >-OPTIONS= CAIRO "Enable cairo rendering" on >+INPUT_PLUGINS= raster shape >+ >+OPTIONS= CAIRO "Enable cairo rendering" on \ >+ POSTGIS "Postgis input plugin" on \ >+ GDAL "gdal input plugin" off \ >+ OGR "ogr input plugin" off \ >+ SQLITE "SQLite input plugin" off \ >+ OSM "OSM input plugin" off > > .include <bsd.port.options.mk> > >@@ -49,10 +57,52 @@ > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.2:${PORTSDIR}/graphics/py-cairo > .endif > >+.if !defined(WITHOUT_POSTGIS) >+INPUT_PLUGINS+= postgis >+USE_PGSQL= yes >+PLIST_SUB+= POSTGIS="" >+.else >+PLIST_SUB+= POSTGIS="@comment " >+.endif >+ >+.if defined(WITH_GDAL) >+INPUT_PLUGINS+= gdal >+LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal >+PLIST_SUB+= GDAL="" >+.else >+PLIST_SUB+= GDAL="@comment " >+.endif >+ >+.if defined(WITH_OGR) >+INPUT_PLUGINS+= ogr >+LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal >+PLIST_SUB+= OGR="" >+.else >+PLIST_SUB+= OGR="@comment " >+.endif >+ >+.if defined(WITH_SQLITE) >+INPUT_PLUGINS+= sqlite >+LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 >+PLIST_SUB+= SQLITE="" >+.else >+PLIST_SUB+= SQLITE="@comment " >+.endif >+ >+.if defined(WITH_OSM) >+INPUT_PLUGINS+= osm >+LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl >+PLIST_SUB+= OSM="" >+.else >+PLIST_SUB+= OSM="@comment " >+.endif >+ >+SCONS_ENV+= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" >+ > .include <bsd.port.pre.mk> > > .if defined (MAKE_JOBS_NUMBER) >-SCONS_ARGS+= JOBS=${MAKE_JOBS_NUMBER} >+SCONS_ENV+= JOBS=${MAKE_JOBS_NUMBER} > .endif > > post-patch: >Index: pkg-plist >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/mapnik/pkg-plist,v >retrieving revision 1.4 >diff -u -u -r1.4 pkg-plist >--- pkg-plist 24 May 2011 23:53:38 -0000 1.4 >+++ pkg-plist 29 Jun 2011 00:01:18 -0000 >@@ -103,9 +103,13 @@ > include/mapnik/distance.hpp > lib/libmapnik.so > lib/libmapnik.so.0 >-lib/mapnik/input/postgis.input >+%%GDAL%%lib/mapnik/input/gdal.input >+%%OGR%%lib/mapnik/input/ogr.input >+%%OSM%%lib/mapnik/input/osm.input >+%%POSTGIS%%lib/mapnik/input/postgis.input > lib/mapnik/input/raster.input > lib/mapnik/input/shape.input >+%%SQLITE%%lib/mapnik/input/sqlite.input > lib/mapnik/fonts/unifont-5.1.20080907.ttf > lib/mapnik/fonts/DejaVuSerif-BoldItalic.ttf > lib/mapnik/fonts/DejaVuSerifCondensed-BoldItalic.ttf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 158412
: 116465