pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ninja-build ninja-build: updated to 1.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da7aa16c4d7a
branches:  trunk
changeset: 380010:da7aa16c4d7a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 27 12:22:35 2022 +0000

description:
ninja-build: updated to 1.11.0

release 1.11

This release adds Validation Nodes which are a new way to add jobs like linters or static analyzers to the build graph. They are added using |@ and don't produce any outputs. You can read more about 
the motivation and the syntax here: https://github.com/ninja-build/ninja/pull/1800

Another big change is that Ninja now uses UTF-8 on Windows. This means that while previous versions of Ninja used the local ANSI encoding it will now always use UTF-8 allowing filenames and output 
with special characters. For this to work you'll need Windows 10 Version 1903 or newer. And for the console output to show Unicode characters you'll need to set the codepage to 65001. More 
information at: https://github.com/ninja-build/ninja/pull/1915

Note that this is a breaking change if you relied on non-ASCII characters of the local codepage! If you want to query Ninja what codepage it uses in your generator, call `ninja -t wincodepage` and 
act accordingly.

There are also two new tools:
missingdeps: https://github.com/ninja-build/ninja/pull/1331
inputs: https://github.com/ninja-build/ninja/pull/1730

And as it was often requested, ninja now has a --quiet flag :)

For a complete list of changes see https://github.com/ninja-build/ninja/milestone/3?closed=1

diffstat:

 devel/ninja-build/Makefile |  4 ++--
 devel/ninja-build/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 0786f90bccfe -r da7aa16c4d7a devel/ninja-build/Makefile
--- a/devel/ninja-build/Makefile        Fri May 27 11:33:30 2022 +0000
+++ b/devel/ninja-build/Makefile        Fri May 27 12:22:35 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/11/29 18:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/05/27 12:22:35 adam Exp $
 
-DISTNAME=      ninja-1.10.2
+DISTNAME=      ninja-1.11.0
 PKGNAME=       ${DISTNAME:S/ninja/ninja-build/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ninja-build/}
diff -r 0786f90bccfe -r da7aa16c4d7a devel/ninja-build/distinfo
--- a/devel/ninja-build/distinfo        Fri May 27 11:33:30 2022 +0000
+++ b/devel/ninja-build/distinfo        Fri May 27 12:22:35 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:15:43 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/05/27 12:22:35 adam Exp $
 
-BLAKE2s (ninja-1.10.2.tar.gz) = 04d4e51a365523abf522ab1a0090eb962cb7558254569e98f6f816dc3aeea76c
-SHA512 (ninja-1.10.2.tar.gz) = 895412ae1cbc83c656e92f282602a29300e08274e9dea0da4464202ae556e7a1ab03bec057f23da4756bbd91bd2d744cd7a64b336740fd2782bb4db5c3b7b496
-Size (ninja-1.10.2.tar.gz) = 213959 bytes
+BLAKE2s (ninja-1.11.0.tar.gz) = 2c30ba470f88a1745b8848c87f6aa40bcf6822ee7719ddbd2b50a200fe546b6b
+SHA512 (ninja-1.11.0.tar.gz) = 9b9c8dae2251f9ddba50680911271b8504c292994fd90a0da94902f64c69a9edc72212217df5c651ddfc2f79c2ae03e84c99b805497dcd7497c53a1617de83e7
+Size (ninja-1.11.0.tar.gz) = 229475 bytes
 SHA1 (patch-src_subprocess-posix.cc) = aff45ff1080c8556bc9a749666c532896bd73609



Home | Main Index | Thread Index | Old Index