Author: wiget Date: Thu Jun 16 19:09:33 2011 GMT Module: packages Tag: HEAD ---- Log message: - force boost filesystem v2 - rel. 3
---- Files affected: packages/mapnik: mapnik.spec (1.9 -> 1.10) , boost-filesystem.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/mapnik/mapnik.spec diff -u packages/mapnik/mapnik.spec:1.9 packages/mapnik/mapnik.spec:1.10 --- packages/mapnik/mapnik.spec:1.9 Fri Jul 9 13:19:33 2010 +++ packages/mapnik/mapnik.spec Thu Jun 16 21:09:28 2011 @@ -3,12 +3,13 @@ Summary: Toolkit for developing GIS (Geographic Information Systems) applications Name: mapnik Version: 0.7.1 -Release: 2 +Release: 3 License: LGPL v2.1 Group: Applications Source0: http://download.berlios.de/mapnik/%{name}-%{version}.tar.bz2 # Source0-md5: 8f65fda2a792518d6f6be8a85f62fc73 Patch0: %{name}-boost_lib_names.patch +Patch1: boost-filesystem.patch URL: http://mapnik.org/ BuildRequires: boost-devel BuildRequires: boost-python-devel @@ -81,6 +82,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %scons \ @@ -138,6 +140,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2011/06/16 19:09:28 wiget +- force boost filesystem v2 +- rel. 3 + Revision 1.9 2010/07/09 11:19:33 arekm - release 2 ================================================================ Index: packages/mapnik/boost-filesystem.patch diff -u /dev/null packages/mapnik/boost-filesystem.patch:1.1 --- /dev/null Thu Jun 16 21:09:33 2011 +++ packages/mapnik/boost-filesystem.patch Thu Jun 16 21:09:28 2011 @@ -0,0 +1,11 @@ +--- mapnik-0.7.1/SConstruct.orig 2011-06-16 20:59:28.000000000 +0200 ++++ mapnik-0.7.1/SConstruct 2011-06-16 21:02:18.816618308 +0200 +@@ -1011,7 +1011,7 @@ if not preconfigured: + env.Append(CXXFLAGS = common_cxx_flags + '-O %s' % ndebug_flags) + else: + # Common flags for GCC. +- gcc_cxx_flags = '-ansi -Wall %s -ftemplate-depth-100 %s' % (pthread, common_cxx_flags) ++ gcc_cxx_flags = '-ansi -Wall %s -ftemplate-depth-100 -DBOOST_FILESYSTEM_VERSION=2 %s' % (pthread, common_cxx_flags) + + if env['DEBUG']: + env.Append(CXXFLAGS = gcc_cxx_flags + '-O0 -fno-inline %s' % debug_flags) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mapnik/mapnik.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
