Version: 1.40.0, Package name: libuv-1.40.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description libuv is a multi-platform support library with a focus on asynchronous I/O. Feature highlights: + Full-featured event loop backed by epoll, kqueue, IOCP, event ports + Asynchronous TCP and UDP sockets + Asynchronous DNS resolution + Asynchronous file and file system operations + File system events + ANSI escape code controlled TTY + IPC with socket sharing, using Unix domain sockets or named pipes (Windows) + Child processes + Thread pool + Signal handling + High resolution clock + Threading and synchronization primitives |
Filesize: 1234.383 KB |
Version History (View Complete History) |
|
2021-02-25 09:31:15 by Stuart Henderson | Files touched by this commit (1) |
Log message: libuv: tidy up sphinx bits |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-01-14 15:42:10 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to libuv-1.40.0 switch to the py3 version of sphinx; if i'm not mistaken this avoids the need to build both python 2 and 3 before building cmake. (this is on the path to building about a third of the ports tree). tests done on aarch64 i386 amd64, and some deps, ports-gcc, USE_LLD=no tested on amd64. |
2019-08-05 10:28:44 by Rafael Sadowski | Files touched by this commit (3) |
Log message: Update libuv to 1.30.1 |
2019-07-12 15:02:30 by Stuart Henderson | Files touched by this commit (339) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-25 14:25:24 by Stuart Henderson | Files touched by this commit (77) |
Log message: bump REVISION in a bunch of ports known or likely to use struct kinfo_proc, there may be some missing as my unpacked ports source is a little out of date but this should catch the main things people might run into the struct was reordered a second time in sysctl.h r1.192 to improve compatibility but amd64 snapshot packages made it out before that happened so the bumps are still needed |
2019-05-19 22:47:02 by Christian Weisgerber | Files touched by this commit (25) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-01-04 01:53:54 by Pascal Stumpf | Files touched by this commit (7) |
Log message: Update to libuv 1.24.1; switch MASTER_SITES/HOMEPAGE to https. feedback/ok rsadowski@ |
2018-08-10 04:19:18 by Marc Espie | Files touched by this commit (17) |
Log message: use AUTOCONF_ENV and add correct env variables, so that those ports work even if /usr/local is not part of the builder's path. |
2018-06-28 04:06:12 by Matthieu Herrb | Files touched by this commit (1) |
Log message: mark BROKEN-hppa = undefined reference to __sync atomic ops ok sthen@ |
2018-06-01 09:32:04 by Stuart Henderson | Files touched by this commit (15) |
Log message: Bump the next set of ports to trigger rebuilds following cpu stats changes (CPUSTATES/etc). More to come. |
2018-04-23 13:47:41 by Stuart Henderson | Files touched by this commit (1) |
Log message: gcc4 no longer needed for atomics builtins on arm; found by s_graf at telus net |
2018-02-11 11:31:35 by Pascal Stumpf | Files touched by this commit (11) |
Log message: Update to libuv 1.19.1. ok rsadowski@ |
2017-02-22 07:34:34 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Use lang/gcc for atomic builtins on arm. |
2017-02-22 07:28:30 by Jeremie Courreges-Anglas | Files touched by this commit (6) |
Log message: Fix IPv6 support. |