vcpkg/versions/o-/openni2.json
Billy O'Neal ae76307e4b
Audit use of TO_NATIVE_PATH. (#26201)
* Audit use of TO_NATIVE_PATH.

TO_NATIVE_PATH should only be used when (1) pasting a path into a command line, or (2) displaying a path to a user. It must not be used before calling other CMake operations like file(WRITE.

Fixes https://github.com/microsoft/vcpkg/issues/26178

ports/ffmpeg/portfile.cmake:
Both uses are being embedded into a command line 

ports/gdal/dependency_win.cmake
117: This used TO_NATIVE_PATH but didn't actually connect the result. It's going on a command line so TO_NATIVE_PATH is appropriate.
Drive by: Added quotes around other uses (all of which seem to be going to command lines).
202: ${EXPAT_LIBRARY_REL} ${ZLIB_LIBRARY_REL} don't seem to be set even though they are used; I think this is wrong but I don't know for sure that it is so I'm leaving it alone for now.

ports/msmpi/portfile.cmake
All 3 uses are being embedded into a command line 

ports/jemalloc/fix-utilities.patch
ports/libproxy/fix-dependency-libmodman.patch
ports/qtbase/env.patch
These are in upstream content / context so it is not edited.

ports/opengl/portfile.cmake
Broken! Drive by fixes:
* Modernized checking VCPKG_BUILD_TYPE
* Ordered things consistently to be release then debug.
* Removed funny newlines.

ports/openni2/portfile.cmake
Borderline OK; it goes into an MSBuild / vcxproj. I'm leaving it alone. Drive by fixes:
* Guarded debug-only copies for VCPKG_BUILD_TYPE
* Fixed supports expression

ports/openssl/unix/CMakeLists.txt:
Unused!

ports/pthreads/portfile.cmake:
Both uses are being embedded into a command line 

ports/qt5-base/cmake/qt_fix_makefile_install.cmake
I'm not sure if this one is OK but it's being embedded into a file so it's probably fine.

ports/qtapplicationmanager/portfile.cmake:
I'm pretty sure this one is wrong, but it's guarded by VCPKG_TARGET_IS_WINDOWS so the ability to create damage is limited.

ports/readosm/portfile.cmake:
The use is being embedded into a command line 

ports/spatialite-tools/portfile.cmake:
The use is being embedded into a command line 

ports/sqlcipher/portfile.cmake:
Both uses are being embedded into a command line 

scripts/ports.cmake:
Some uses were unused, others are immediately used and printed to the console. 

scripts/buildsystems/vcpkg.cmake:
Fixed :)

scripts/cmake/vcpkg_build_qmake:
Looks unused.

scripts/cmake/vcpkg_build_process.cmake:
Added to console message only. 

scripts/cmake/vcpkg_execute_required_process_repeat.cmake:
Added to console message only. 
Drive by: Fixed typo in variable name in the message.

scripts/cmake/vcpkg_execute_required_process.cmake:
Added to console message only. 

* Fix missing license.
2022-08-12 15:21:20 -07:00

70 lines
1.8 KiB
JSON

{
"versions": [
{
"git-tree": "31c61be8515cff93cca9a905969a8292023f0b4e",
"version": "2.2.0.33",
"port-version": 14
},
{
"git-tree": "b99fb68dafe4b930248e5ba4d39a7a2c4a4fc9ea",
"version-string": "2.2.0.33",
"port-version": 13
},
{
"git-tree": "7fd7382fff870dcc4920d0ff72e5ba00ad74fa6f",
"version-string": "2.2.0.33",
"port-version": 12
},
{
"git-tree": "b3f6a5b9e0580c4ca1437ca2251e8d370260b6c8",
"version-string": "2.2.0.33-11",
"port-version": 0
},
{
"git-tree": "5a25ca5c53fa7a6f4b08fb2a593e1c8046641358",
"version-string": "2.2.0.33-10",
"port-version": 0
},
{
"git-tree": "bf9b3f7c83802b7d9353790a23de38200563b8ba",
"version-string": "2.2.0.33-9",
"port-version": 0
},
{
"git-tree": "3586a89fe1302734a60ac9d1426fe007eddcc084",
"version-string": "2.2.0.33-8",
"port-version": 0
},
{
"git-tree": "894a4581c583b470093bf0b436713f32270ae1ff",
"version-string": "2.2.0.33-7",
"port-version": 0
},
{
"git-tree": "c7f88c942735e026e4ae810efbd8606781d0f2bd",
"version-string": "2.2.0.33-4",
"port-version": 0
},
{
"git-tree": "a1a4539ecae1510ff8a7420786ed4a6a40973514",
"version-string": "2.2.0.33-3",
"port-version": 0
},
{
"git-tree": "023eccddd1b264f8eaf9107b80c24a6b42c28fac",
"version-string": "2.2.0.33-2",
"port-version": 0
},
{
"git-tree": "bf9a23a05a07c5f9a87fc0dd7f0014b2e340aabd",
"version-string": "2.2.0.33-1",
"port-version": 0
},
{
"git-tree": "92052782870efe4c166ce648b751e010e60a7dea",
"version-string": "2.2.0.33",
"port-version": 0
}
]
}