diff options
author | wiz <wiz> | 2002-12-05 15:02:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-05 15:02:24 +0000 |
commit | c784d36c94b011907481f9c82b3f3856ec09f9bf (patch) | |
tree | a2f06d82dc5dc86c67f4c1551d74c34baafcb08c /textproc/GutenMark/patches | |
parent | 56592aca69d31fd4b1a1afb41e34b955faccb4ff (diff) | |
download | pkgsrc-c784d36c94b011907481f9c82b3f3856ec09f9bf.tar.gz |
Initial import of packages for GutenMark:
GutenMark is a tool for automatically creating high-quality HTML
or LaTeX markup from Project Gutenberg etexts. In combination with
other freely-available conversion tools, GutenMark can convert
Project Gutenberg etexts into publication-quality Postscript or
PDF, for print-on-demand applications. The goal is for this
conversion is completely automatic, without manual markup or editing.
Diffstat (limited to 'textproc/GutenMark/patches')
-rw-r--r-- | textproc/GutenMark/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/GutenMark/patches/patch-aa b/textproc/GutenMark/patches/patch-aa new file mode 100644 index 00000000000..8c69fa8be67 --- /dev/null +++ b/textproc/GutenMark/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/12/05 15:02:24 wiz Exp $ + +--- libGutenSpell/MatchWordlists.c.orig Sun Jul 14 18:30:50 2002 ++++ libGutenSpell/MatchWordlists.c +@@ -430,11 +430,6 @@ GlobErrorMessage (int ReturnValue, FILE + if (LogFile != NULL) + fprintf (LogFile, "MatchWordlists: GLOB_NOSPACE for \"%s\"\n", ss); + break; +- case GLOB_ABEND: +- fprintf (stderr, "Possible disk-read error.\n"); +- if (LogFile != NULL) +- fprintf (LogFile, "MatchWordlists: GLOB_ABEND for \"%s\"\n", ss); +- break; + default: + fprintf (stderr, "Unknown globbing error.\n"); + if (LogFile != NULL) |