summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-07-11 12:50:15 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-07-11 12:50:15 +0000
commit1ed682112d620e73d86309d9410ad7d86fce1927 (patch)
treef305e239b8b6add63deab5d40c41becfedac146c /graphics
parentFix crash of ovs-vswitchd with 'add-br' command. (diff)
graphics/mapnik: unbreak with boost 1.68
In file included from src/save_map.cpp:40: include/mapnik/image_filter.hpp:166:23: error: no member named 'bits32f' in namespace 'boost::gil' using boost::gil::bits32f; ~~~~~~~~~~~~^ include/mapnik/image_filter.hpp:168:5: error: unknown type name 'bits32f' bits32f out_value = ^ In file included from deps/agg/src/agg_pixfmt_rgba.cpp:7: deps/boost/gil/extension/toolbox/hsv.hpp:47:35: error: too few arguments provided to function-like macro invocation GIL_DEFINE_ALL_TYPEDEFS( 32f, hsv ) ^ /usr/local/include/boost/gil/typedefs.hpp:89:9: note: macro 'GIL_DEFINE_ALL_TYPEDEFS' defined here ^ PR: 229569
Notes
Notes: svn path=/head/; revision=474442
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mapnik/Makefile1
-rw-r--r--graphics/mapnik/distinfo2
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index 445171508936..67a810e28e5d 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/
PATCH_SITES= https://github.com/mapnik/mapnik/commit/
PATCHFILES= 1ddfe6c31548.patch:-p1
+PATCHFILES+= f554d4fb59f8.patch:-p1
MAINTAINER= littlesavage@rambler.ru
COMMENT= Free Toolkit For Developing Mapping Applications
diff --git a/graphics/mapnik/distinfo b/graphics/mapnik/distinfo
index f503729d2fa0..d1052f4b7118 100644
--- a/graphics/mapnik/distinfo
+++ b/graphics/mapnik/distinfo
@@ -3,3 +3,5 @@ SHA256 (mapnik-v3.0.9.tar.bz2) = 3a3f67532b05f8a527a5bab32effd7dd5aa59165c7e2450
SIZE (mapnik-v3.0.9.tar.bz2) = 75213927
SHA256 (1ddfe6c31548.patch) = fab754996485dc607108a4fd69d0df82414928eb5a210b329a84f47e90da0c8a
SIZE (1ddfe6c31548.patch) = 2148
+SHA256 (f554d4fb59f8.patch) = 3f8c63d20eabd185297c6bf5fdba665a96c3974d71fe6f86494c98178d1e778d
+SIZE (f554d4fb59f8.patch) = 6733