ports/99157: [PATCH] emulators/twin is compiled again

Arseny Nasokin tarc at tarc.po.cs.msu.su
Mon Jun 19 04:00:44 UTC 2006


>Number:         99157
>Category:       ports
>Synopsis:       [PATCH] emulators/twin is compiled again
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 04:00:41 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Arseny Nasokin
>Release:        FreeBSD-7.0
>Organization:
Moscow State University
>Environment:
$FreeBSD: ports/emulators/twin/Makefile,v 1.26 2006/05/07 10:55:45 edwin Exp $
>Description:
This port was marked as broken, becouse while compilling resources, utility cause Segmentation fault
>How-To-Repeat:
Try to compile (-DTRYBROKEN)
>Fix:
adding following patch fixes problem

--- ./tools/rc/cleanup.c.orig   Sun Mar 14 13:58:51 1999
+++ ./tools/rc/cleanup.c        Mon Jun 19 07:44:21 2006
@@ -76,7 +76,7 @@
        free_menu_list(node->child);
       str_free(node->data.menuname);
       free_mem(node);
-      node = node->next;
+      node = next;
     }
 }

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



More information about the freebsd-ports-bugs mailing list