aboutsummaryrefslogtreecommitdiff
path: root/ports/libmariadb
AgeCommit message (Collapse)Author
2020-08-05[libmariadb] Include bundled zlib and openssl (#12669)Arves100
* [libmariadb] Include bundled zlib and openssl * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/CONTROL * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-02-25[libmariadb] Fix patch (#10043)Jack·Boos·Yu
The patch incorrectly left out the line just before the modification.
2020-02-10[many ports] Upgrades to 2020.02.08 (#9986)Robert Schumacher
* [many ports] Upgrades to 2020.02.08 * Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl * Update ci baseline file Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2019-08-15[libmariadb]Fix usage error LNK2001.JackBoosY
2019-07-31Add PREFER_NINJA to many ports (#7468)Phoebe
* Add PREFER_NINJA to many ports
2019-07-24[libmariadb] Fix install path (#7396)Lily
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-23[libmariadb]Disable test build. (#6574)JackBoosY
2019-05-21[many ports] Updates 2019.05.19 (#6524)Robert Schumacher
2018-10-20[libmariadb] Fix /MD for static libs. Fixes #4493.Robert Schumacher
2018-10-12[gdal] update port to 2.3.2 and mysql support as port feature (#4413)hlysunnaram
* [gdal] update port from 2.3.0 to 2.3.2 * [libmariadb] fix build failure when VCPKG_BUILD_TYPE is set * [gdal] remove libmysql dependency from port core to allow x86 build * create new port features: mysql-libmysql and mysql-libmariadb * add mysql-libmysql as default feature: to build on x86, install gdal[core] or gdal[core,mysql-libmariadb] if mysql support is needed
2018-03-14[libmariadb] Use vcpkg_from_github() and improve conflict checkRobert Schumacher
2017-10-20Fix static build.Christophe Guebert
2017-10-20[libmariadb] Update to 3.0.2Christophe Guebert
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-01-25Update CONTROLOlaf van der Spek
2017-01-25[libmariadb] rollback conflict with libmysqlflysha
2017-01-20[libmariadb] upgrade to 2.3.2sdcb
1. upgrade package to 2.3.2 2. enable static build support 3. do not block with libmysql
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[libmariadb] Mark as not supporting static yetAlexander Karatarakis
2016-10-16Add libmariadb.flysha