Date: Wed, 11 Jul 2018 12:50:16 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474442 - head/graphics/mapnik Message-ID: <201807111250.w6BCoGhG090197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jul 11 12:50:15 2018 New Revision: 474442 URL: https://svnweb.freebsd.org/changeset/ports/474442 Log: 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 Modified: head/graphics/mapnik/Makefile (contents, props changed) head/graphics/mapnik/distinfo (contents, props changed) Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Wed Jul 11 12:42:02 2018 (r474441) +++ head/graphics/mapnik/Makefile Wed Jul 11 12:50:15 2018 (r474442) @@ -10,6 +10,7 @@ MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${P 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 Modified: head/graphics/mapnik/distinfo ============================================================================== --- head/graphics/mapnik/distinfo Wed Jul 11 12:42:02 2018 (r474441) +++ head/graphics/mapnik/distinfo Wed Jul 11 12:50:15 2018 (r474442) @@ -3,3 +3,5 @@ SHA256 (mapnik-v3.0.9.tar.bz2) = 3a3f67532b05f8a527a5b SIZE (mapnik-v3.0.9.tar.bz2) = 75213927 SHA256 (1ddfe6c31548.patch) = fab754996485dc607108a4fd69d0df82414928eb5a210b329a84f47e90da0c8a SIZE (1ddfe6c31548.patch) = 2148 +SHA256 (f554d4fb59f8.patch) = 3f8c63d20eabd185297c6bf5fdba665a96c3974d71fe6f86494c98178d1e778d +SIZE (f554d4fb59f8.patch) = 6733
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807111250.w6BCoGhG090197>