pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu Remove tricore usermode.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a27217dce555
branches:  trunk
changeset: 652971:a27217dce555
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jun 10 20:40:11 2015 +0000

description:
Remove tricore usermode.
According to linux-user directory, tricore usermode is not provided.
May fix PR pkg/49808.

diffstat:

 emulators/qemu/Makefile |  4 ++--
 emulators/qemu/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 94524579a555 -r a27217dce555 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Wed Jun 10 20:40:05 2015 +0000
+++ b/emulators/qemu/Makefile   Wed Jun 10 20:40:11 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2015/05/16 03:19:54 khorben Exp $
+# $NetBSD: Makefile,v 1.139 2015/06/10 20:40:11 ryoon Exp $
 
 DISTNAME=      qemu-2.3.0
 PKGREVISION=   1
@@ -55,7 +55,7 @@
 
 UE_ARCHS+=             alpha arm armeb cris i386 m68k microblaze mips mipsel
 UE_ARCHS+=             or32 ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus
-UE_ARCHS+=             sparc64 x86_64 microblazeel s390x tricore unicore32
+UE_ARCHS+=             sparc64 x86_64 microblazeel s390x unicore32
 
 .if ${OPSYS} == "NetBSD"
 .  if (!empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6-9].*))
diff -r 94524579a555 -r a27217dce555 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST      Wed Jun 10 20:40:05 2015 +0000
+++ b/emulators/qemu/PLIST      Wed Jun 10 20:40:11 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2014/12/12 15:36:03 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.42 2015/06/10 20:40:11 ryoon Exp $
 ${PLIST.alpha}bin/qemu-alpha
 ${PLIST.arm}bin/qemu-arm
 ${PLIST.armeb}bin/qemu-armeb
@@ -23,7 +23,6 @@
 ${PLIST.sparc}bin/qemu-sparc
 ${PLIST.sparc32plus}bin/qemu-sparc32plus
 ${PLIST.sparc64}bin/qemu-sparc64
-${PLIST.tricore}bin/qemu-tricore
 ${PLIST.unicore32}bin/qemu-unicore32
 bin/qemu-system-aarch64
 bin/qemu-system-alpha



Home | Main Index | Thread Index | Old Index