Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Jan 2002 15:48:37 -0800 (PST)
From:      Adam Kranzel <adam-ports@blacktabby.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33497: fix www/ashe port for malloc.h removal in current
Message-ID:  <20020102234837.EA13E59DF@cheshire.blacktabby.org>

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

>Number:         33497
>Category:       ports
>Synopsis:       fix www/ashe port for malloc.h removal in current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 15:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Kranzel
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheshire.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Dec 15 13:57:51 PST 2001 root@cheshire.blacktabby.org:/usr/obj/usr/src/sys/CHESHIRE-NODEBUG i386

>Description:
	The www/ashe port is broken due to malloc.h being removed in
	-current, the included patch fixes it.
>How-To-Repeat:
	n/a
>Fix:

diff -ruN ashe.good/Makefile ashe/Makefile
--- ashe.good/Makefile	Mon Feb  5 07:33:13 2001
+++ ashe/Makefile	Wed Jan  2 15:37:08 2002
@@ -24,6 +24,7 @@
 
 post-patch:
 	@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/XHTML.ad
+	@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/libhtmlw-2.7b3/HTML-PSformat.c
 
 do-build:
 .for dir in libhtmlw-2.7b3 libcci src
>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?20020102234837.EA13E59DF>