pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f5a31f78789
branches:  trunk
changeset: 520478:2f5a31f78789
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 07:55:38 2006 +0000

description:
Fixed "test ==".

diffstat:

 devel/gdb/distinfo                |   3 ++-
 devel/gdb/patches/patch-ao        |  13 +++++++++++++
 devel/gdb6/distinfo               |   3 ++-
 devel/gdb6/patches/patch-bn       |  13 +++++++++++++
 devel/gdbada/distinfo             |   3 ++-
 devel/gdbada/patches/patch-bb     |  13 +++++++++++++
 devel/py-checker/distinfo         |   3 ++-
 devel/py-checker/patches/patch-ab |  13 +++++++++++++
 8 files changed, 60 insertions(+), 4 deletions(-)

diffs (122 lines):

diff -r 0ed3a5662b4e -r 2f5a31f78789 devel/gdb/distinfo
--- a/devel/gdb/distinfo        Sun Oct 22 07:52:27 2006 +0000
+++ b/devel/gdb/distinfo        Sun Oct 22 07:55:38 2006 +0000
@@ -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-al) = 2721abee837d85f57b05073490d94e9e11d5193d
 SHA1 (patch-am) = 8bb74176c2e7042a74330a02d60a1976919da2a0
 SHA1 (patch-an) = c28777296917daa1a619eca092023c8f5aaf706f
+SHA1 (patch-ao) = 7a38b55945cf6d9fc422e460d67b88a1e4416e62
diff -r 0ed3a5662b4e -r 2f5a31f78789 devel/gdb/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdb/patches/patch-ao        Sun Oct 22 07:55:38 2006 +0000
@@ -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 -r 0ed3a5662b4e -r 2f5a31f78789 devel/gdb6/distinfo
--- a/devel/gdb6/distinfo       Sun Oct 22 07:52:27 2006 +0000
+++ b/devel/gdb6/distinfo       Sun Oct 22 07:55:38 2006 +0000
@@ -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-bk) = 98f836c7007a668b812d119be294842a957cb507
 SHA1 (patch-bl) = 12a9846fc08e8c3110897644d7803f67999b68f8
 SHA1 (patch-bm) = baf198e86cb5e9d8b9f6b0bd6d7ccd1ca61227b4
+SHA1 (patch-bn) = cfeee69148028782b9ab6580f0f619d5f3327325
diff -r 0ed3a5662b4e -r 2f5a31f78789 devel/gdb6/patches/patch-bn
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdb6/patches/patch-bn       Sun Oct 22 07:55:38 2006 +0000
@@ -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 -r 0ed3a5662b4e -r 2f5a31f78789 devel/gdbada/distinfo
--- a/devel/gdbada/distinfo     Sun Oct 22 07:52:27 2006 +0000
+++ b/devel/gdbada/distinfo     Sun Oct 22 07:55:38 2006 +0000
@@ -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-ax) = 208ce114735cb39a422ef40edd739ab47ae68baf
 SHA1 (patch-ay) = e5b353114a4a71df83e562d42a62e24ac6ea79b6
 SHA1 (patch-ba) = f351ea2c3d665934a4b85735f71663bda0f921a5
+SHA1 (patch-bb) = 70d5344dce0f8d957d59ef32eee0f16f8f4d51e4
diff -r 0ed3a5662b4e -r 2f5a31f78789 devel/gdbada/patches/patch-bb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdbada/patches/patch-bb     Sun Oct 22 07:55:38 2006 +0000
@@ -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 -r 0ed3a5662b4e -r 2f5a31f78789 devel/py-checker/distinfo
--- a/devel/py-checker/distinfo Sun Oct 22 07:52:27 2006 +0000
+++ b/devel/py-checker/distinfo Sun Oct 22 07:55:38 2006 +0000
@@ -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 -r 0ed3a5662b4e -r 2f5a31f78789 devel/py-checker/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-checker/patches/patch-ab Sun Oct 22 07:55:38 2006 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index