diff --git a/ports/libogg/portfile.cmake b/ports/libogg/portfile.cmake index be9f519a1dce9d..079aca00ea8cb7 100644 --- a/ports/libogg/portfile.cmake +++ b/ports/libogg/portfile.cmake @@ -14,9 +14,12 @@ endif() vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 #https://gitlab.xiph.org/xiph/ogg/-/issues/2304 -DINSTALL_DOCS=OFF -DINSTALL_PKG_CONFIG_MODULE=ON -DBUILD_TESTING=OFF + MAYBE_UNUSED_VARIABLES + CMAKE_POLICY_VERSION_MINIMUM ) vcpkg_cmake_install() diff --git a/ports/libogg/vcpkg.json b/ports/libogg/vcpkg.json index dba3d701fbc9ee..72011acb4e1236 100644 --- a/ports/libogg/vcpkg.json +++ b/ports/libogg/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libogg", "version": "1.3.5", - "port-version": 1, + "port-version": 2, "description": "Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.", "homepage": "https://www.xiph.org/ogg", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 49ac1161c681a0..b61ba845506db9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4942,7 +4942,7 @@ }, "libogg": { "baseline": "1.3.5", - "port-version": 1 + "port-version": 2 }, "libopenmpt": { "baseline": "0.7.13", diff --git a/versions/l-/libogg.json b/versions/l-/libogg.json index 164c84e05964a2..ade5c39a0a7c8f 100644 --- a/versions/l-/libogg.json +++ b/versions/l-/libogg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7de72b080f4e8596980840f33de0a62394d99e6b", + "version": "1.3.5", + "port-version": 2 + }, { "git-tree": "98e27727c32704393494d32615c25b7b16eb3067", "version": "1.3.5",