aboutsummaryrefslogtreecommitdiff
path: root/ports/libxslt/CONTROL
AgeCommit message (Collapse)Author
2019-12-07[libxslt] Fix writing to locations outside vcpkg in Windows builds (#9242)Robert Schumacher
* [libxslt] Fix writing to locations outside vcpkg in Windows builds * [libxslt] Add passing arm64-windows to baseline
2019-11-18Prevent python3 build failure (#9014)heydojo
* Prevent python3 build failure If VCPKG_BUILD_TYPE release is set inside a triplet, then the build will fail because the port file attempts to deal with debug files which will never exist. The changes in this patch allow the build to succeed if VCPKG_BUILD_TYPE release is stipulated using a triplet before a build of the python3 port is initiated. * python3 version bump Port clean up and version number bump. * libxslt release triplet build fix This patch fixes a condition where if a debug build is disabled via triplet, the build fails and an empty directory error message is sent to the console.
2019-10-29[libxslt]Using vcpkg_install_nmake in Windows, support unix. (#8589)JackBoosY
* [libxslt]Using vcpkg_install_nmake in Windows, support unix. * support PRERUN_SHELL/PRERUN_SHELL_DEBUG/PRERUN_SHELL_RELEASE * Re-trigger CI.
2019-09-05modernize many ports (#7986)Phoebe
* modernize many ports * Update the code to handle copyright * Retriger to build qt5-gamepad
2019-09-03[libxslt]Fix dependent ports in static builds. (#7451)JackBoosY
2019-06-27[libxslt] Update the version to 1.1.33 and change the URL. (#7058)NancyLi1013
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2016-11-21Add libxslt portMartin Müller