pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   mcf
Date:           Sun Aug 29 01:53:06 UTC 2021

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
qemu: re-add qemu-sparc and qemu-sparc64 to PLIST

Instead, drop them from USER_EMUL on BSD platforms, since these
user-mode qemu targets were removed only for BSD [0]; they still
remain on Linux.

[0] https://git.qemu.org/?p=qemu.git;a=commit;h=f8ce39701b5be032fb3f9c05e8adb4055f70eec2


To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/emulators/qemu/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.283 pkgsrc/emulators/qemu/Makefile:1.284
--- pkgsrc/emulators/qemu/Makefile:1.283        Fri Aug 27 03:32:37 2021
+++ pkgsrc/emulators/qemu/Makefile      Sun Aug 29 01:53:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.283 2021/08/27 03:32:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.284 2021/08/29 01:53:06 mcf Exp $
 
 DISTNAME=      qemu-6.1.0
 PKGNAME=       ${DISTNAME:S/-rc/rc/}
@@ -122,10 +122,10 @@ PLIST.nbd=                        yes
 .  if !exists(/usr/include/machine/trap.h)
 CONFIGURE_ARGS+=               --disable-bsd-user
 .  else
-USER_EMUL=                     i386 x86_64 sparc sparc64
+USER_EMUL=                     i386 x86_64
 .  endif
 .elif !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
-USER_EMUL=                     i386 x86_64 sparc sparc64
+USER_EMUL=                     i386 x86_64
 PLIST.nbd=                     yes
 .elif ${OPSYS} == "Darwin"
 USER_EMUL=

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.77 pkgsrc/emulators/qemu/PLIST:1.78
--- pkgsrc/emulators/qemu/PLIST:1.77    Fri Aug 27 03:32:37 2021
+++ pkgsrc/emulators/qemu/PLIST Sun Aug 29 01:53:06 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.77 2021/08/27 03:32:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.78 2021/08/29 01:53:06 mcf Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -35,7 +35,9 @@ ${PLIST.riscv64}bin/qemu-riscv64
 ${PLIST.s390x}bin/qemu-s390x
 ${PLIST.sh4}bin/qemu-sh4
 ${PLIST.sh4eb}bin/qemu-sh4eb
+${PLIST.sparc}bin/qemu-sparc
 ${PLIST.sparc32plus}bin/qemu-sparc32plus
+${PLIST.sparc64}bin/qemu-sparc64
 bin/qemu-storage-daemon
 bin/qemu-system-aarch64
 bin/qemu-system-alpha



Home | Main Index | Thread Index | Old Index