2020-11-29 19:06:56 by Thomas Klausner | Files touched by this commit (2) | ![]() |
Log message: ninja-build: update to 1.10.2. There have been two small changes in this release: The browse tool is now enabled when building with CMake (so it's part of the official binaries again) and it should now work in all circumstances to run the restat tool by the generator on Windows. See https://github.com/ninja-build/ninja/is … -677730694 for why the fix in 1.10.1 wasn't enough. |
2020-08-19 10:52:44 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: ninja-build: updated to 1.10.1 v1.10.1 See https://groups.google.com/g/ninja-build … zn_zTlAQAJ for the \ v1.10.1 release notes. |
2020-07-06 12:48:34 by Jonathan Perkin | Files touched by this commit (1) |
Log message: ninja-build: Support mksh-enabled macOS installs. |
2020-04-21 09:48:55 by David Sainty | Files touched by this commit (3) | ![]() |
Log message: Support a shell other than /bin/sh as a workaround for MacOS X. Under MacOS X the LD_LIBRARY_PATH variable is unset by the build system running executables under /bin (namely /bin/sh). This is part of MacOS X System Integrity Protection. Because many (most?) users of ninja/meson seem to need hacks involving LD_LIBRARY_PATH, use a non-SIP-triggering shell under MacOS X. Fixes MacOS X builds of glib2, gobject-introspection and others. Bump PKGREVISION for the new behaviour under MacOS X. |
2020-03-18 01:05:18 by Roland Illig | Files touched by this commit (1) |
Log message: devel/ninja-build: remove obsolete SUBST block The ninja code does not contain the word PREFIX anymore. |
2020-02-10 14:13:04 by Ryo ONODERA | Files touched by this commit (2) | ![]() |
Log message: ninja-build: Update to 1.10.0 Changelog: we'd like to release 1.10 from current master. The big new feature will be the new dyndep binding to support Fortran and C++20 modules: https://github.com/ninja-build/ninja/pull/1521 Also there are three new tools: cleandead: https://github.com/ninja-build/ninja/pull/1432 restat: https://github.com/ninja-build/ninja/pull/1685 rules: https://github.com/ninja-build/ninja/pull/1025 (this one actually existed in older versions of Ninja and is now back) Ninja itself can now also be built with CMake. For the release this will be done automatically by GitHub Actions, uploading the binary archives automatically and thus making the whole process a lot easier. If you want to test those binaries, check out: https://github.com/ninja-build/ninja/runs/396697164 |
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message: PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump. |
2019-02-17 12:58:50 by Thomas Klausner | Files touched by this commit (4) | ![]() |
Log message: ninja-build: update to 1.9.0. We've finally tagged a new release of Ninja, version v1.9.0! The biggest feature of this release would be high-resolution timestamps, so timestamps with a resolution under 1 second. https://github.com/ninja-build/ninja/issues/371 There are also several small quality-of-life improvements, for example ninja now enables Windows 10's ANSI color escape code support. https://github.com/ninja-build/ninja/issues/1451 For a complete list of changes see: https://github.com/ninja-build/ninja/co … 2...v1.9.0 |