microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
21.76k stars 6.05k forks source link

[libfaketime] Add new port #38490

Open dudoslav opened 2 weeks ago

dudoslav commented 2 weeks ago
dudoslav commented 2 weeks ago

@microsoft-github-policy-service agree company="TileDB"

Cheney-W commented 1 week ago
0.9.10 is declared with 451debe90ea3a82a03d3ba30eeaa0abc3e9409a3, but the local port has a different SHA 43c3d525b4e071c4265c512fda07775af3a0df6a.
Please update the port's version fields and then run:
vcpkg x-add-version libfaketime
git add versions
git commit -m "Update version database"
to add the new version.
To attempt to resolve all errors at once, run:
vcpkg x-add-version --all
Cheney-W commented 1 week ago

Why don't you use the Makefile provided by the upstream to build this port?

dudoslav commented 2 days ago

For our use case only libfaketime.so is needed and I prefer using CMake. I hope it is not an issue :) .