summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-22 07:55:38 +0000
committerrillig <rillig>2006-10-22 07:55:38 +0000
commit15e6e9a4bb3e939e3ae96bf5677635c4d3038914 (patch)
tree3c528a4ded9ebacd4c0f1b4da3b6d66ef9fe4392
parentcaa8924e3cb27ab91dfbd4ad60f75709c1fb8fba (diff)
downloadpkgsrc-15e6e9a4bb3e939e3ae96bf5677635c4d3038914.tar.gz
Fixed "test ==".
-rw-r--r--devel/gdb/distinfo3
-rw-r--r--devel/gdb/patches/patch-ao13
-rw-r--r--devel/gdb6/distinfo3
-rw-r--r--devel/gdb6/patches/patch-bn13
-rw-r--r--devel/gdbada/distinfo3
-rw-r--r--devel/gdbada/patches/patch-bb13
-rw-r--r--devel/py-checker/distinfo3
-rw-r--r--devel/py-checker/patches/patch-ab13
8 files changed, 60 insertions, 4 deletions
diff --git a/devel/gdb/distinfo b/devel/gdb/distinfo
index f27b94d2580..839421d91f3 100644
--- a/devel/gdb/distinfo
+++ b/devel/gdb/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2006/02/27 15:45:29 joerg Exp $
+$NetBSD: distinfo,v 1.8 2006/10/22 07:55:38 rillig Exp $
SHA1 (gdb-5.3.tar.gz) = 24a6c9da6e89b1b82b7508f27f94098d989ff662
RMD160 (gdb-5.3.tar.gz) = 3f88dc11115de08708c50c73b10acaf00ed25e96
@@ -17,3 +17,4 @@ SHA1 (patch-ak) = 0908ff7f7000df702a18c25bce4b4930c61ad8f8
SHA1 (patch-al) = 2721abee837d85f57b05073490d94e9e11d5193d
SHA1 (patch-am) = 8bb74176c2e7042a74330a02d60a1976919da2a0
SHA1 (patch-an) = c28777296917daa1a619eca092023c8f5aaf706f
+SHA1 (patch-ao) = 7a38b55945cf6d9fc422e460d67b88a1e4416e62
diff --git a/devel/gdb/patches/patch-ao b/devel/gdb/patches/patch-ao
new file mode 100644
index 00000000000..f1e360eeb3c
--- /dev/null
+++ b/devel/gdb/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.1 2006/10/22 07:55:38 rillig Exp $
+
+--- gdb/config/djgpp/djconfig.sh.orig 2002-02-25 17:09:45.000000000 +0100
++++ gdb/config/djgpp/djconfig.sh 2006-10-22 09:54:26.000000000 +0200
+@@ -76,7 +76,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
+
+ # We need to skip the build directory if it is a subdirectory of $srcdir,
+ # otherwise we will have an infinite recursion on our hands...
+-if test "`pwd`" == "${srcdir}" ; then
++if test "`pwd`" = "${srcdir}" ; then
+ SKIPDIR=""
+ SKIPFILES=""
+ else
diff --git a/devel/gdb6/distinfo b/devel/gdb6/distinfo
index eef12716c3e..c5ed0530f2f 100644
--- a/devel/gdb6/distinfo
+++ b/devel/gdb6/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/03/17 13:57:38 joerg Exp $
+$NetBSD: distinfo,v 1.10 2006/10/22 08:06:42 rillig Exp $
SHA1 (gdb-6.2.1.tar.bz2) = 50cee3887744c4140aafcc0e4eb579d94464dfd7
RMD160 (gdb-6.2.1.tar.bz2) = 6fe9f3bbef076c55cbcdf05143e7d5f98f61f889
@@ -42,3 +42,4 @@ SHA1 (patch-bj) = 43cf376dddf9f91dceee8d1eba853171fd873905
SHA1 (patch-bk) = 98f836c7007a668b812d119be294842a957cb507
SHA1 (patch-bl) = 12a9846fc08e8c3110897644d7803f67999b68f8
SHA1 (patch-bm) = baf198e86cb5e9d8b9f6b0bd6d7ccd1ca61227b4
+SHA1 (patch-bn) = cfeee69148028782b9ab6580f0f619d5f3327325
diff --git a/devel/gdb6/patches/patch-bn b/devel/gdb6/patches/patch-bn
new file mode 100644
index 00000000000..348a564dd68
--- /dev/null
+++ b/devel/gdb6/patches/patch-bn
@@ -0,0 +1,13 @@
+$NetBSD: patch-bn,v 1.1 2006/10/22 08:06:42 rillig Exp $
+
+--- gdb/config/djgpp/djconfig.sh.orig 2003-12-29 08:35:35.000000000 +0100
++++ gdb/config/djgpp/djconfig.sh 2006-10-22 09:56:02.000000000 +0200
+@@ -89,7 +89,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
+
+ # We need to skip the build directory if it is a subdirectory of $srcdir,
+ # otherwise we will have an infinite recursion on our hands...
+-if test "`pwd`" == "${srcdir}" ; then
++if test "`pwd`" = "${srcdir}" ; then
+ SKIPDIR=""
+ SKIPFILES=""
+ else
diff --git a/devel/gdbada/distinfo b/devel/gdbada/distinfo
index 9b6269ef502..982edc35c85 100644
--- a/devel/gdbada/distinfo
+++ b/devel/gdbada/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/11/13 14:45:13 shannonjr Exp $
+$NetBSD: distinfo,v 1.8 2006/10/22 07:59:55 rillig Exp $
SHA1 (gdbada-6.3.tgz) = ac174c32d23c628521142f92b83c30a4a40b450b
RMD160 (gdbada-6.3.tgz) = fb3cb09d29ce8c7c805737c7e9af9ccd5918773d
@@ -28,3 +28,4 @@ SHA1 (patch-aw) = 44a28f2cb4b395442ba140269833dff87b83d821
SHA1 (patch-ax) = 208ce114735cb39a422ef40edd739ab47ae68baf
SHA1 (patch-ay) = e5b353114a4a71df83e562d42a62e24ac6ea79b6
SHA1 (patch-ba) = f351ea2c3d665934a4b85735f71663bda0f921a5
+SHA1 (patch-bb) = 70d5344dce0f8d957d59ef32eee0f16f8f4d51e4
diff --git a/devel/gdbada/patches/patch-bb b/devel/gdbada/patches/patch-bb
new file mode 100644
index 00000000000..673d6c3a536
--- /dev/null
+++ b/devel/gdbada/patches/patch-bb
@@ -0,0 +1,13 @@
+$NetBSD: patch-bb,v 1.1 2006/10/22 07:59:55 rillig Exp $
+
+--- gdb/config/djgpp/djconfig.sh.orig 2004-10-21 01:12:57.000000000 +0200
++++ gdb/config/djgpp/djconfig.sh 2006-10-22 09:59:05.000000000 +0200
+@@ -89,7 +89,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
+
+ # We need to skip the build directory if it is a subdirectory of $srcdir,
+ # otherwise we will have an infinite recursion on our hands...
+-if test "`pwd`" == "${srcdir}" ; then
++if test "`pwd`" = "${srcdir}" ; then
+ SKIPDIR=""
+ SKIPFILES=""
+ else
diff --git a/devel/py-checker/distinfo b/devel/py-checker/distinfo
index 49054e4c16d..db2319d7648 100644
--- a/devel/py-checker/distinfo
+++ b/devel/py-checker/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:31 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/10/22 07:58:33 rillig Exp $
SHA1 (pychecker-0.8.14.tar.gz) = d03965d4799364adf7f48ef31967cf4dc6f978d6
RMD160 (pychecker-0.8.14.tar.gz) = bc30b946bf30e36d4f3fa0753b570bc10d4ac056
Size (pychecker-0.8.14.tar.gz) = 121815 bytes
SHA1 (patch-aa) = ef0328a153878fde74679c9480d60e80ffc3ffa0
+SHA1 (patch-ab) = 8e24ee63f29196591ac32583b79cd7b925b0141c
diff --git a/devel/py-checker/patches/patch-ab b/devel/py-checker/patches/patch-ab
new file mode 100644
index 00000000000..74fa392f3b9
--- /dev/null
+++ b/devel/py-checker/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/22 07:58:33 rillig Exp $
+
+--- test_check.sh.orig 2004-06-06 17:14:28.000000000 +0200
++++ test_check.sh 2006-10-22 09:57:35.000000000 +0200
+@@ -6,7 +6,7 @@ TESTS="test_input/test[1-9]*.py"
+ #PYTHON="$HOME/build/python/2_3/python"
+ #PYTHON="$PYTHON -tt coverage.py -x"
+
+-if [ "$PYTHON" == "" ]; then
++if [ "$PYTHON" = "" ]; then
+ PYTHON=python
+ fi
+