pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/jamvm fix the use to == for test(1)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26cd627febfd
branches:  trunk
changeset: 512902:26cd627febfd
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue May 16 21:33:03 2006 +0000

description:
fix the use to == for test(1)

diffstat:

 lang/jamvm/distinfo         |   4 ++--
 lang/jamvm/patches/patch-aa |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 1b51c37915a5 -r 26cd627febfd lang/jamvm/distinfo
--- a/lang/jamvm/distinfo       Tue May 16 21:26:46 2006 +0000
+++ b/lang/jamvm/distinfo       Tue May 16 21:33:03 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/05/02 08:59:30 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/05/16 21:33:03 tonio Exp $
 
 SHA1 (jamvm-1.4.2.tar.gz) = cfda95e52261d58e535a0c8ec03878304e9560c7
 RMD160 (jamvm-1.4.2.tar.gz) = ca9d26f90dd04e5aaefb1c33dda59a4f41456e31
 Size (jamvm-1.4.2.tar.gz) = 285593 bytes
-SHA1 (patch-aa) = 932c69d3cb7eae2ade71c7d6b4644d44cb68e68e
+SHA1 (patch-aa) = 4de74aaee822305f09ae4c0402f82715c8f216b4
diff -r 1b51c37915a5 -r 26cd627febfd lang/jamvm/patches/patch-aa
--- a/lang/jamvm/patches/patch-aa       Tue May 16 21:26:46 2006 +0000
+++ b/lang/jamvm/patches/patch-aa       Tue May 16 21:33:03 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2006/05/02 08:59:30 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2006/05/16 21:33:03 tonio Exp $
 
---- configure.orig     2006-01-18 10:08:36.000000000 +0000
+--- configure.orig     2006-01-18 11:08:36.000000000 +0100
 +++ configure
 @@ -1943,19 +1943,25 @@ host_os=`echo $ac_cv_host | sed 's/^\([^
  
@@ -30,6 +30,15 @@
  powerpc-*-darwin*) host_os=darwin ;;
  *) { { echo "$as_me:$LINENO: error: $host not supported" >&5
  echo "$as_me: error: $host not supported" >&2;}
+@@ -1984,7 +1990,7 @@ if test "${enable_int_caching+set}" = se
+   enableval="$enable_int_caching"
+ 
+ else
+-  if test "$host_cpu" == i386; then
++  if test "$host_cpu" = i386; then
+          enable_int_caching=no
+      fi
+ fi;
 @@ -3289,13 +3295,13 @@ done
  
  



Home | Main Index | Thread Index | Old Index