Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.0 27 Oct 2024 00:14:21 |
Jan Beich (jbeich) |
devel/meson: update to 1.6.0
Changes: https://mesonbuild.com/Release-notes-for-1-6-0.html
PR: 281916
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.5.2 26 Sep 2024 00:22:25 |
Jan Beich (jbeich) |
devel/meson: update to 1.5.2
Changes: https://github.com/mesonbuild/meson/compare/1.5.1...1.5.2
PR: 281631
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: vishwin |
1.5.1 31 Jul 2024 09:12:41 |
Jan Beich (jbeich) |
devel/meson: update to 1.5.1
Changes: https://github.com/mesonbuild/meson/compare/1.5.0...1.5.1
PR: 280473
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.5.0 15 Jul 2024 16:26:09 |
Jan Beich (jbeich) |
devel/meson: update to 1.5.0
Changes: https://mesonbuild.com/Release-notes-for-1-5-0.html
PR: 279970
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.4.2 15 Jul 2024 16:26:03 |
Jan Beich (jbeich) |
devel/meson: update to 1.4.2
Changes: https://github.com/mesonbuild/meson/compare/1.4.1...1.4.2
PR: 279970
Reported by: GitHub (watch releases) |
1.4.1 02 Jun 2024 22:07:50 |
Jan Beich (jbeich) |
devel/meson: update to 1.4.1
Changes: https://github.com/mesonbuild/meson/compare/1.4.0...1.4.1
PR: 279409
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.4.0 16 Mar 2024 01:20:08 |
Gleb Popov (arrowd) |
devel/meson: Extend make(test) case to WITH_TESTING |
1.4.0 15 Mar 2024 05:54:52 |
Jan Beich (jbeich) |
devel/meson: update to 1.4.0
Changes: https://mesonbuild.com/Release-notes-for-1-4-0.html
PR: 277354
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.3.2 15 Mar 2024 05:54:51 |
Jan Beich (jbeich) |
devel/meson: update to 1.3.2
Changes: https://github.com/mesonbuild/meson/compare/1.3.1...1.3.2
PR: 277354
Reported by: GitHub (watch releases) |
1.3.1_1 23 Jan 2024 19:56:17 |
Muhammad Moinur Rahman (bofh) |
devel/meson: Impelled to share/man
Approved by: portmgr (blanket) |
1.3.1 31 Dec 2023 23:33:12 |
Jan Beich (jbeich) |
devel/meson: update to 1.3.1
Changes: https://github.com/mesonbuild/meson/compare/1.3.0...1.3.1
PR: 275953
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.3.0 20 Nov 2023 00:01:48 |
Jan Beich (jbeich) |
devel/meson: update to 1.3.0
Changes: https://mesonbuild.com/Release-notes-for-1-3-0.html
PR: 274768
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.2.3 31 Oct 2023 00:33:12 |
Jan Beich (jbeich) |
devel/meson: update to 1.2.3
Changes: https://github.com/mesonbuild/meson/compare/1.2.2...1.2.3
PR: 274639
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
1.2.2 04 Oct 2023 10:15:46 |
Jan Beich (jbeich) |
devel/meson: update to 1.2.2
Changes: https://github.com/mesonbuild/meson/compare/1.2.1...1.2.2
PR: 274155
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.2.1 13 Aug 2023 20:45:22 |
Jan Beich (jbeich) |
devel/meson: update to 1.2.1
Changes: https://github.com/mesonbuild/meson/compare/1.2.0...1.2.1
PR: 273026
Reported by: GitHub (watch releases)
Exp-run by: antoine |
1.2.0 29 Jul 2023 00:35:30 |
Jan Beich (jbeich) |
devel/meson: update to 1.2.0
Changes: https://mesonbuild.com/Release-notes-for-1-2-0.html
PR: 272276
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: ? |
1.1.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.1.1 26 May 2023 19:53:41 |
Jan Beich (jbeich) |
devel/meson: update to 1.1.1
Changes: https://github.com/mesonbuild/meson/compare/1.1.0...1.1.1
PR: 271642
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
1.1.0 10 Apr 2023 16:39:25 |
Jan Beich (jbeich) |
devel/meson: update to 1.1.0
Changes: https://mesonbuild.com/Release-notes-for-1-1-0.html
PR: 270499
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: vishwin |
1.0.1 10 Apr 2023 16:39:25 |
Jan Beich (jbeich) |
devel/meson: convert to USE_PYTHON=pep517
PR: 270499
Requested by: vishwin |
1.0.1 11 Mar 2023 16:35:57 |
Charlie Li (vishwin) |
devel/meson: enable FLAVORs
Needed for devel/meson-python to function on non-default Python
flavours/distributions, as meson is imported as a module. Existing
USES=meson consumers not affected.
Reported by: fluffy
Differential Revision: https://reviews.freebsd.org/D39004 |
1.0.1 28 Feb 2023 19:30:20 |
Jan Beich (jbeich) |
devel/meson: update to 1.0.1
Changes: https://github.com/mesonbuild/meson/compare/1.0.0...1.0.1
PR: 269790
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
1.0.0 27 Dec 2022 08:30:48 |
Jan Beich (jbeich) |
devel/meson: update to 1.0.0
Changes: https://mesonbuild.com/Release-notes-for-1-0-0.html
PR: 268304
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
0.64.1 28 Nov 2022 23:54:48 |
Jan Beich (jbeich) |
devel/meson: update to 0.64.1
Changes: https://github.com/mesonbuild/meson/compare/0.64.0...0.64.1
PR: 267939
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.64.0 12 Nov 2022 20:26:24 |
Jan Beich (jbeich) |
devel/meson: update to 0.64.0
Changes: https://mesonbuild.com/Release-notes-for-0-64-0.html
PR: 267355
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
0.63.2 15 Sep 2022 16:11:23 |
Jan Beich (jbeich) |
devel/meson: update to 0.63.2
- Revert fc3fe5b9986b after
https://github.com/mesonbuild/meson/commit/fa994853564d
Changes: https://github.com/mesonbuild/meson/compare/0.63.1...0.63.2
PR: 266254
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.63.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.63.1 25 Aug 2022 19:08:30 |
Jan Beich (jbeich) |
devel/meson: update to 0.63.1
Changes: https://mesonbuild.com/Release-notes-for-0-63-0.html
PR: 264776
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
0.62.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.62.2 08 Jun 2022 15:36:53 |
Jan Beich (jbeich) |
devel/meson: update to 0.62.2
Changes: https://github.com/mesonbuild/meson/compare/0.62.1...0.62.2
PR: 264424
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
0.62.1 26 Apr 2022 06:59:45 |
Jan Beich (jbeich) |
devel/meson: update to 0.62.1
Changes: https://github.com/mesonbuild/meson/compare/0.62.0...0.62.1
PR: 263492
Reported by: GitHub (watch releases)
Exp-run by: antoine
Approved by: tcberner |
0.62.0 28 Mar 2022 15:32:04 |
Jan Beich (jbeich) |
devel/meson: update to 0.62.0
Changes: https://mesonbuild.com/Release-notes-for-0-62-0.html
PR: 262465
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.61.2 19 Feb 2022 09:45:48 |
Jan Beich (jbeich) |
devel/meson: update to 0.61.2
Changes: https://github.com/mesonbuild/meson/compare/0.61.1...0.61.2
PR: 261955
Reported by: GitHub (watch releases)
Approved by: tcberner
Exp-run by: antoine |
0.61.1 26 Jan 2022 19:58:13 |
Jan Beich (jbeich) |
devel/meson: update to 0.61.1
- Revert some 0.60.2 fixes incompatible with 0.61.0
- Drop rpath workaround for JHBuild as it's non-trivial to rebase
Changes: https://mesonbuild.com/Release-notes-for-0-61-0.html
PR: 260943
Reported by: GitHub (watch releases)
Approved by: tcberner
Exp-run by: antoine |
0.60.3 26 Dec 2021 22:05:24 |
Jan Beich (jbeich) |
devel/meson: update to 0.60.3
Changes: https://github.com/mesonbuild/meson/compare/0.60.2...0.60.3
PR: 260619
Approved by: tcberner
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.60.2 29 Nov 2021 12:08:27 |
Jan Beich (jbeich) |
devel/meson: update to 0.60.2
Changes: https://github.com/mesonbuild/meson/compare/0.60.1...0.60.2
PR: 260056
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.60.1_1 21 Nov 2021 11:06:33 |
Jan Beich (jbeich) |
devel/meson: temporarily disable ldconfig after 665e4e5edb6d
$ su root -c 'meson install -C foo_build'
$ meson
ld-elf.so.1: Shared object "libpython3.8.so.1.0" not found, required by
"python3.8"
PR: 259080 |
0.60.1 14 Nov 2021 20:12:17 |
Jan Beich (jbeich) |
devel/meson: update to 0.60.1
Changes: https://mesonbuild.com/Release-notes-for-0-60-0.html
PR: 259080
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.59.2 09 Oct 2021 13:42:49 |
Tobias C. Berner (tcberner) |
devel/meson: update to 0.59.2
Exp-run by: antoine
PR: 258937 |
0.59.1 05 Sep 2021 20:31:23 |
Jan Beich (jbeich) |
devel/meson: update to 0.59.1
Changes: https://mesonbuild.com/Release-notes-for-0-59-0.html
PR: 257251
Reported by: GitHub (watch releases)
Submitted by: tcberner, vishwin (based on)
Exp-run by: antoine
Approved by: tcberner |
0.58.1 05 Sep 2021 20:31:18 |
Jan Beich (jbeich) |
devel/meson: fix patch warning after afb3593eef00
===> Patching for meson-0.58.1
===> Applying FreeBSD patches for meson-0.58.1 from /a/ports/devel/meson/files
No such line 37 in input file, ignoring
PR: 257251
Approved by: tcberner |
0.58.1 09 Jun 2021 21:29:24 |
Jan Beich (jbeich) |
devel/meson: update to 0.58.1
Changes: https://mesonbuild.com/Release-notes-for-0-58-0.html
Reported by: GitHub (watch releases)
PR: 255550
Exp-run by: antoine
Approved by: tcberner |
0.57.1_1 20 Apr 2021 06:57:35 |
Tobias Kortkamp (tobik) |
Mk/Uses/meson.mk: Do not force color output (D29353)
By default Meson forces color output. Ninja strips the escape
sequences before they go into the log. Samurai does not do that,
so we end up with some garbage in the logs. Pass -Db_colorout=never
to Meson to disable colors in general. Also see
https://mesonbuild.com/Builtin-options.html
This requires a small backport in devel/meson since the b_colorout
option is broken with Clang at the moment.
PR: 254678
Exp-run by: antoine |
0.57.1 20 Apr 2021 06:57:34 |
Tobias Kortkamp (tobik) |
Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)
Samurai is a Ninja-compatible build tool with fewer dependencies
than Ninja. Hook it to the framework via a new NINJA_DEFAULT.
This also adds %p to NINJA_STATUS to make Ninja or Samurai print
the percentage of completed jobs to make it easier to eyeball how
much of the build is done.
PR: 254678
Exp-run by: antoine |
0.57.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.57.1 21 Feb 2021 07:26:14 |
jbeich |
devel/meson: update to 0.57.1
- Backport fix for x11-wm/i3 [1]
Changes: https://mesonbuild.com/Release-notes-for-0-57-0.html
Changes: https://github.com/mesonbuild/meson/compare/0.56.2...0.57.1
Reported by: GitHub (watch releases)
PR: 253525
Submitted by: dmgk [1]
Exp-run by: antoine
Approved by: tcberner |
0.56.2 12 Jan 2021 12:58:26 |
jbeich |
devel/meson: update to 0.56.2
Changes: https://github.com/mesonbuild/meson/compare/0.56.0...0.56.2
Reported by: GitHub (watch releases)
PR: 252559
Exp-run by: antoine
Approved by: tcberner |
0.56.0 04 Nov 2020 01:05:50 |
jbeich |
devel/meson: update to 0.56.0
Changes: https://mesonbuild.com/Release-notes-for-0-56-0.html
Changes: https://github.com/mesonbuild/meson/compare/0.55.3...0.56.0
Reported by: GitHub (watch releases)
PR: 250736
Exp-run by: antoine
Approved by: tcberner |
0.55.3 14 Sep 2020 18:35:38 |
jbeich |
devel/meson: update to 0.55.3
- Fix "/usr/bin/env python3" in one more file [1]
Changes: https://mesonbuild.com/Release-notes-for-0-55-0.html
Changes: https://github.com/mesonbuild/meson/compare/0.54.3...0.55.3
Reported by: GitHub (watch releases)
PR: 247935
With help of: yuri
Exp-run by: antoine
Submitted by: tcberner [1]
Approved by: tcberner |
0.54.3 10 Sep 2020 18:55:41 |
tcberner |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
0.54.3 18 Jun 2020 00:56:03 |
jbeich |
devel/meson: update to 0.54.3
Changes: https://github.com/mesonbuild/meson/compare/0.54.2...0.54.3
Reported by: GitHub (watch releases) |
0.54.2 19 May 2020 09:09:41 |
jbeich |
devel/meson: update to 0.54.2
Changes: https://github.com/mesonbuild/meson/compare/0.54.0...0.54.2
PR: 246485
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.54.0 10 Apr 2020 21:28:34 |
jbeich |
devel/meson: update to 0.54.0
Changes: https://mesonbuild.com/Release-notes-for-0-54-0.html
Changes: https://github.com/mesonbuild/meson/compare/0.53.2...0.54.0
PR: 245420
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.53.2 29 Feb 2020 23:05:35 |
jbeich |
devel/meson: update to 0.53.2
Changes: https://github.com/mesonbuild/meson/compare/0.53.0...0.53.2
PR: 244406
Reported by: GitHub (watch releases)
Exp-run by: antoine |
0.53.0 12 Jan 2020 16:00:20 |
jbeich |
devel/meson: update to 0.53.0
Changes: https://mesonbuild.com/Release-notes-for-0-53-0.html
Changes: https://github.com/mesonbuild/meson/compare/0.52.1...0.53.0
PR: 243202
Exp-run by: antoine |
0.52.1 15 Dec 2019 09:40:41 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.52.1 07 Dec 2019 18:20:19 |
jbeich |
devel/meson: update to 0.52.1
Changes: https://github.com/mesonbuild/meson/compare/0.52.0...0.52.1
PR: 242297
Exp-run by: antoine |
0.52.0 09 Oct 2019 19:17:20 |
jbeich |
devel/meson: update to 0.52.0
- Update patches [1]
- Connect tests to the framework
Changes: https://mesonbuild.com/Release-notes-for-0-52-0.html
Changes: https://github.com/mesonbuild/meson/compare/0.51.2...0.52.0
PR: 241105
Submitted by: Ting-Wei Lan [1]
Exp-run by: antoine |
0.51.2 02 Sep 2019 19:55:34 |
jbeich |
devel/meson: Update to 0.51.2
- Apply upstream fix to build D applications e.g., x11/tilix
Changes: https://github.com/mesonbuild/meson/compare/0.51.0...0.51.2
PR: 240182
Exp-run by: antoine |
0.51.0 24 Jun 2019 05:59:31 |
tobik |
devel/meson: Update to 0.51.0
Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html
PR: 238726
Submitted by: greg@unrelenting.technology (update to 0.50.1)
Exp-run by: antoine |
0.50.0 14 Apr 2019 18:34:56 |
tobik |
devel/meson: Update to 0.50.0
- Add build fixes for at-spi2-core and totem
Changes: https://mesonbuild.com/Release-notes-for-0-50-0.html
PR: 237138
Submitted by: tobik
Approved by: portmgr (antoine)
Exp-run by: antoine |
0.49.2 10 Feb 2019 20:44:37 |
kwm |
Update meson to 0.49.2. |
0.49.0 22 Dec 2018 09:09:20 |
kwm |
Update meson to 0.49.0.
Exp-run by antoine@
PR: 234075 |
0.48.2 10 Nov 2018 19:19:08 |
kwm |
Update meson to 0.48.2. |
0.48.1 08 Nov 2018 21:09:27 |
kwm |
Update meson to 0.48.1. |
0.48.0 13 Oct 2018 20:33:23 |
kwm |
Update meson to 0.48.0.
This version brings python 3.7 support. For detailed changelog see:
http://mesonbuild.com/Release-notes-for-0-47-0.html
http://mesonbuild.com/Release-notes-for-0-48-0.html
Exp-run by: antoine@
PR: 231219
Submitted by: Tamas Szakaly <sghctoma@gmail.com> (update to 0.47.2),
Ting-Wei Lan <lantw44@gmail.com> (update to 0.48.0) |
0.46.1 21 Jun 2018 19:13:31 |
kwm |
Update meson to 0.46.1.
Remove patches that are included in this release.
PR: 229086
Submitted by: Ting-Wei Lan <lantw44@gmail.com> |
0.46.0_2 22 May 2018 14:30:07 |
kwm |
Update meson to 0.46.0.
* add upstream patches and a pull request to fix some bugs in this release.
Exp-run by: antoine@
PR: 228297
Obtained from: meson github |
0.45.1 25 Apr 2018 20:17:22 |
bdrewery |
The newer meson requires 3.5 (setup.py) |
0.45.1 24 Mar 2018 06:39:41 |
truckman |
Switch devel/meson back to fetching upstream release tarball instead of
fetching from a GitHub branch tag and upgrade to version 0.45.1.
Reported by: tobik |
0.45 23 Mar 2018 23:34:14 |
truckman |
Update devel/meson to version 0.45.
Switch to USE_GITHUB.
PR: 226879
Submitted by: cy |
0.44.1 28 Feb 2018 04:28:07 |
truckman |
Upgrade devel/meson from 0.44.0 to 0.44.1. This is a bugfix-only
release with no new features. This release has 75 commits and fixes
roughly 40 regressions, issues, and minor improvements that were
reported in 0.44.0. For a complete list, visit:
https://github.com/mesonbuild/meson/milestone/24?closed=1
PR: 225937
Submitted by: cpm |
0.44.0 26 Jan 2018 21:04:33 |
kwm |
Update meson to 0.44.0.
Changelog: http://mesonbuild.com/Release-notes-for-0-44-0.html |
0.43.0 11 Dec 2017 10:45:09 |
sunpoet |
Add NO_ARCH
Approved by: portmgr (blanket) |
0.43.0 06 Dec 2017 16:41:15 |
swills |
devel/meson: Update to 0.43.0
PR: 223736
Submitted by: Dhananjay Balan <mail@dbalan.in> |
0.42.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.42.1 19 Sep 2017 13:52:57 |
kwm |
Update meson to 0.42.1. |
0.41.1 21 Jun 2017 10:48:30 |
kwm |
Update meson to 0.41.1. |
0.41.0 17 Jun 2017 15:03:29 |
kwm |
Meson need python3.4 or higher, due to the use of pathlib.
Reported by: Christian Jachmann <Jachmann@unitix.org> |
0.41.0 13 Jun 2017 21:17:37 |
kwm |
Update meson to 0.41.0. |
0.40.1 13 May 2017 13:51:01 |
kwm |
Update meson to 0.40.1. |
0.39.1 15 Apr 2017 17:46:02 |
kwm |
Update Meson to 0.39.1. |
0.39.0 08 Mar 2017 17:03:12 |
kwm |
Update meson to 0.39.0. |
0.38.1 14 Feb 2017 14:06:49 |
kwm |
Update meson to 0.38.1. |
0.36.0 15 Nov 2016 06:51:38 |
kwm |
Update meson to 0.36.0. |
0.35.1 13 Nov 2016 13:06:01 |
kwm |
Add meson.
Meson is a cross-platform build system designed to be both as fast and as
user friendly as possible. It supports many languages and compilers, including
GCC, Clang and Visual Studio. Its build definitions are written in a simple
non-turing complete DSL. The main design point of Meson is that every moment
a developer spends writing or debugging build definitions is a second wasted.
So is every second spent waiting for the build system to actually start
compiling code.
Submitted by: Ting-Wei Lan |