From owner-cvs-all Wed Feb 13 0:39:12 2002 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 2FAEB37B400; Wed, 13 Feb 2002 00:39:02 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA52165; Wed, 13 Feb 2002 10:38:59 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h154.228.dialup.iptcom.net [212.9.228.154]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA29094; Wed, 13 Feb 2002 10:38:57 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1D8cQd87773; Wed, 13 Feb 2002 10:38:26 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A261A.83067518@FreeBSD.org> Date: Wed, 13 Feb 2002 10:38:50 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/libxml Makefile References: <200202130457.g1D4vHO84306@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > ade 2002/02/12 20:57:17 PST > > Modified files: > textproc/libxml Makefile > Log: > Unbreak for -CURRENT (and remove warning on stable) by changing malloc.h > references to stdlib.h > > PR: 34652 > Submitted by: Joe Marcus Clarke Please backout. On -CURRENT configure script properly detects absence of malloc.h, while warning on -STABLE is caused by the fact that configure script detects physical presence of malloc.h and doesn't know that this is just a stub. We don't need useless tweaks just clobbering makefiles. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message