Index: head/textproc/gutenmark/Makefile =================================================================== --- head/textproc/gutenmark/Makefile (revision 67995) +++ head/textproc/gutenmark/Makefile (revision 67996) @@ -1,30 +1,28 @@ # ex:ts=8 # Ports collection makefile for: GutenMark # Date created: Jun 7, 2002 # Whom: ijliao # # $FreeBSD$ PORTNAME= gutenmark PORTVERSION= 20020714 CATEGORIES= textproc MASTER_SITES= ftp://ftp.sandroid.org/GutenMark/SoftwareSnapshots/ DISTNAME= GutenMark_source_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BROKEN= "Does not compile" - USE_REINPLACE= yes WRKSRC= ${WRKDIR}/GutenMark-source USE_GMAKE= yes ALL_TARGET= # empty post-patch: @${REINPLACE_CMD} -e "s,cc,${CC},g" \ -e "s,-O3 -Wall,${CFLAGS},g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin .include Property changes on: head/textproc/gutenmark/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/textproc/gutenmark/files/patch-MatchWordlists.c =================================================================== --- head/textproc/gutenmark/files/patch-MatchWordlists.c (nonexistent) +++ head/textproc/gutenmark/files/patch-MatchWordlists.c (revision 67996) @@ -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) Property changes on: head/textproc/gutenmark/files/patch-MatchWordlists.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property