Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
313 stars 134 forks source link

vcpkg port xalan-c not in current repo #716

Open Melonbob opened 1 year ago

Melonbob commented 1 year ago

xalan-c has been delisted in vcpkg as of 2022-10-22 so the current master branch can't find it. See this thread. Going to try an earlier release of repo or just use binary. Any other suggestions?

matty0ung commented 1 year ago

Blimey. That's not good news. I don't imagine the existing code is going to stop working, but it's a pain if they are pulling packages. Looks like it's not on Conan either, so if you want it built with the MS Visual Studio build chain it looks like you have to download source (https://github.com/apache/xalan-c/releases/tag/Xalan-C_1_12_0) and build that.

Hopefully they won't pull the MSYS2 packages too soon!

Osyotr commented 1 year ago

Note that it only disappeared in the baseline. You can still install previous versions.

Lubart commented 1 year ago

git checkout f32fc13 Made checkout for vcpkg to this version and got xalan-c library.