20 Commits

Author SHA1 Message Date
ajacoutot
3efa0298a0 Use the devel/gettext module.
ok landry@ (maintainer)
2014-03-31 07:33:12 +00:00
landry
33521e598d Pass ${X11BASE}/include/freetype2 via PNG_INCLUDES, because scons is too
scary. Fixes build with newer freetype.
2014-01-10 19:36:18 +00:00
espie
63af8209a6 something picks up ansidecl.h and won't let go.
scons: *** [src/libxml2_loader.os] Implicit dependency `/usr/local/include/ansidecl.h' not found, needed by target `src/libxml2_loader.os'.
scons: building terminated because of errors.
2013-12-01 12:30:56 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
landry
5be997cf5e Fix build on 32-bits archs. One of the python tests still does an abort
trap, but at least this packages now, tested on i386 & powerpc. To be
refined...
2013-07-15 17:09:16 +00:00
landry
47e2e40500 Update to mapnik 2.2.0.
Fix depends, remove cairomm/libtool,-ltdl & agg. Mapnik uses its own
internal agg fork now. Fix WANTLIB while here, and ensure dependency on
png 1.6, otherwise build breaks horribly.
Force the dependency on scons 2.3.0, newer mapnik switched from CXXFLAGS
to CPPDEFINES, and with previous scons this produces broken build flags like
-DHAVE_JPEG-DMAPNIK_USE_PROJ4-DHAVE_PNG-DHAVE_TIFF-DBIGINT-DOPENBSD-DMAPNIK_THREADSAFE
in turn producing broken builds.
Add a warning about the 'dangerous' regress tests.
2013-07-06 11:19:48 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
rpe
abb7d973b9 bump REVISION and regen WANTLIB after switching to gettext MODULE
ok sthen@
2013-05-20 14:51:42 +00:00
sthen
09c99066f4 use gettext MODULE 2013-05-16 17:20:12 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
ajacoutot
ae5fbe63d8 Bump after libsigc++-2 -docs => -main merge. 2013-01-11 13:44:24 +00:00
landry
f0f73e7851 Unbreak by not calling ldconfig during fake (whooo, oneliner fix!) 2012-05-05 07:05:16 +00:00
naddy
828d5ae92c mark as BROKEN; it resets the ld.so search path in fake 2012-05-05 01:16:44 +00:00
landry
f75f2cdf77 Update to mapnik 2.0.1
- enable sqlite input plugin
- enable regress tests
- fix WANTLIB
- now scons doesn't rebuild mapnik during make fake ! Hint :
http://wiki.gentoo.org/wiki/SCons#Why_you_should_NOT_use_SCons_in_your_project
2012-05-03 08:48:26 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
naddy
eed7c62887 Fix build with png-1.5.
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
ajacoutot
fbdfa57679 landry, stop adding your build logs in the ports tree ;) 2011-05-13 14:58:36 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
landry
83a97cafc0 Import mapnik 0.7.1:
Mapnik is an OpenSource C++/Python toolkit for developing GIS
(Geographic Information Systems) applications. At the core is a C++
shared library providing algorithms/patterns for spatial data access
and visualization.
Essentially a collection of geographic objects (map, layer,
datasource, feature, geometry), the library doesn't rely on
"windowing systems" and can be deployed in any server environment.
It is intended to play fair in a multi-threaded environment and is
aimed primarily, but not exclusively, at web-based development.

ok ajacoutot@
2010-10-24 22:40:54 +00:00