pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/avr-gdb Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/96c92d9c2aa7
branches: trunk
changeset: 520010:96c92d9c2aa7
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 13 18:25:59 2006 +0000
description:
Fixed "test ==".
diffstat:
cross/avr-gdb/distinfo | 3 ++-
cross/avr-gdb/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 89feb8891203 -r 96c92d9c2aa7 cross/avr-gdb/distinfo
--- a/cross/avr-gdb/distinfo Fri Oct 13 18:25:47 2006 +0000
+++ b/cross/avr-gdb/distinfo Fri Oct 13 18:25:59 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/12/19 15:23:29 joerg Exp $
+$NetBSD: distinfo,v 1.8 2006/10/13 18:25:59 rillig Exp $
SHA1 (gdb-5.3.tar.gz) = 24a6c9da6e89b1b82b7508f27f94098d989ff662
RMD160 (gdb-5.3.tar.gz) = 3f88dc11115de08708c50c73b10acaf00ed25e96
Size (gdb-5.3.tar.gz) = 14707600 bytes
SHA1 (patch-aa) = 3b2c3c8bbacbf87d9756ef282e4a37c930fcb4af
SHA1 (patch-ab) = 005c0ca2aea16927504e102f85638a65fd610597
+SHA1 (patch-ac) = 3ad9f172b6a860425b713401d8f2ca87c6b140fd
diff -r 89feb8891203 -r 96c92d9c2aa7 cross/avr-gdb/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/avr-gdb/patches/patch-ac Fri Oct 13 18:25:59 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/13 18:25:59 rillig Exp $
+
+--- gdb/config/djgpp/djconfig.sh.orig 2002-02-25 17:09:45.000000000 +0100
++++ gdb/config/djgpp/djconfig.sh 2006-10-13 20:25:02.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
Home |
Main Index |
Thread Index |
Old Index