pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xworld Make configure work when the output of `una...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab206e783d0c
branches:  trunk
changeset: 496291:ab206e783d0c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 25 00:40:20 2005 +0000

description:
Make configure work when the output of `uname -m` contains a space.

diffstat:

 x11/xworld/distinfo         |   3 ++-
 x11/xworld/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 7ed37590cdb7 -r ab206e783d0c x11/xworld/distinfo
--- a/x11/xworld/distinfo       Sat Jun 25 00:11:31 2005 +0000
+++ b/x11/xworld/distinfo       Sat Jun 25 00:40:20 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/06/20 10:58:16 wennmach Exp $
+$NetBSD: distinfo,v 1.7 2005/06/25 00:40:20 minskim Exp $
 
 SHA1 (xworld-2.0.tar.gz) = 99217a8f0b63ef8685c5508fbbff4f5d7bb9b9a8
 RMD160 (xworld-2.0.tar.gz) = b139357f529a8df535f82fecd74319b0f82605b3
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = d243d16ef9d79e82c817ae116b3a9b9cba71a1eb
 SHA1 (patch-ae) = 5abdb1a4a6133fee1f5d3a83625a41c27e07c912
 SHA1 (patch-af) = cf41e600032bea1c3b2cbd5436160b412fad7010
+SHA1 (patch-ag) = b764304482e74438464cebdf8880381074887588
diff -r 7ed37590cdb7 -r ab206e783d0c x11/xworld/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xworld/patches/patch-ag       Sat Jun 25 00:40:20 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2005/06/25 00:40:20 minskim Exp $
+
+--- configure.orig     1999-07-28 11:21:59.000000000 -0500
++++ configure
+@@ -2,7 +2,7 @@
+ set OS=`uname`
+ set ARCH=`uname -m`
+ if ($OS == "SunOS") set OS="Solaris"
+-if ($OS == "OSF1" && $ARCH == "alpha") set OS="DigitalUnix"
++if ($OS == "OSF1" && "$ARCH" == "alpha") set OS="DigitalUnix"
+ set OSVERS=`uname -r`
+ echo Configuring for $OS $OSVERS $ARCH
+ set setcsh0="defaults/set.csh"



Home | Main Index | Thread Index | Old Index