diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-14 00:58:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-14 00:58:40 +0000 |
commit | bdaf7fcc41e0f6884165035a538f503a8e5725c7 (patch) | |
tree | 9ca49b1b2250d92781a3eafda7908983014bc166 /textproc/gutenmark | |
parent | cbe115e58f09ac92c142d81e824ce462f33d592d (diff) | |
download | ports-bdaf7fcc41e0f6884165035a538f503a8e5725c7.tar.gz ports-bdaf7fcc41e0f6884165035a538f503a8e5725c7.zip |
Notes
Diffstat (limited to 'textproc/gutenmark')
-rw-r--r-- | textproc/gutenmark/Makefile | 2 | ||||
-rw-r--r-- | textproc/gutenmark/files/patch-MatchWordlists.c | 16 |
2 files changed, 16 insertions, 2 deletions
diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile index a2374c88d001..9136a7772ea6 100644 --- a/textproc/gutenmark/Makefile +++ b/textproc/gutenmark/Makefile @@ -13,8 +13,6 @@ DISTNAME= GutenMark_source_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BROKEN= "Does not compile" - USE_REINPLACE= yes WRKSRC= ${WRKDIR}/GutenMark-source USE_GMAKE= yes diff --git a/textproc/gutenmark/files/patch-MatchWordlists.c b/textproc/gutenmark/files/patch-MatchWordlists.c new file mode 100644 index 000000000000..f1342e9f75a4 --- /dev/null +++ b/textproc/gutenmark/files/patch-MatchWordlists.c @@ -0,0 +1,16 @@ +--- libGutenSpell/MatchWordlists.c.orig Mon Oct 7 15:30:33 2002 ++++ libGutenSpell/MatchWordlists.c Mon Oct 7 15:30:00 2002 +@@ -430,11 +430,13 @@ + if (LogFile != NULL) + fprintf (LogFile, "MatchWordlists: GLOB_NOSPACE for \"%s\"\n", ss); + break; ++#ifndef __FreeBSD__ + case GLOB_ABEND: + fprintf (stderr, "Possible disk-read error.\n"); + if (LogFile != NULL) + fprintf (LogFile, "MatchWordlists: GLOB_ABEND for \"%s\"\n", ss); + break; ++#endif + default: + fprintf (stderr, "Unknown globbing error.\n"); + if (LogFile != NULL) |