19 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
kn
0f07bb7105 Use newer autoconf and disable coloured sphinx output during build 2021-12-21 14:28:07 +00:00
edd
ebb844d4db devel/libuv: upgrade to 1.42.0.
This is required for the upcoming neovim-0.6.0.

Bulk tested on amd64. No problems detected.

Tested an OK kn@ and paco@, thanks!
2021-12-21 09:11:07 +00:00
sthen
7091d2707c libuv: tidy up sphinx bits 2021-02-25 16:31:15 +00:00
sthen
3cbe1c2f30 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-02-23 19:39:08 +00:00
sthen
91435c0a06 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.
2021-01-14 22:42:10 +00:00
rsadowski
42a4546c7f Update libuv to 1.30.1 2019-08-05 16:28:44 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
6ff3e55398 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-06-25 20:25:20 +00:00
naddy
b08772880b switch to CONFIGURE_STYLE=autoreconf 2019-05-20 04:47:01 +00:00
pascal
2fb51842e0 Update to libuv 1.24.1; switch MASTER_SITES/HOMEPAGE to https.
feedback/ok rsadowski@
2019-01-04 08:53:54 +00:00
espie
bb921d2165 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-08-10 10:19:18 +00:00
matthieu
d6f07e0ba4 mark BROKEN-hppa = undefined reference to __sync atomic ops
ok sthen@
2018-06-28 10:06:12 +00:00
sthen
1ee90f5b01 Bump the next set of ports to trigger rebuilds following cpu stats changes
(CPUSTATES/etc). More to come.
2018-06-01 15:32:04 +00:00
sthen
ad34b29d03 gcc4 no longer needed for atomics builtins on arm; found by s_graf at telus net 2018-04-23 19:47:41 +00:00
pascal
552e4a7a91 Update to libuv 1.19.1.
ok rsadowski@
2018-02-11 18:31:35 +00:00
jca
5726c03ffb Use lang/gcc for atomic builtins on arm. 2017-02-22 14:34:34 +00:00
jca
17c9889736 Fix IPv6 support. 2017-02-22 14:28:30 +00:00
edd
74e7ae1d20 Import libuv: A cross-platform asynchronous I/O library.
Based on work by dcoppa@. OK abieber@, jca@. Thanks.
2017-02-14 09:37:16 +00:00