From owner-freebsd-ports Wed Jan 2 15:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34FAA37B42F for ; Wed, 2 Jan 2002 15:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g02No1i87594; Wed, 2 Jan 2002 15:50:01 -0800 (PST) (envelope-from gnats) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id C410037B41A for ; Wed, 2 Jan 2002 15:49:01 -0800 (PST) Received: from cheshire.blacktabby.org ([12.233.190.154]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020102234901.WQVA6450.rwcrmhc52.attbi.com@cheshire.blacktabby.org> for ; Wed, 2 Jan 2002 23:49:01 +0000 Received: by cheshire.blacktabby.org (Postfix, from userid 1000) id EA13E59DF; Wed, 2 Jan 2002 15:48:37 -0800 (PST) Message-Id: <20020102234837.EA13E59DF@cheshire.blacktabby.org> Date: Wed, 2 Jan 2002 15:48:37 -0800 (PST) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33497: fix www/ashe port for malloc.h removal in current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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