Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 15:32:31 +0400 (MSD)
From:      Maxim Maximov <mcsi@agava.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43766: fix build for textproc/gutenmark
Message-ID:  <200210071132.g97BWV38070019@ultra.domain>

next in thread | raw e-mail | index | archive | help

>Number:         43766
>Category:       ports
>Synopsis:       fix build for textproc/gutenmark
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 07 04:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Maximov
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD ultra.domain 4.7-RC FreeBSD 4.7-RC #9: Fri Oct 4 12:38:44 MSD 2002 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386


	
>Description:
	fix build for textproc/gutenmark.

	in FreeBSD GLOB_ABEND defined as GLOB_ABORTED.
	
>How-To-Repeat:
	
>Fix:

--- 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)
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210071132.g97BWV38070019>