pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ninja-build
Module Name: pkgsrc
Committed By: adam
Date: Fri May 27 12:22:35 UTC 2022
Modified Files:
pkgsrc/devel/ninja-build: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ninja-build/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ninja-build/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ninja-build/Makefile
diff -u pkgsrc/devel/ninja-build/Makefile:1.16 pkgsrc/devel/ninja-build/Makefile:1.17
--- pkgsrc/devel/ninja-build/Makefile:1.16 Sun Nov 29 18:06:56 2020
+++ pkgsrc/devel/ninja-build/Makefile Fri May 27 12:22:35 2022
@@ -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/}
Index: pkgsrc/devel/ninja-build/distinfo
diff -u pkgsrc/devel/ninja-build/distinfo:1.17 pkgsrc/devel/ninja-build/distinfo:1.18
--- pkgsrc/devel/ninja-build/distinfo:1.17 Tue Oct 26 10:15:43 2021
+++ pkgsrc/devel/ninja-build/distinfo Fri May 27 12:22:35 2022
@@ -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