Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 10:45:18 -0800 (PST)
From:      Kevin Oberman <oberman@es.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36499: Update for 5.0 build
Message-ID:  <20020329184518.AC5515D04@ptavv.es.net>

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

>Number:         36499
>Category:       ports
>Synopsis:       Update for 5.0 build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 29 10:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
<ESnet--The Energy Sciences Network>
>Environment:
System: FreeBSD ptavv.es.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 19 13:13:26 PST 2002 oberman@ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386
>Description:
comms/mwavem port will not build under -Current due to use of malloc.h
>How-To-Repeat:
	make on a -Current system
>Fix:
diff -ruN mwavem.orig/Makefile mwavem/Makefile
--- mwavem.orig/Makefile	Thu Feb 14 21:50:24 2002
+++ mwavem/Makefile	Fri Mar 29 10:12:26 2002
@@ -28,6 +28,8 @@
 
 pre-build:
 	${PERL} -pi.orig -e "s@ /modules@ ${PREFIX}/share/mwavem@g" ${WRKSRC}/src/drivers/Makefile
+	${PERL} -pi.orig -e "s@#include <malloc.h>\n@@g" ${WRKSRC}/src/mwmbl/mwblapi.c
+	${PERL} -pi.orig -e "s@#include <malloc.h>\n@@g" ${WRKSRC}/src/mwwtt32/mwwttbl.c
 
 pre-install:
 	${MKDIR} ${DATADIR}
>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?20020329184518.AC5515D04>