Received: by mail.netbsd.org (Postfix, from userid 605) id 68AB784D88; Sat, 14 Oct 2017 12:31:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFCA384D85 for ; Sat, 14 Oct 2017 12:31:25 +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 rg-TpTM6z4no for ; Sat, 14 Oct 2017 12:31:25 +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 56BCE84CE3 for ; Sat, 14 Oct 2017 12:31:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54BF3FBC7; Sat, 14 Oct 2017 12:31:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507984285106620" MIME-Version: 1.0 Date: Sat, 14 Oct 2017 12:31:25 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/emulators/qemu/files To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20171014123125.54BF3FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507984285106620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Sat Oct 14 12:31:25 UTC 2017 Added Files: pkgsrc/emulators/qemu/files: uboot-exclude Log Message: qemu: fix extraction of 2.10.* on case-insensitive filesystems Exclude from roms/u-boot/scripts/Kconfig to fix extraction on case-insensitive filesystems (e.g. Mac OS), there is a conflict between kconfig directory and Kconfig file. The file is not used for anything, u-boot sources are included just to comply with upstream licence. Hopefully u-boot will be fixed, and next qemu version updated to include the fixed version. Bumped PKGREVISION just in case nevertheless. More info: https://bugs.launchpad.net/qemu/+bug/1714750 u-boot patch: https://lists.denx.de/pipermail/u-boot/2017-September/307910.html To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/qemu/files/uboot-exclude Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507984285106620 Content-Disposition: inline Content-Length: 283 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/emulators/qemu/files/uboot-exclude diff -u /dev/null pkgsrc/emulators/qemu/files/uboot-exclude:1.1 --- /dev/null Sat Oct 14 12:31:25 2017 +++ pkgsrc/emulators/qemu/files/uboot-exclude Sat Oct 14 12:31:25 2017 @@ -0,0 +1 @@ +*/roms/u-boot/scripts/Kconfig --_----------=_1507984285106620--