aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorWolfgang Stöggl <c72578@yahoo.de>2020-11-04 08:14:33 +0100
committerGitHub <noreply@github.com>2020-11-03 23:14:33 -0800
commit78ce9413a8cd7df0bac034832c4bbe6b09a28c9b (patch)
tree2b20c5b67fcd826a5e0212b5420482f91fbbfd7c /ports
parent74ae197d7b333d9e2c19a058f3c88aabffdfdff4 (diff)
downloadvcpkg-78ce9413a8cd7df0bac034832c4bbe6b09a28c9b.tar.gz
vcpkg-78ce9413a8cd7df0bac034832c4bbe6b09a28c9b.zip
[tool-meson] Update to 0.56.0 (#14344)
Diffstat (limited to 'ports')
-rw-r--r--ports/libepoxy/CONTROL2
-rw-r--r--ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch11
-rw-r--r--ports/libepoxy/portfile.cmake1
-rw-r--r--ports/tool-meson/CONTROL2
4 files changed, 14 insertions, 2 deletions
diff --git a/ports/libepoxy/CONTROL b/ports/libepoxy/CONTROL
index 93d1aede7..1ef7749eb 100644
--- a/ports/libepoxy/CONTROL
+++ b/ports/libepoxy/CONTROL
@@ -1,6 +1,6 @@
Source: libepoxy
Version: 1.5.4
-Port-Version: 1
+Port-Version: 2
Homepage: https://github.com/anholt/libepoxy
Description: Epoxy is a library for handling OpenGL function pointer management for you
Build-Depends: tool-meson
diff --git a/ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch b/ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch
new file mode 100644
index 000000000..850bbe01b
--- /dev/null
+++ b/ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch
@@ -0,0 +1,11 @@
+--- a/meson.build 2019-11-06 00:08:06.000000000 +0100
++++ b/meson.build 2020-11-03 20:02:08.201459200 +0100
+@@ -1,7 +1,7 @@
+ project('libepoxy', 'c', version: '1.5.4',
+ default_options: [
+ 'buildtype=debugoptimized',
+- 'c_std=gnu99',
++ 'c_std=c99',
+ 'warning_level=1',
+ ],
+ license: 'MIT',
diff --git a/ports/libepoxy/portfile.cmake b/ports/libepoxy/portfile.cmake
index caaa02ab2..07f81a7b7 100644
--- a/ports/libepoxy/portfile.cmake
+++ b/ports/libepoxy/portfile.cmake
@@ -9,6 +9,7 @@ vcpkg_from_github(
PATCHES
# https://github.com/anholt/libepoxy/pull/220
libepoxy-1.5.4_Add_call_convention_to_mock_function.patch
+ libepoxy-1.5.4_meson_c_std.patch
)
if (VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_OSX)
diff --git a/ports/tool-meson/CONTROL b/ports/tool-meson/CONTROL
index 2d387c9b2..9eb6d800b 100644
--- a/ports/tool-meson/CONTROL
+++ b/ports/tool-meson/CONTROL
@@ -1,4 +1,4 @@
Source: tool-meson
-Version: 0.55.3
+Version: 0.56.0
Homepage: https://github.com/mesonbuild/meson
Description: Meson build system