pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/makeztxt Fix GCC 3.4+: label at end of compou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f07f06dd418d
branches:  trunk
changeset: 504300:f07f06dd418d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 08 17:28:31 2005 +0000

description:
Fix GCC 3.4+: label at end of compound statement.

diffstat:

 textproc/makeztxt/distinfo         |   3 ++-
 textproc/makeztxt/patches/patch-ad |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 623248d0c54f -r f07f06dd418d textproc/makeztxt/distinfo
--- a/textproc/makeztxt/distinfo        Thu Dec 08 17:24:32 2005 +0000
+++ b/textproc/makeztxt/distinfo        Thu Dec 08 17:28:31 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:44 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/08 17:28:31 joerg Exp $
 
 SHA1 (makeztxt-1.40b-src.tar.gz) = 10cf3c89003a3b113aa51a668dbdfcfd7a94eeb3
 RMD160 (makeztxt-1.40b-src.tar.gz) = c45ab3e2e43da3e9f9f1d472dc73af517d50c4c1
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 33b9234edd019e605f824a26ca12800b3ff82e83
 SHA1 (patch-ab) = 5fc03cd447f694f12bc2a43f52e4df05741bc73c
 SHA1 (patch-ac) = ff2d4710cf86527c342e4ced10274750022b8b29
+SHA1 (patch-ad) = 577e0d35be10f3f86055927a92be839726c7ac5c
diff -r 623248d0c54f -r f07f06dd418d textproc/makeztxt/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/makeztxt/patches/patch-ad        Thu Dec 08 17:28:31 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/12/08 17:28:31 joerg Exp $
+
+--- libztxt/ztxt_process.c.orig        2005-12-08 17:24:56.000000000 +0000
++++ libztxt/ztxt_process.c
+@@ -133,6 +133,7 @@ reformat_ztxt(ztxt *db, int method, int 
+           case 2:
+           default:
+             /* Just leave the next alone.  No linefeed stripping. */
++          break;
+         }
+ 
+       /* Append the input string to the input buffer */



Home | Main Index | Thread Index | Old Index