close

./devel/meson, Open source build system meant to be fast and user friendly

[ BERJAYA CVSweb ] [ BERJAYA Homepage ] [ BERJAYA RSS ] [ BERJAYA Required by ]


Branch: CURRENT, Version: 1.11.1, Package name: meson-1.11.1, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [devel/ninja-build] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 4908.802 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-14 10:16:05 by Thomas Klausner | Files touched by this commit (1)
Log message:
meson: allow supplying an argument to the build target

The default was empty, so do _not_ default to the pkgsrc BUILD_TARGET
by default.
   2026-04-21 06:45:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
meson: updated to 1.11.1

1.11.1
Bug fixes
   2026-04-19 19:29:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
meson: add comment where release notes can be found
   2026-04-19 19:14:21 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
meson: update to 1.11.0.

# New features
## BuildTarget(install_dir) length > 1 replaced with keywords
## Cargo workspace object
## Cython no longer requires explicitly enabling C or C++
## Deduplication of OpenMP linker arguments
## `meson dist` now accepts `-j`/`--num-processes`
## Deprecate `should_fail` and rename it to `expected_fail`, also introduce \ 
`expected_exitcode`
## The external_project module uses the cygpath command to convert paths
## install_man and install_headers: add support for install_tag kwarg
## Added `link_early_args` to targets performing linking
## Machine files now expand `~` as the user's home directory
## `meson format` file sorting is now disabled by default and uses natural sorting
## `-Db_lto` and `-Db_pgo` now supported for MSVC
## Last major version supporting Python 3.7, 3.8, and 3.9
## Python extension modules default to C ABI for Rust
## Meson now defines `QT_DEBUG` or `QT_NO_DEBUG` depending on build type
## `compiler_target()` method in the Rust module
## Change to handling of linker arguments for Rust
## XC32 support now aware of v5.00 features
## windows.compile_resources now detects header changes with rc.exe
## Added `implicit_include_directories` argument to `windows.compile_resources`
   2026-03-26 07:28:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
meson: updated to 1.10.2

1.10.2
Bug fixes
   2026-02-19 15:43:25 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
meson: make itstool a test dependency

update test status
   2026-01-19 09:34:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
meson: updated to 1.10.1

1.10.1
Bug fixes
   2025-12-20 23:49:18 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
meson: update to 1.10.0.

# New features
## Support for the `counted_by` attribute
## Added a `values()` method for dictionaries
## Add cmd_array method to ExternalProgram
## Microchip XC32 compiler support
## Added OS/2 support
## Android cross file generator
## Array `.slice()` method
## `-Db_vscrt` on clang
## Added `build_subdir` arg to various targets
## Support for Cargo workspaces
## Experimental Codegen module
## Methods from compiler object now accept strings for include_directories
## `meson format` has a new `--check-diff` option
## `-Db_thinlto_cache` now supported for GCC
## Using `meson.get_compiler()` to get a language from another project is marked \ 
broken
## Experimental C++ import std support
## Common `Cargo.lock` for all Cargo subprojects
## Add a configure log in meson-logs
## Added new `namingscheme` option
## Rewriter improvements
## Passing `-C default-linker-libraries` to rustc
## `rustc` will receive `-C embed-bitcode=no` and `-C lto` command line options
## New method to handle GNU and Windows symbol visibility for C/C++/ObjC/ObjC++
## Vala BuildTarget dependency enhancements
## `i18n.xgettext` now accepts CustomTarget and CustomTargetIndex as sources