Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A116884E59 for ; Fri, 6 Oct 2023 19:20:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OU9nOYndBoxX for ; Fri, 6 Oct 2023 19:20:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1AB6984CEB for ; Fri, 6 Oct 2023 19:20:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13E71FBDB; Fri, 6 Oct 2023 19:20:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696620013126570" MIME-Version: 1.0 Date: Fri, 6 Oct 2023 19:20:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231006192013.13E71FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696620013126570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 6 19:20:12 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated lang/llvm family; Added lang/mlir, lang/flang To generate a diff of this commit: cvs rdiff -u -r1.5763 -r1.5764 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23414 -r1.23415 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696620013126570 Content-Disposition: inline Content-Length: 2088 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5763 pkgsrc/doc/CHANGES-2023:1.5764 --- pkgsrc/doc/CHANGES-2023:1.5763 Fri Oct 6 18:39:42 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Oct 6 19:20:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5763 2023/10/06 18:39:42 leot Exp $ +$NetBSD: CHANGES-2023,v 1.5764 2023/10/06 19:20:12 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -8423,3 +8423,18 @@ Changes to the packages collection and i Updated multimedia/assimp to 5.3.1 [adam 2023-10-06] Updated devel/gperftools to 2.13 [adam 2023-10-06] Updated devel/regal to 0.10.1 [leot 2023-10-06] + Updated devel/lld to 16.0.6 [adam 2023-10-06] + Updated devel/lldb to 16.0.6 [adam 2023-10-06] + Updated devel/polly to 16.0.6 [adam 2023-10-06] + Updated lang/clang to 16.0.6 [adam 2023-10-06] + Updated lang/clang-tools-extra to 16.0.6 [adam 2023-10-06] + Updated lang/compiler-rt to 16.0.6 [adam 2023-10-06] + Updated lang/libcxx to 16.0.6 [adam 2023-10-06] + Updated lang/libcxxabi to 16.0.6 [adam 2023-10-06] + Updated lang/libunwind to 16.0.6 [adam 2023-10-06] + Updated lang/llvm to 16.0.6 [adam 2023-10-06] + Updated lang/wasi-compiler-rt to 16.0.6 [adam 2023-10-06] + Updated lang/wasi-libcxx to 16.0.6 [adam 2023-10-06] + Updated parallel/openmp to 16.0.6 [adam 2023-10-06] + Added lang/mlir version 16.0.6 [adam 2023-10-06] + Added lang/flang version 16.0.6 [adam 2023-10-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23414 pkgsrc/doc/TODO:1.23415 --- pkgsrc/doc/TODO:1.23414 Fri Oct 6 16:54:08 2023 +++ pkgsrc/doc/TODO Fri Oct 6 19:20:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23414 2023/10/06 16:54:08 adam Exp $ +$NetBSD: TODO,v 1.23415 2023/10/06 19:20:12 adam Exp $ Suggested new packages ====================== @@ -936,8 +936,7 @@ For possible Perl packages updates, see o liquidwar-6.0.0.11 o lirc-0.9.3 o litehtml-0.8 [wip, https://github.com/litehtml/litehtml/issues/266] - o llvm-16.0.6 [wip] - o llvm-17.0.1 + o llvm-17.0.2 o lmbench-3 o log4cxx-0.11.0 o lohit-fonts-2.4.2 --_----------=_1696620013126570--