Received: by mail.netbsd.org (Postfix, from userid 605) id 2639184F5A; Mon, 22 Aug 2022 12:16:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6132684F58 for ; Mon, 22 Aug 2022 12:16:16 +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 2LHPSbfvQU7m for ; Mon, 22 Aug 2022 12:16:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5F75084C2C for ; Mon, 22 Aug 2022 12:16:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59158FB1A; Mon, 22 Aug 2022 12:16:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661170575281040" MIME-Version: 1.0 Date: Mon, 22 Aug 2022 12:16:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/gcc12 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220822121615.59158FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661170575281040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 22 12:16:15 UTC 2022 Modified Files: pkgsrc/lang/gcc12: Makefile distinfo version.mk Log Message: gcc12: update to 12.2.0. Bug fixes, full list here: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=12.2 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc12/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc12/distinfo \ pkgsrc/lang/gcc12/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661170575281040 Content-Disposition: inline Content-Length: 2439 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc12/Makefile diff -u pkgsrc/lang/gcc12/Makefile:1.2 pkgsrc/lang/gcc12/Makefile:1.3 --- pkgsrc/lang/gcc12/Makefile:1.2 Tue Jun 28 11:34:10 2022 +++ pkgsrc/lang/gcc12/Makefile Mon Aug 22 12:16:15 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/06/28 11:34:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/08/22 12:16:15 wiz Exp $ GCC_PKGNAME= gcc12 -PKGREVISION= 1 .include "version.mk" DISTNAME= gcc-${GCC12_DIST_VERSION} @@ -203,7 +202,7 @@ GENERATE_PLIST+= \ CHECK_BUILTIN.zlib:= yes .include "../../devel/zlib/builtin.mk" CHECK_BUILTIN.zlib:= no -.if !empty(USE_BUILTIN.zlib:M[yY][eE][sS]) +.if ${USE_BUILTIN.zlib:M[yY][eE][sS]} CONFIGURE_ARGS+= --with-system-zlib .else CONFIGURE_ARGS+= --without-system-zlib Index: pkgsrc/lang/gcc12/distinfo diff -u pkgsrc/lang/gcc12/distinfo:1.1 pkgsrc/lang/gcc12/distinfo:1.2 --- pkgsrc/lang/gcc12/distinfo:1.1 Thu Jun 16 15:43:55 2022 +++ pkgsrc/lang/gcc12/distinfo Mon Aug 22 12:16:15 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2022/06/16 15:43:55 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/08/22 12:16:15 wiz Exp $ -BLAKE2s (gcc-12.1.0.tar.xz) = 286450a2355504683b6ce4e027ea609e790b83868fed0bfbc89041673ae02e0c -SHA512 (gcc-12.1.0.tar.xz) = 2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900 -Size (gcc-12.1.0.tar.xz) = 82701928 bytes +BLAKE2s (gcc-12.2.0.tar.xz) = aca782fc46f75c32dc223ba8715cb46001658574431235822ce4e68361c58305 +SHA512 (gcc-12.2.0.tar.xz) = e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173 +Size (gcc-12.2.0.tar.xz) = 84645292 bytes BLAKE2s (isl-0.16.1.tar.bz2) = 01c3fc657326e81414986eb7ede6f73e540b97009745ced125cdf7f4a8d80f61 SHA512 (isl-0.16.1.tar.bz2) = c188667a84dc5bdddb4ab7c35f89c91bf15a8171f4fcaf41301cf285fb7328846d9a367c096012fec4cc69d244f0bc9e95d84c09ec097394cd4093076f2a041b Size (isl-0.16.1.tar.bz2) = 1626446 bytes Index: pkgsrc/lang/gcc12/version.mk diff -u pkgsrc/lang/gcc12/version.mk:1.1 pkgsrc/lang/gcc12/version.mk:1.2 --- pkgsrc/lang/gcc12/version.mk:1.1 Thu Jun 16 15:43:55 2022 +++ pkgsrc/lang/gcc12/version.mk Mon Aug 22 12:16:15 2022 @@ -1,2 +1,3 @@ -# $NetBSD: version.mk,v 1.1 2022/06/16 15:43:55 adam Exp $ -GCC12_DIST_VERSION:= 12.1.0 +# $NetBSD: version.mk,v 1.2 2022/08/22 12:16:15 wiz Exp $ + +GCC12_DIST_VERSION:= 12.2.0 --_----------=_1661170575281040--