Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  7 Jun 2002 23:56:07 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39013: Fix port: games/tinymux on -current --- bento error
Message-ID:  <20020607215607.4F23E5F5@unsane.de>

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

>Number:         39013
>Category:       ports
>Synopsis:       Fix port: games/tinymux on -current --- bento error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 15:00:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-RC FreeBSD 4.6-RC #0: Thu Jun 6 21:00:07 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Yet another malloc.h issue.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/tinymux/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	30 Jan 2001 17:33:53 -0000	1.8
+++ Makefile	7 Jun 2002 21:54:23 -0000
@@ -24,6 +24,9 @@
 post-extract:
 	@${RM} -f ${WRKSRC}/gdbm.h
 
+post-patch:
+	@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c
+
 #
 # Distribution does not include an install target.  So here it is.
 do-install:
>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?20020607215607.4F23E5F5>