Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2004 02:30:10 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71296: Update port: editors/aewan
Message-ID:  <20040903023010.15e06142.tkato432@yahoo.com>
Resent-Message-ID: <200409021740.i82HeG44068637@freefall.freebsd.org>

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

>Number:         71296
>Category:       ports
>Synopsis:       Update port: editors/aewan
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 17:40:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build on 4-stable

New file:
files/patch-aeff.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/aewan/files/patch-aeff.c editors/aewan/files/patch-aeff.c
--- /usr/ports/editors/aewan/files/patch-aeff.c	Thu Jan  1 09:00:00 1970
+++ editors/aewan/files/patch-aeff.c	Thu Sep  2 23:56:33 2004
@@ -0,0 +1,16 @@
+--- aeff.c.orig	Wed Aug 11 10:04:50 2004
++++ aeff.c	Thu Sep  2 23:56:24 2004
+@@ -187,11 +187,12 @@
+ static bool aeff_read_mark(AeFile *f, const char *mark_name, char pref) {
+    char *line;
+    char *s;
+-   zfree(&err_string);
+ 
+    autod_begin;
+    autod_register(line, free);
+    
++   zfree(&err_string);
++
+    autod_assign(line, freadline_ex(f->f, gzgetc));
+ 
+    /* if EOF was reached before anything could be read, something is wrong */
>Release-Note:
>Audit-Trail:
>Unformatted:



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