aboutsummaryrefslogtreecommitdiff
path: root/ports/apr-util/CONTROL
AgeCommit message (Collapse)Author
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-24[apr-util] Fix logic error. If find_library call is used testing for ↵Alexander Neumann
existance is strange. (#6609) Especially if APR_LIBRARIES can contain a list. Testing against NOTFOUND is better.
2019-03-25[apr-util]Fix static library usage bug. (#5769)JackBoosY
* [apr-util]Fix static library usage bug. * [apr-util]Fix macro error.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-27[apr-util] init #1016atkawa7