aboutsummaryrefslogtreecommitdiff
path: root/ports/magnum-plugins
diff options
context:
space:
mode:
authorJonathan Hale <Squareys@googlemail.com>2021-09-02 22:24:33 +0200
committerGitHub <noreply@github.com>2021-09-02 13:24:33 -0700
commit8655bfd4b311df8dd853ca49969a9ecfac94ea91 (patch)
tree094312d9e50a82e7c7bce576aa13779936239995 /ports/magnum-plugins
parenta35b42633c56923608a4f7222d4aa7b996015bf2 (diff)
downloadvcpkg-8655bfd4b311df8dd853ca49969a9ecfac94ea91.tar.gz
vcpkg-8655bfd4b311df8dd853ca49969a9ecfac94ea91.zip
[corrade/magnum/-plugins] Fix build, minor cleanup and minor warning fix in vcpkg CMake scripts (#19435)
* [magnum/-plugins] Remove obsolete patches that no longer apply Signed-off-by: Squareys <squareys@googlemail.com> * [corrade] Make feature to flag translation consistent to fix warning Consistent with magnum & magnum-plugins Signed-off-by: Squareys <squareys@googlemail.com> * Fix warning message for dlls without matching pdbs always displayed Signed-off-by: Squareys <squareys@googlemail.com> * Fix the baseline version * Revert the changes in vcpkg_copy_pdbs.cmake Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/magnum-plugins')
-rw-r--r--ports/magnum-plugins/001-tools-path.patch26
-rw-r--r--ports/magnum-plugins/CONTROL2
-rw-r--r--ports/magnum-plugins/portfile.cmake1
3 files changed, 1 insertions, 28 deletions
diff --git a/ports/magnum-plugins/001-tools-path.patch b/ports/magnum-plugins/001-tools-path.patch
deleted file mode 100644
index 18a351c2e..000000000
--- a/ports/magnum-plugins/001-tools-path.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake
-index e63bc03..052006f 100644
---- a/modules/FindCorrade.cmake
-+++ b/modules/FindCorrade.cmake
-@@ -397,7 +397,7 @@ foreach(_component ${Corrade_FIND_COMPONENTS})
- if(_component MATCHES ${_CORRADE_EXECUTABLE_COMPONENTS})
- add_executable(Corrade::${_component} IMPORTED)
-
-- find_program(CORRADE_${_COMPONENT}_EXECUTABLE corrade-${_component})
-+ find_program(CORRADE_${_COMPONENT}_EXECUTABLE corrade-${_component} PATH_SUFFIXES corrade)
- mark_as_advanced(CORRADE_${_COMPONENT}_EXECUTABLE)
-
- if(CORRADE_${_COMPONENT}_EXECUTABLE)
-diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake
-index 8df555d..12f7aa4 100644
---- a/modules/FindMagnum.cmake
-+++ b/modules/FindMagnum.cmake
-@@ -493,7 +493,7 @@ foreach(_component ${Magnum_FIND_COMPONENTS})
- if(_component MATCHES ${_MAGNUM_EXECUTABLE_COMPONENTS})
- add_executable(Magnum::${_component} IMPORTED)
-
-- find_program(MAGNUM_${_COMPONENT}_EXECUTABLE magnum-${_component})
-+ find_program(MAGNUM_${_COMPONENT}_EXECUTABLE magnum-${_component} PATH_SUFFIXES magnum)
- mark_as_advanced(MAGNUM_${_COMPONENT}_EXECUTABLE)
-
- if(MAGNUM_${_COMPONENT}_EXECUTABLE)
diff --git a/ports/magnum-plugins/CONTROL b/ports/magnum-plugins/CONTROL
index bbec383e9..09eaab782 100644
--- a/ports/magnum-plugins/CONTROL
+++ b/ports/magnum-plugins/CONTROL
@@ -1,6 +1,6 @@
Source: magnum-plugins
Version: 2020.06
-Port-Version: 5
+Port-Version: 6
Build-Depends: magnum[core]
Description: Plugins for magnum, C++11/C++14 graphics middleware for games and data visualization
Homepage: https://magnum.graphics/
diff --git a/ports/magnum-plugins/portfile.cmake b/ports/magnum-plugins/portfile.cmake
index f1c27750e..b3ed961df 100644
--- a/ports/magnum-plugins/portfile.cmake
+++ b/ports/magnum-plugins/portfile.cmake
@@ -5,7 +5,6 @@ vcpkg_from_github(
SHA512 3c11c2928bfc9d04c1ad64f72b6ffac6cf80a1ef3aacc5d0486b9ad955cf4f6ea6d5dcb3846dc5d73f64ec522a015eafb997f62c79ad7ff91169702341f23af0
HEAD_REF master
PATCHES
- 001-tools-path.patch
002-fix-stb-conflict.patch
)