Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 545A263BCE0 for ; Sun, 21 Nov 2010 07:13:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 175F119DBFF; Sun, 21 Nov 2010 07:13:21 +0000 (UTC) Received: from nef.pbox.org (nef.pbox.org [IPv6:2001:7a8:202:1::1:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.netbsd.org (Postfix) with ESMTPS id 83EEC19D97F for ; Sun, 21 Nov 2010 07:13:19 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.13.8/8.13.8/) with ESMTP id oAL7D5Ef018285 for ; Sun, 21 Nov 2010 08:13:05 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.13.8/8.13.8/Submit) id oAL7D4Jm018284 for pkgsrc-changes@netbsd.org; Sun, 21 Nov 2010 08:13:05 +0100 (CET) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DE17119D7E5 for ; Sat, 20 Nov 2010 14:37:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A1653175DD; Sat, 20 Nov 2010 14:37:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 20 Nov 2010 14:37:42 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@netbsd.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20101120143742.A1653175DD@cvs.netbsd.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (nef.pbox.org [127.0.0.1]); Sun, 21 Nov 2010 08:13:05 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tsutsui Date: Sat Nov 20 14:37:42 UTC 2010 Modified Files: pkgsrc/emulators/qemu: Makefile Log Message: Disable bsd-user binaries on NetBSD 5.x and prior for workaround. i386 and x86_64 user emul binaries require newer binutils for PROVIDE_HIDDEN() http://git.qemu.org/qemu.git/commit/?id=845f2c2812d9ed24b36c02a3d06ee83aeafe8b49 but on NetBSD binutils-2.19 was enabled around 5.99.22: http://cvsweb.NetBSD.org/bsdweb.cgi/src/share/mk/bsd.own.mk#rev1.594 and qemu-0.13.0 build fails on NetBSD 5.1 and 5.0.2. Note qemu, qemu-system-x86_64, and other non user binaries (that would actually be required by most users) still work fine. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/emulators/qemu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.