pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/crosspkgtools/kwacross-netbsd1-arm Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/0219a841e603
branches: trunk
changeset: 520463:0219a841e603
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 22 05:15:32 2006 +0000
description:
Fixed "test ==".
diffstat:
crosspkgtools/kwacross-netbsd1-arm/distinfo | 3 ++-
crosspkgtools/kwacross-netbsd1-arm/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 589a1fd28926 -r 0219a841e603 crosspkgtools/kwacross-netbsd1-arm/distinfo
--- a/crosspkgtools/kwacross-netbsd1-arm/distinfo Sun Oct 22 04:36:12 2006 +0000
+++ b/crosspkgtools/kwacross-netbsd1-arm/distinfo Sun Oct 22 05:15:32 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/06/06 22:34:08 kristerw Exp $
+$NetBSD: distinfo,v 1.2 2006/10/22 05:15:32 rillig Exp $
SHA1 (kwacross-netbsd-1.6.2/kwacross-netbsd1-arm-20050605.tgz) = 3dc5a7a85dbc262b11c602ae280131cca5c8fbd1
RMD160 (kwacross-netbsd-1.6.2/kwacross-netbsd1-arm-20050605.tgz) = 249a6eb652c2b6efa3a39fcec4b0566ad127f2b5
@@ -17,3 +17,4 @@
Size (kwacross-netbsd-1.6.2/syssrc.tgz) = 22986092 bytes
SHA1 (patch-aa) = 505ff3f62f8ee12744a15c8382e36989b1de4218
SHA1 (patch-ab) = 97b2f67cdc04e66fd55b18124fcafac6f111c403
+SHA1 (patch-ac) = 37384bf42f86a5d0787968ba6ac5c5432a9b291d
diff -r 589a1fd28926 -r 0219a841e603 crosspkgtools/kwacross-netbsd1-arm/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crosspkgtools/kwacross-netbsd1-arm/patches/patch-ac Sun Oct 22 05:15:32 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/22 05:15:32 rillig Exp $
+
+--- gdb/gdb/config/djgpp/djconfig.sh.orig 2003-04-17 17:37:10.000000000 +0200
++++ gdb/gdb/config/djgpp/djconfig.sh 2006-10-22 06:58:29.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