pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qemu-git: Eliminate merged patch upstream
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat May 13 00:05:54 2017 +0200
Changeset: 2ef1856d63a8709c0e3ea133895a610606964428
Modified Files:
qemu-git/distinfo
Removed Files:
qemu-git/patches/patch-scripts_qemu-binfmt-conf.sh
Log Message:
qemu-git: Eliminate merged patch upstream
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2ef1856d63a8709c0e3ea133895a610606964428
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qemu-git/distinfo | 1 -
qemu-git/patches/patch-scripts_qemu-binfmt-conf.sh | 19 -------------------
2 files changed, 20 deletions(-)
diffs:
diff --git a/qemu-git/distinfo b/qemu-git/distinfo
index 3c0034fe8a..04dbad1446 100644
--- a/qemu-git/distinfo
+++ b/qemu-git/distinfo
@@ -5,4 +5,3 @@ RMD160 (qemu-2.8.1.tar.bz2) = 93f71138d19c871195c9e0b1a7ba66275773f93a
SHA512 (qemu-2.8.1.tar.bz2) = 0397b4029cdcb77ed053c44b3579a3f34894038e6fc6b4aa88de14515f5a78bf2f41c5e865f37111529f567c85d2f1c4deefae47dde54f76eac79410e5b2bdda
Size (qemu-2.8.1.tar.bz2) = 28366270 bytes
SHA1 (patch-configure) = cf38092c108e540aa686ce48a69020fddc83351d
-SHA1 (patch-scripts_qemu-binfmt-conf.sh) = 721017b17a6c00438c4b0b105376a488addf8eb1
diff --git a/qemu-git/patches/patch-scripts_qemu-binfmt-conf.sh b/qemu-git/patches/patch-scripts_qemu-binfmt-conf.sh
deleted file mode 100644
index 1f5bb6db78..0000000000
--- a/qemu-git/patches/patch-scripts_qemu-binfmt-conf.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-
---- scripts/qemu-binfmt-conf.sh.orig 2017-03-31 14:07:03.000000000 +0000
-+++ scripts/qemu-binfmt-conf.sh
-@@ -279,12 +279,12 @@ while true ; do
- shift
- # check given cpu is in the supported CPU list
- for cpu in ${qemu_target_list} ; do
-- if [ "$cpu" == "$1" ] ; then
-+ if [ "$cpu" = "$1" ] ; then
- break
- fi
- done
-
-- if [ "$cpu" == "$1" ] ; then
-+ if [ "$cpu" = "$1" ] ; then
- qemu_target_list="$1"
- else
- echo "ERROR: unknown CPU \"$1\"" 1>&2
Home |
Main Index |
Thread Index |
Old Index