Skip to content

Commit

Permalink
[mapnik] update to latest commit (#21421)
Browse files Browse the repository at this point in the history
* update mapnik

* remove old vars

* version

* fix

* version

* update

* version

* update

* version

* arg hash

* version
  • Loading branch information
mathisloge authored Nov 17, 2021
1 parent ba64748 commit 0e41598
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 30 deletions.
21 changes: 0 additions & 21 deletions ports/mapnik/cairo-find-fix.patch

This file was deleted.

10 changes: 3 additions & 7 deletions ports/mapnik/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mapnik/mapnik
REF 4695c42b51bc633e10b15c30ba580093ca0dda4f
SHA512 c0e6c77b6c859ac03a2169d8f71ee2d68e6b76dd0295a0656f278f31ccf531b02f2a5bc5cce7e78177872fba2e5dda95dc00685d6157043fa3a246a072ab7075
REF 14f913d6ab3b0903dd36a1cb2d22f7d5493b8bb8
SHA512 f90762594d46946ddc512bb19b21c4d6a2f1ce81b7500a326ad512fae3a3f77e49ef3eb727ff8f98a31596e4132528212e0fa146e2eee0a9965a16551cfd0386
HEAD_REF master
PATCHES
cairo-find-fix.patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down Expand Up @@ -47,10 +45,8 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${FEATURE_OPTIONS}
-DCOPY_LIBRARIES_FOR_EXECUTABLES=OFF
-DCOPY_FONTS_AND_PLUGINS_FOR_EXECUTABLES=OFF
-DINSTALL_DEPENDENCIES=OFF
-DBUILD_TEST=OFF
-DBUILD_TESTING=OFF
-DBUILD_BENCHMARK=OFF
-DBUILD_DEMO_CPP=OFF
-DUSE_EXTERNAL_MAPBOX_GEOMETRY=ON
Expand Down
2 changes: 1 addition & 1 deletion ports/mapnik/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapnik",
"version-date": "2021-10-18",
"version-date": "2021-11-15",
"description": "Mapnik is an open source toolkit for developing mapping applications.",
"homepage": "https://github.com/mapnik/mapnik",
"supports": "!(static & windows)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4245,7 +4245,7 @@
"port-version": 0
},
"mapnik": {
"baseline": "2021-10-18",
"baseline": "2021-11-15",
"port-version": 0
},
"marble": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mapnik.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d1ae6b45aea26d1bbed2716beaaaeaf3719fbefa",
"version-date": "2021-11-15",
"port-version": 0
},
{
"git-tree": "1702be859d2d61c42ba67c3d4e2c474db6a2d874",
"version-date": "2021-10-18",
Expand Down

0 comments on commit 0e41598

Please sign in to comment.