135 Commits

Author SHA1 Message Date
ajacoutot
088166e596 Re-add support for:
Set SHARED_LIBS to '0.0' if unset when building in ports.
2022-02-23 08:58:43 +00:00
ajacoutot
4524f95e30 Revert part of previous; not quite ready yet (loadable modules renamed
with versionned numbers).
2022-02-21 12:58:09 +00:00
ajacoutot
38d2c1fdd7 Set SHARED_LIBS to '0.0' if unset when building in ports. 2022-02-20 11:21:06 +00:00
ajacoutot
f338119704 Update to meson-0.61.2. 2022-02-15 10:39:11 +00:00
ajacoutot
aaf8ac676b Update to meson-0.61.1. 2022-01-18 10:31:55 +00:00
ajacoutot
a159bf8979 Update to meson-0.61.0. 2022-01-13 08:05:57 +00:00
ajacoutot
00bf390b45 Update to meson-0.60.3. 2021-12-23 08:33:19 +00:00
ajacoutot
4f505dcd44 Update to meson-0.60.2. 2021-11-26 07:24:01 +00:00
ajacoutot
efc597f2c3 Update to meson-0.60.1. 2021-11-03 06:55:53 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
ajacoutot
40eaab881f Update to meson-0.60.0.
Most fallout should have been taken care about; will run a new bulk to
make sure
2021-10-31 07:20:45 +00:00
ajacoutot
cb0b198039 Update to meson-0.59.3. 2021-10-24 07:40:56 +00:00
ajacoutot
847cfaf3d3 Update to meson-0.59.2. 2021-10-03 19:52:48 +00:00
ajacoutot
94a5df09c5 Add textproc/hotdoc to TEST_DEPENDS. 2021-09-01 13:59:14 +00:00
ajacoutot
36d6b34259 Update to meson-0.59.1. 2021-08-20 10:28:37 +00:00
ajacoutot
4b70e5f248 Update to meson-0.59.0. 2021-08-11 11:26:26 +00:00
ajacoutot
f28120f611 Update to meson-0.58.1. 2021-06-08 09:03:49 +00:00
ajacoutot
703e79f87c Use meson(1) subcommands instead of directly calling ninja.
This will allow to switch to another backend (e.g. samurai) in the future if we
we want to.

While here:
* add support for MAKE_JOBS in test
* --print-errorlogs in test
* add --no-rebuild to install to prevent rebuilding at fake time (naddy@ ran
into an issue because of this with devel/libpeas recently)
2021-06-05 15:04:14 +00:00
ajacoutot
4d239b3007 Update to meson-0.58.0. 2021-05-03 13:47:42 +00:00
ajacoutot
b5d4dcf416 Update to meson-0.57.2. 2021-04-24 07:23:28 +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
ajacoutot
6ab8493301 Update to meson-0.57.1. 2021-02-21 07:26:14 +00:00
ajacoutot
96ed072ea0 Merged. 2021-02-17 15:54:34 +00:00
ajacoutot
a85cc8329f Update to meson-0.57.0. 2021-02-17 07:15:36 +00:00
ajacoutot
d9c9a964e7 Update to meson-0.56.2. 2021-01-16 08:45:02 +00:00
ajacoutot
cc535535b0 Update to meson-0.56.1. 2021-01-07 10:35:42 +00:00
ajacoutot
67c8441722 Update to meson-0.56.0. 2020-11-01 08:14:08 +00:00
ajacoutot
7f7d7aa969 Update to meson-0.55.3. 2020-09-12 10:08:46 +00:00
ajacoutot
cf9e0d8567 Update to meson-0.55.2. 2020-09-11 07:07:02 +00:00
ajacoutot
ef250ae9a1 Update to meson-0.55.1. 2020-08-16 08:17:59 +00:00
ajacoutot
3681abd939 Update to meson-0.55.0. 2020-07-17 07:24:40 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
2d43c77629 Update to meson-0.54.3. 2020-06-16 07:01:02 +00:00
ajacoutot
2f70b867f2 Merged upstream. 2020-05-24 16:41:54 +00:00
ajacoutot
8ef0aa7b90 symbolextractor: add support for OpenBSD. 2020-05-16 17:03:29 +00:00
ajacoutot
3b2640a27d Update to meson-0.54.2. 2020-05-16 09:39:38 +00:00
ajacoutot
9521ad9337 Update to meson-0.54.1. 2020-04-27 08:30:18 +00:00
ajacoutot
0c1bfc2975 Update to meson-0.54.0. 2020-04-01 06:23:33 +00:00
ajacoutot
325b5f6df0 Update to meson-0.53.2. 2020-02-28 16:47:20 +00:00
ajacoutot
2e61f78c74 Update to meson-0.53.1. 2020-01-25 05:42:15 +00:00
ajacoutot
ecbbefddf1 Update to meson-0.53.0. 2020-01-14 11:39:41 +00:00
zhuk
32f7e63073 Install tool scripts the meson manual refers to. Might be helpful for
meson newbies like me.

okay aja@ (MAINTAINER)
2020-01-07 20:45:17 +00:00
ajacoutot
86d98768ad Tweak previous (DEBUG_PACKAGES).
from espie@
2019-12-10 16:45:24 +00:00
ajacoutot
9ddd8249f3 Properly cope with DEBUG_PACKAGES.
prodded by espie@
2019-12-08 18:41:44 +00:00
ajacoutot
bb10e4c399 Update to meson-0.52.1. 2019-12-03 11:15:31 +00:00
ajacoutot
b238e95bb8 Merged upstream. 2019-11-28 19:46:58 +00:00
ajacoutot
6711443c29 Unbreak detection of libexecinfo (it's not an "internal" lib in OpenBSD). 2019-11-24 10:12:11 +00:00
ajacoutot
4427211658 Update to meson-0.52.0.
Tested in a bulk.
2019-11-08 07:46:31 +00:00
ajacoutot
44804e8963 Update to meson-0.51.2. 2019-08-27 11:08:55 +00:00
ajacoutot
37712e89dc Update to meson-0.51.1. 2019-07-13 08:14:34 +00:00