From owner-cvs-all Wed Oct 23 9: 5:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A4837B401; Wed, 23 Oct 2002 09:05:28 -0700 (PDT) Received: from opiate.thirteenandtwo.org (CPE0030ab0ef2bb.cpe.net.cable.rogers.com [24.103.202.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4ED943E77; Wed, 23 Oct 2002 09:05:21 -0700 (PDT) (envelope-from munish@opiate.thirteenandtwo.org) Received: from opiate.thirteenandtwo.org (munish@localhost.thirteenandtwo.org [127.0.0.1]) by opiate.thirteenandtwo.org (8.12.6/8.12.6) with ESMTP id g9NG5FSk002073; Wed, 23 Oct 2002 12:05:15 -0400 (EDT) (envelope-from munish@opiate.thirteenandtwo.org) Received: (from munish@localhost) by opiate.thirteenandtwo.org (8.12.6/8.12.6/Submit) id g9NG5EUJ002072; Wed, 23 Oct 2002 12:05:14 -0400 (EDT) Date: Wed, 23 Oct 2002 12:05:14 -0400 From: Munish Chopra To: Alan Eldridge Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/phoenix Makefile ports/www/phoenix/files mozconfig.in Message-ID: <20021023160514.GA1720@opiate.thirteenandtwo.org> References: <200210231029.g9NATGKM086534@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210231029.g9NATGKM086534@repoman.freebsd.org> 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 On 2002-10-23 03:29 +0000, Alan Eldridge wrote: > alane 2002/10/23 03:29:16 PDT > > Modified files: > www/phoenix Makefile > www/phoenix/files mozconfig.in > Log: > Backout the Xft font lib usage since it doesn't compile. > > Revision Changes Path > 1.7 +2 -2 ports/www/phoenix/Makefile > 1.6 +2 -2 ports/www/phoenix/files/mozconfig.in > Are you sure about this? I've been compiling phoenix cvs regularly with Xft. You could do the same thing mozilla-devel does: @${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \ ${WRKSRC}/gfx/src/gtk/nsDrawingSurfaceGTK.cpp \ ${WRKSRC}/gfx/src/gtk/nsFontMetricsXft.h Without specifying the correct header the build dies on some odd error that doesn't make too much sense. -- Munish Chopra To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message