From owner-freebsd-gnome Wed Jan 22 15:52:40 2003 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 44A2237B401; Wed, 22 Jan 2003 15:52:39 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 969C943F18; Wed, 22 Jan 2003 15:52:38 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0MNqagX087803; Wed, 22 Jan 2003 17:52:36 -0600 (CST) (envelope-from dan) Date: Wed, 22 Jan 2003 17:52:36 -0600 From: Dan Nelson To: Joe Marcus Clarke Cc: Aqua Daemon , questions@FreeBSD.ORG, FreeBSD GNOME Users , archon@forbidden.dough.net Subject: Re: Mozilla 1.2.1 and java Message-ID: <20030122235235.GA70693@dan.emsphone.com> References: <20030121233901.62be4bca.ryngold@softhome.net> <20030122084147.07586a12.aquadaemon@softhome.net> <20030122171825.GB330@forbidden.dough.net> <20030122145232.377376b0.aquadaemon@softhome.net> <1043276467.339.60.camel@gyros> <20030122231411.GA4364@dan.emsphone.com> <1043277466.339.66.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043277466.339.66.camel@gyros> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jan 22), Joe Marcus Clarke said: > On Wed, 2003-01-22 at 18:14, Dan Nelson wrote: > > In the last episode (Jan 22), Joe Marcus Clarke said: > > > I have mozilla-gtk2 (1.2.1) working with JPI 1.3.1 at home. I > > > didn't do anything special, I just built mozilla-gtk2, then build > > > jdk13. > > > > I had the same problem, and building without WITH_GTK2 fixed java > > for me also. > > > > Another issue: mozilla-devel with WITH_GTK2 requires pango-1.1.1, > > but our port is only 1.0.5. I had WITH_GTK2 in /etc/make.conf and > > didn't use the mozilla-devel-gtk2 port. Removing WITH_GTK2 makes > > mozilla-devel build fine. > > If you want mozilla-devel with GTK2 support, you should build > mozilla-devel-gtk2. If you choose to enable Xft and GTK2, you will > need to be running my GNOME 2.1 pre-release ports. Right, but from my perspective, I tried to upgrade mozilla-devel from 1.2 to 1.3, and it failed. I care more about Xft2 than Gnome, and for a reason I have since forgotten, had WITH_GTK2=YES in /etc/make.conf. I had no reason to use the mozilla-devel-gtk2 port, and since it looks like it disables Xft, I didn't want to. Maybe the mozilla-devel Makefile should print a warning if it sees that the user has WITH_GTK2 set (at least until pango gets updated): .if defined(WITH_GTK2) && !defined(WITHOUT_XFT) BROKEN= mozilla-devel will not build with both GTK2 and Xft2 enabled. \ Either build without WITH_GTK2 or use the mozilla-devel-gtk2 \ port. .endif -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message