From wollman@khavrinen.lcs.mit.edu  Sat Nov 17 19:47:18 2001
Return-Path: <wollman@khavrinen.lcs.mit.edu>
Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193])
	by hub.freebsd.org (Postfix) with ESMTP
	id C130537B418; Sat, 17 Nov 2001 19:47:17 -0800 (PST)
Received: (from wollman@localhost)
	by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fAI3lGF74687;
	Sat, 17 Nov 2001 22:47:16 -0500 (EST)
	(envelope-from wollman)
Message-Id: <200111180347.fAI3lGF74687@khavrinen.lcs.mit.edu>
Date: Sat, 17 Nov 2001 22:47:16 -0500 (EST)
From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Reply-To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nakai@freebsd.org
Subject: malloc.h fix for games/kxl
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32069
>Category:       ports
>Synopsis:       malloc.h fix for games/kxl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nakai
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 19:50:00 PST 2001
>Closed-Date:    Wed Feb 20 05:15:07 PST 2002
>Last-Modified:  Wed Feb 20 05:15:21 PST 2002
>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:
Responsible-Changed-From-To: freebsd-ports->nakai 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Sun Nov 18 04:32:35 PST 2001 
Responsible-Changed-Why:  
over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32069 
State-Changed-From-To: open->closed 
State-Changed-By: nakai 
State-Changed-When: Wed Feb 20 05:15:07 PST 2002 
State-Changed-Why:  
Update commited into 1.1.5 port, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32069 
>Unformatted:
