Skip to content

Commit

Permalink
vcpkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed May 3, 2024
1 parent 05437f7 commit 54471b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/vcpkg
Submodule vcpkg updated 71 files
+1 −0 .gitattributes
+24 −24 .github/workflows/bootstrap-linux.yml
+1 −1 ports/gdal/CONTROL
+3 −2 ports/gdal/portfile.cmake
+3 −3 ports/geos/CONTROL
+41 −40 ports/geos/portfile.cmake
+215 −194 ports/libjpeg-turbo/add-options-for-exes-docs-headers.patch
+1 −1 ports/libjpeg-turbo/portfile.cmake
+38 −38 ports/libjpeg-turbo/vcpkg-cmake-wrapper.cmake
+1 −2 ports/libjpeg-turbo/vcpkg.json
+13 −13 ports/libjpeg-turbo/workaround_cmake_system_processor.patch
+16 −0 ports/libpq/android/unversioned_so.patch
+25 −25 ports/libpq/libpq.props.in
+4 −4 ports/libpq/portfile.cmake
+10 −10 ports/libpq/unix/fix-configure.patch
+13 −3 ports/libpq/unix/python.patch
+4 −4 ports/libpq/usage
+72 −72 ports/libpq/vcpkg-cmake-wrapper.cmake
+31 −31 ports/libpq/vcpkg-libs.props.in
+4 −3 ports/libpq/vcpkg.json
+46 −76 ports/libpq/windows/msbuild.patch
+0 −17 ports/libpq/windows/python_lib.patch
+22 −23 ports/libpq/windows/win_bison_flex.patch
+1 −1 ports/libspatialite/CONTROL
+0 −183 ports/libxml2/CMakeLists.txt
+0 −56 ports/libxml2/config.linux.h
+0 −54 ports/libxml2/config.osx.h
+20 −0 ports/libxml2/disable-docs.patch
+119 −0 ports/libxml2/fix_cmakelist.patch
+73 −34 ports/libxml2/portfile.cmake
+0 −4 ports/libxml2/rcVersion.h.in
+1 −2 ports/libxml2/usage
+3 −33 ports/libxml2/vcpkg-cmake-wrapper.cmake
+56 −6 ports/libxml2/vcpkg.json
+52 −0 ports/openssl/cmake-config.patch
+13 −0 ports/openssl/command-line-length.patch
+61 −20 ports/openssl/portfile.cmake
+22 −0 ports/openssl/script-prefix.patch
+0 −281 ports/openssl/unix/CMakeLists.txt
+20 −0 ports/openssl/unix/android-cc.patch
+31 −0 ports/openssl/unix/configure
+16 −0 ports/openssl/unix/move-openssldir.patch
+22 −0 ports/openssl/unix/no-empty-dirs.patch
+12 −0 ports/openssl/unix/no-static-libs-for-shared.patch
+140 −17 ports/openssl/unix/portfile.cmake
+7 −7 ports/openssl/unix/remove-deps.cmake
+5 −4 ports/openssl/usage
+0 −16 ports/openssl/uwp/make-openssl.bat
+0 −155 ports/openssl/uwp/portfile.cmake
+3 −3 ports/openssl/vcpkg-cmake-wrapper.cmake.in
+19 −4 ports/openssl/vcpkg.json
+0 −22 ports/openssl/windows/flags.patch
+13 −0 ports/openssl/windows/install-layout.patch
+46 −0 ports/openssl/windows/install-pdbs.patch
+118 −180 ports/openssl/windows/portfile.cmake
+0 −3 ports/shapelib/CONTROL
+0 −13 ports/shapelib/option-build-test.patch
+63 −35 ports/shapelib/portfile.cmake
+23 −0 ports/shapelib/vcpkg.json
+24 −24 ports/type-safe/portfile.cmake
+10 −10 ports/type-safe/vcpkg.json
+0 −3 ports/vc/CONTROL
+22 −0 ports/vc/correct_cmake_config_path.patch
+12 −25 ports/vc/portfile.cmake
+18 −0 ports/vc/vcpkg.json
+37 −9 triplets/toolchain-osx-appleclang.cmake
+0 −1 triplets/universal-osx.cmake
+1 −1 triplets/x64-linux-musl.cmake
+1 −2 triplets/x64-osx-10_15.cmake
+1 −2 triplets/x64-osx-gcc.cmake
+2 −2 triplets/x64-osx.cmake

0 comments on commit 54471b8

Please sign in to comment.