Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 22:47:16 -0500 (EST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        nakai@freebsd.org
Subject:   ports/32069: malloc.h fix for games/kxl
Message-ID:  <200111180347.fAI3lGF74687@khavrinen.lcs.mit.edu>

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

>Number:         32069
>Category:       ports
>Synopsis:       malloc.h fix for games/kxl
>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:   Sat Nov 17 19:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Wollman
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD Project
>Environment:
	FreeBSD-current no longer includes the deprecated System V
	<malloc.h> header file.

>Description:
	games/kxl builds fail on bento

>How-To-Repeat:
	Examine http://bento.freebsd.org/errorlogs/5-latest/kxl-0.5.6.log

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	files/patch-ab
#
echo x - files/patch-ab
sed 's/^X//' >files/patch-ab << 'END-of-files/patch-ab'
Xdiff -ru2 ./src/KXLmisc.c ../../work.works/KXL-0.5.6/src/KXLmisc.c
X--- ./src/KXLmisc.c	Thu May 17 05:08:12 2001
X+++ ../../work.works/KXL-0.5.6/src/KXLmisc.c	Sat Nov 17 22:41:32 2001
X@@ -1,5 +1,7 @@
X #include <stdio.h>
X #include <stdlib.h>
X+#ifdef HAVE_MALLOC_H	/* probably wrong anyway */
X #include <malloc.h>
X+#endif
X #include <signal.h>
X #include <sys/time.h>
END-of-files/patch-ab
exit
>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?200111180347.fAI3lGF74687>