Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8B5211A923B for ; Thu, 28 Jan 2021 12:43:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C8D4484D74; Thu, 28 Jan 2021 12:43:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0FA6584D6F for ; Thu, 28 Jan 2021 12:43:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zMtf7Pwbo1k1 for ; Thu, 28 Jan 2021 12:43:28 +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 60ED184D2F for ; Thu, 28 Jan 2021 12:43:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A750FA90; Thu, 28 Jan 2021 12:43:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611837808144410" MIME-Version: 1.0 Date: Thu, 28 Jan 2021 12:43:28 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/cross/mingw-w64-i686-binutils To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210128124328.5A750FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611837808144410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Jan 28 12:43:28 UTC 2021 Modified Files: pkgsrc/cross/mingw-w64-i686-binutils: PLIST Removed Files: pkgsrc/cross/mingw-w64-i686-binutils: distinfo Log Message: mingw-w64-i686-binutils: Update to 2.36 * Update binutils to the latest. * Remove unused distinfo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/mingw-w64-i686-binutils/PLIST cvs rdiff -u -r1.1 -r0 pkgsrc/cross/mingw-w64-i686-binutils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611837808144410 Content-Disposition: inline Content-Length: 1008 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/mingw-w64-i686-binutils/PLIST diff -u pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.2 pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.3 --- pkgsrc/cross/mingw-w64-i686-binutils/PLIST:1.2 Tue Aug 28 13:22:20 2018 +++ pkgsrc/cross/mingw-w64-i686-binutils/PLIST Thu Jan 28 12:43:28 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/08/28 13:22:20 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/01/28 12:43:28 ryoon Exp $ cross/i686-w64-mingw32/bin/i686-w64-mingw32-addr2line cross/i686-w64-mingw32/bin/i686-w64-mingw32-ar cross/i686-w64-mingw32/bin/i686-w64-mingw32-as @@ -42,6 +42,7 @@ cross/i686-w64-mingw32/info/bfd.info cross/i686-w64-mingw32/info/binutils.info cross/i686-w64-mingw32/info/gprof.info cross/i686-w64-mingw32/info/ld.info +cross/i686-w64-mingw32/lib/bfd-plugins/libdep.so cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-addr2line.1 cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-ar.1 cross/i686-w64-mingw32/man/man1/i686-w64-mingw32-as.1 --_----------=_1611837808144410--