pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu Revert the uname change. Back to the or...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/390a0d091981
branches:  trunk
changeset: 547812:390a0d091981
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Oct 04 14:31:06 2008 +0000

description:
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:

 emulators/qemu/distinfo         |   4 ++--
 emulators/qemu/patches/patch-ag |  15 ++-------------
 2 files changed, 4 insertions(+), 15 deletions(-)

diffs (40 lines):

diff -r f2f5d873e7f9 -r 390a0d091981 emulators/qemu/distinfo
--- a/emulators/qemu/distinfo   Sat Oct 04 12:33:41 2008 +0000
+++ b/emulators/qemu/distinfo   Sat Oct 04 14:31:06 2008 +0000
@@ -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-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 -r f2f5d873e7f9 -r 390a0d091981 emulators/qemu/patches/patch-ag
--- a/emulators/qemu/patches/patch-ag   Sat Oct 04 12:33:41 2008 +0000
+++ b/emulators/qemu/patches/patch-ag   Sat Oct 04 14:31:06 2008 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index