pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/diffstat Added a patch to fix a syntax error ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3738e2874cf6
branches:  trunk
changeset: 515154:3738e2874cf6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 26 11:44:09 2006 +0000

description:
Added a patch to fix a syntax error with NetBSD's /bin/sh (and maybe
others).

diffstat:

 textproc/diffstat/distinfo         |   3 ++-
 textproc/diffstat/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 0ca08969e79a -r 3738e2874cf6 textproc/diffstat/distinfo
--- a/textproc/diffstat/distinfo        Mon Jun 26 11:39:00 2006 +0000
+++ b/textproc/diffstat/distinfo        Mon Jun 26 11:44:09 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/05/08 06:22:51 snj Exp $
+$NetBSD: distinfo,v 1.6 2006/06/26 11:44:09 rillig Exp $
 
 SHA1 (diffstat-1.41.tgz) = 75545e796ad6b2663170f21dc7d303d3487ad5d8
 RMD160 (diffstat-1.41.tgz) = b152a6061ea5500e969c65c7c8832decac2aa40a
 Size (diffstat-1.41.tgz) = 98321 bytes
+SHA1 (patch-aa) = e163de68cab2141a7d21f73adce552ce9b0fdd16
diff -r 0ca08969e79a -r 3738e2874cf6 textproc/diffstat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/diffstat/patches/patch-aa        Mon Jun 26 11:44:09 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2006/06/26 11:44:09 rillig Exp $
+
+./config.status: 640: Syntax error: "done" unexpected (expecting ")")
+
+--- configure.orig     2005-08-16 02:41:39.000000000 +0200
++++ configure  2006-06-26 13:41:41.000000000 +0200
+@@ -4447,8 +4447,6 @@
+   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
+   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
+ 
+-  case $ac_dest in
+-  esac
+ done
+ EOF
+ 



Home | Main Index | Thread Index | Old Index