Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 12:05:14 -0400
From:      Munish Chopra <mchopra@engmail.uwaterloo.ca>
To:        Alan Eldridge <alane@FreeBSD.ORG>
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>
In-Reply-To: <200210231029.g9NATGKM086534@repoman.freebsd.org>
References:  <200210231029.g9NATGKM086534@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sigh/> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021023160514.GA1720>