pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/dict-server Fix build with GCC 3.3.1: fix mul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19214dbc4cce
branches:  trunk
changeset: 462356:19214dbc4cce
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Sep 30 21:50:55 2003 +0000

description:
Fix build with GCC 3.3.1: fix multiline string constant.

diffstat:

 textproc/dict-server/distinfo         |   3 ++-
 textproc/dict-server/patches/patch-al |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 059b156dfcc8 -r 19214dbc4cce textproc/dict-server/distinfo
--- a/textproc/dict-server/distinfo     Tue Sep 30 21:47:14 2003 +0000
+++ b/textproc/dict-server/distinfo     Tue Sep 30 21:50:55 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2002/12/27 02:40:19 uebayasi Exp $
+$NetBSD: distinfo,v 1.9 2003/09/30 21:50:55 seb Exp $
 
 SHA1 (dictd-1.8.0.tar.gz) = c8318ae83a540d336405db126ff04bfc60b60ffc
 Size (dictd-1.8.0.tar.gz) = 574796 bytes
@@ -21,3 +21,4 @@
 SHA1 (patch-ai) = 21b2c9ace814e005139c64c4b6890e8b7e249f29
 SHA1 (patch-aj) = 76527be1d4ff89aeec72606d9575a99e6a8e2d3b
 SHA1 (patch-ak) = 4167c9007ed7b31ff9a29b368d82154bc95893cf
+SHA1 (patch-al) = d2dbe247c7b3a8c574e1ff4f4e127abe1722ca47
diff -r 059b156dfcc8 -r 19214dbc4cce textproc/dict-server/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/dict-server/patches/patch-al     Tue Sep 30 21:50:55 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.3 2003/09/30 21:50:55 seb Exp $
+
+--- dictfmt.c.orig     2002-08-23 17:33:10.000000000 +0000
++++ dictfmt.c
+@@ -369,7 +369,7 @@ static void help( FILE *out_stream )
+            several words to have the same definition\n\
+            Example: autumn%%%fall can be used\n\
+            if '--headword-separator %%%' is supplied",
+-"--without-headword         with this parameter supplied
++"--without-headword         with this parameter supplied\n\
+            head words will not be copied to .dict file",
+       0 };
+    const char        **p = help_msg;



Home | Main Index | Thread Index | Old Index