From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 20 12:08:52 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B0216A4CF for ; Thu, 20 Nov 2003 12:08:52 -0800 (PST) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90AD43F3F for ; Thu, 20 Nov 2003 12:08:49 -0800 (PST) (envelope-from Martin.Dieringer@t-online.de) Received: from fwd08.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1AMv6e-0004If-0B; Thu, 20 Nov 2003 21:08:48 +0100 Received: from dieringer.dyndns.org (VmYogwZDZesKe1uZbAjtD5tyf2LLVw7xuwPT5OPInrcF99gsaZlx4m@[217.231.185.7]) by fwd08.sul.t-online.com with smtp id 1AMv6a-0nZCaW0; Thu, 20 Nov 2003 21:08:44 +0100 Received: (qmail 98516 invoked by uid 1000); 20 Nov 2003 19:47:15 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Nov 2003 19:47:15 -0000 Date: Thu, 20 Nov 2003 20:47:14 +0100 (CET) From: Martin.Dieringer@t-online.de (Martin Dieringer) Sender: martin@ThinkPad.nowhere.local To: Joe Marcus Clarke In-Reply-To: <1069339211.783.10.camel@gyros> Message-ID: <20031120203613.Q362@ThinkPad.nowhere.local> References: <20031120103010.M362@ThinkPad.nowhere.local> <1069336807.783.0.camel@gyros><1069339211.783.10.camel@gyros> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Seen: false X-ID: VmYogwZDZesKe1uZbAjtD5tyf2LLVw7xuwPT5OPInrcF99gsaZlx4m cc: FreeBSD GNOME Users Subject: Re: port of mozilla X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin Dieringer List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:08:52 -0000 On Thu, 20 Nov 2003, Joe Marcus Clarke wrote: > On Thu, 2003-11-20 at 09:29, Martin Dieringer wrote: > > On Thu, 20 Nov 2003, Joe Marcus Clarke wrote: > > > > > On Thu, 2003-11-20 at 04:32, Martin Dieringer wrote: > > > > it seems it doesn't obey CONFIGURE-ARGS > > > > I don't want mail/news/xft but it is built. > > > > ${CONFIGURE-ARGS} are correct. > > > > > > CONFIGURE-ARGS is not a valid macro. CONFIGURE_ARGS, on the other > > > hand, is. You need to give us more details of exactly what you're > > > doing to build Mozilla. > > > > > > Ok this was a typo. > > > > I did: > > /usr/ports/www/mozilla> WITHOUT_XFT=yes WITHOUT_MAILNEWS=yes \ > > WITHOUT_COMPOSER=yes WITHOUT_CHATZILLA=yes make > > > > and became all of these compiled in nevertheless. > > > > I echoed CONFIGURE_ARGS from Makefile and this seems correct: > > --disable-auto-deps --enable-chrome-format=jar ... > > > > make -DWITHOUT_XFT=yes ... didn't help either > > > > system is 4.8-STABLE FreeBSD 4.8-STABLE #8: Tue Jun 10 18:32:33 CEST 2003 > > Did you try: > > make -DWITHOUT_XFT ... no, but it should be just the same, as the configure options appeared correctly? But strangely enough suddenly a no-news, no-mail, no-xft mozilla appeared on the system... I guess it must have happened while building epiphany (I used the same options)...? m.