Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2001 08:56:45 -0800 (PST)
From:      Seth Kingsley <sethk@meowfishies.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31556: devel/nasm doesn't compile on -current
Message-ID:  <200110281656.f9SGuj179375@kaneda.meowfishies.com>

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

>Number:         31556
>Category:       ports
>Synopsis:       devel/nasm doesn't compile on -current
>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:   Sun Oct 28 09:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Seth Kingsley
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:

FreeBSD 5.0-CURRENT #0: Sun Oct 28 05:32:00 GMT 2001
sethk@neko.home.meowfishies.com:/usr/src/sys/i386/compile/NEKO 

>Description:
The devel/nasm port #include's <malloc.h> which is obsolete by some very
large margin of time.

>How-To-Repeat:
% cd /usr/ports/devel/nasm && make
On a recent -current.

>Fix:

diff -ruN devel/nasm.orig/files/patch-rdoff:symtab.c devel/nasm/files/patch-rdoff:symtab.c
--- devel/nasm.orig/files/patch-rdoff:symtab.c	Thu Jan  1 00:00:00 1970
+++ devel/nasm/files/patch-rdoff:symtab.c	Sun Oct 28 09:25:51 2001
@@ -0,0 +1,10 @@
+--- rdoff/symtab.c.orig	Sun Oct 28 09:23:19 2001
++++ rdoff/symtab.c	Sun Oct 28 09:23:59 2001
+@@ -9,7 +9,6 @@
+  */
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ 
+ #include "symtab.h"
+ #include "hash.h"
>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?200110281656.f9SGuj179375>