Received: by mail.netbsd.org (Postfix, from userid 605) id 6B34B850DF; Thu, 8 Apr 2021 13:02:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A69BE84D29 for ; Thu, 8 Apr 2021 13:02:09 +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 bv2Vi2dkeOzo for ; Thu, 8 Apr 2021 13:02:09 +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 04FE584DDB for ; Thu, 8 Apr 2021 13:02:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2985FA95; Thu, 8 Apr 2021 13:02:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161788692899450" MIME-Version: 1.0 Date: Thu, 8 Apr 2021 13:02:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210408130208.F2985FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161788692899450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Apr 8 13:02:08 UTC 2021 Modified Files: pkgsrc/emulators/qemu: Makefile Log Message: qemu: some linux usermode targets are no longer being built reported in #pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 pkgsrc/emulators/qemu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161788692899450 Content-Disposition: inline Content-Length: 845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/qemu/Makefile diff -u pkgsrc/emulators/qemu/Makefile:1.270 pkgsrc/emulators/qemu/Makefile:1.271 --- pkgsrc/emulators/qemu/Makefile:1.270 Wed Apr 7 13:21:28 2021 +++ pkgsrc/emulators/qemu/Makefile Thu Apr 8 13:02:08 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.270 2021/04/07 13:21:28 wiz Exp $ +# $NetBSD: Makefile,v 1.271 2021/04/08 13:02:08 nia Exp $ DISTNAME= qemu-5.2.0 PKGREVISION= 5 @@ -98,10 +98,9 @@ UE_ARCHS+= i386 UE_ARCHS+= m68k microblaze microblazeel UE_ARCHS+= mips mips64 mips64el mipsel mipsn32 mipsn32el UE_ARCHS+= nios2 -UE_ARCHS+= or1k ppc ppc64 ppc64le ppc64abi32 +UE_ARCHS+= or1k ppc ppc64 ppc64le UE_ARCHS+= riscv32 riscv64 UE_ARCHS+= s390x sh4 sh4eb sparc sparc32plus sparc64 -UE_ARCHS+= tilegx UE_ARCHS+= x86_64 xtensa xtensaeb .if ${OPSYS} == "NetBSD" --_----------=_161788692899450--