diff options
author | reed <reed@pkgsrc.org> | 2008-10-04 14:31:06 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-10-04 14:31:06 +0000 |
commit | 5de234694a8425dd58aae8db0f64e5cbc1899bc3 (patch) | |
tree | 562f0e4d195ee6bf19e4a6e8549b2dd58c1b3d75 /emulators | |
parent | 6cf85df6bbba473bd150eaeaa56752240f508a2f (diff) | |
download | pkgsrc-5de234694a8425dd58aae8db0f64e5cbc1899bc3.tar.gz |
Revert the uname change. Back to the original source.
Unknown why it was using this.
This closes PR 39571 and PR 37786.
Another suggestion is to use pkgsrc's MACHINE_ARCH.
(Not completely tested on DragonFly as this still doesn't build
due to wrong gcc.)
Also note this release is not the latest.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/distinfo | 4 | ||||
-rw-r--r-- | emulators/qemu/patches/patch-ag | 15 |
2 files changed, 4 insertions, 15 deletions
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index e8ac2ff048f..fdd999bf259 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.37 2008/01/04 21:37:07 sborrill Exp $ +$NetBSD: distinfo,v 1.38 2008/10/04 14:31:06 reed Exp $ SHA1 (qemu-0.9.0.tar.gz) = 1e57e48a06eb8729913d92601000466eecef06cb RMD160 (qemu-0.9.0.tar.gz) = 4296542b6da18a6ac93d20787330d3c1c2ac0a19 @@ -7,7 +7,7 @@ SHA1 (patch-aa) = 455575215bad8864da285e1979da9ff7d8476a24 SHA1 (patch-ab) = 29870b0bec5f9fa08267dfb9208d75d1d735714a SHA1 (patch-ac) = f3f37f2e72de28077a6579b12ecb2ea6650eea85 SHA1 (patch-ad) = ac69a03e4945e8c8fd5aadca070b876d0970910d -SHA1 (patch-ag) = 792b409e5d737fb1a82d319ab6bdaefae84e05a4 +SHA1 (patch-ag) = aae65e1ecbde56c963d1430ba0d9461ea8e24ddb SHA1 (patch-ak) = 11669ec0ac62c0c90b7d2bfecb1f6efe3cb82fd2 SHA1 (patch-am) = a22a3b23284c377afa8113768d68c8ef40c514f9 SHA1 (patch-ao) = e92d56f991cf29f83e39464f9e695caa86fe5fe0 diff --git a/emulators/qemu/patches/patch-ag b/emulators/qemu/patches/patch-ag index 9f74b9c7c48..7b7f1ff76e3 100644 --- a/emulators/qemu/patches/patch-ag +++ b/emulators/qemu/patches/patch-ag @@ -1,16 +1,5 @@ -$NetBSD: patch-ag,v 1.10 2008/01/04 21:37:07 sborrill Exp $ - ---- configure.orig 2007-02-05 23:01:54 +0000 -+++ configure -@@ -29,7 +29,7 @@ ar="ar" - make="make" - install="install" - strip="strip" --cpu=`uname -m` -+cpu=`uname -p` - target_list="" - case "$cpu" in - i386|i486|i586|i686|i86pc|BePC) +--- configure.orig 2007-02-05 15:01:54 -0800 ++++ configure 2008-10-04 07:21:23 -0700 @@ -44,7 +44,7 @@ case "$cpu" in alpha) cpu="alpha" |