aboutsummaryrefslogtreecommitdiff
path: root/ports/libevent/portfile.cmake
AgeCommit message (Collapse)Author
2020-11-30[libevent] Fix library cannot be found (#14805)NancyLi1013
2020-07-31[libevent] update to 2.1.12 (#12277)DailyShana
* [libevent] update to 2.1.12 * fix path in LibeventConfig.cmake.in * configure crt runtime * patch target file * try to fix evpp build on unix * try to fix evpp build on unix * try to fix evpp build on unix * try to fix evpp build on unix * fix file patching * code review * fix fizz:x64-windows build
2020-01-06[libevent] Fix include headers fails on x64-windows, using CMAKE (#9292)Alvin
* [libevent] Fix include headers fails on x64-windows, using CMAKE * [libevent] Fix conflicting file portfile.cmake * [libevent] Update the CONTROL version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2019-12-20[libevent] Add thread as default feature (#9101)NancyLi1013
2019-11-19[libevent] add features (#8349)NancyLi1013
* [libevent] add features * Update version * Add libevent[openssl] dependent for evpp * Update CONTROL file
2019-09-25[libevent] crt linkage fix (#8211)Nikolay Shishov
* [libevent] crt linkage fix
2019-08-06[libevent] update to 2.1.11 (#7515)DailyShana
* [libevent] update to 2.1.11 * [libevent] Move scripts to tools folder * [libevent] Fix non-Windows build * [libevent] remove bin folder only for static build and move script to tools folder no matter static or dynamic
2019-06-25[libevent] Upgrade to version 2.1.10 (#6969)wangli28
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-02-28Modify `vcpkg_fixup_cmake_targets()` (#5459)Victor Romero
* some libraries export <PackageName>LibraryDepends.cmake instead of <PackageName>Targets.cmake. Those file also need the fix of #1044 should close #4753 * prefered the general solution #4622. hopefully solved the issue within #4150 replaced the regex with something more readable (also ident is lost) should close: #4753 #4633 #4150 and maybe more * Hash vcpkg_fixup_cmake_targets.cmake * [boost] Fix use of find_package(Boost) with cache variables [socket-io-client] Fix install * reversed change back to use regex replace * [glbinding] Fix _IMPORT_PREFIX depth in *-export.cmake files * [tinyspline] Ignore warnings treated as errors * [libevent, liblemon, libpng, smpeg2, zlib] Fix apply patches * [libsodium] Fix apply patches * [folly] Link correct libraries in debug and release * [vtk] Remove unset of _IMPORT_PREFIX * [tinyspline] Do not treat warnings as errors * [smpeg2] Fix double* to int comparison * [nvtt] Define value for HAVE_UNISTD_H in MacOS * [libui] Fix MacOS X build * [zlib] Fix download URL * [qhull] Update to v7.2.1 * [podofo] Set value for HAVE_UNISTD_H in MacOS * [mongo-cxx-driver,ogre,podofo,qhull] Bump CONTROL version * [mongo-c-driver] Set _IMPORT_PREFIX * [tmxparser] Bump CONTROL version * [qhull,vxl] Bump CONTROL version
2018-05-18[libevent] Fix build on Linux (#3426)Arkady Shapkin
2018-02-10[libevent] Fix generated libevent targets filesArkady Shapkin
2017-07-20[libevent] Fail faster for unsupported platforms.Robert Schumacher
2017-07-13[libevent] Add missing openssl dependency. Simplify portfile. Fixes #1456.Robert Schumacher
2017-04-05[libevent] Fixup cmake config files to not have hardcoded paths.Robert Schumacher
2017-04-03[libevent] Initial supportArkadiy Shapkin