From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 18 23:19:43 2005 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 CDC6B16A4E2 for ; Fri, 18 Feb 2005 23:19:42 +0000 (GMT) Received: from 212.106.237.41.adsl.jazztel.es (212.106.237.41.adsl.jazztel.es [212.106.237.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4032743D54 for ; Fri, 18 Feb 2005 23:19:41 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j1INJd8t002646 for ; Sat, 19 Feb 2005 00:19:39 +0100 (CET) (envelope-from josemi@freebsd.jazztel.es) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id j1INKVUZ025590 for gnome@FreeBSD.org; Sat, 19 Feb 2005 00:20:31 +0100 (CET) (envelope-from josemi@freebsd.jazztel.es) X-Authentication-Warning: orion.redesjm.local: freebsd set sender to josemi@freebsd.jazztel.es using -f From: Jose M Rodriguez To: gnome@FreeBSD.org Date: Sat, 19 Feb 2005 00:20:30 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502190020.31299.josemi@freebsd.jazztel.es> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.8; VDF: 6.29.0.100; host: antares.redesjm.local) Subject: changes to mozilla ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 23:19:43 -0000 Hi, I'm testing a new version of PR ports/75729, but against mozilla-devel, that will be send-pr soon, and found some points to improve our mozilla port. 1) I think we must move from configure options to a mozconfig file, at last, for -devel, and share the same configure method with firefox. 2) We only do gtk2 builds, so I think we must lost the WITHOUT_XFT knob. 3) I think we'll install a download chatzilla.xpi instead of build one from mozilla sources. Seems to be more stable that the code from mozilla. 4) I'll glad of known about cairo builds with --enable-cairo. mozilla docs seems to point to aditional canvas properties with this. 5) I think we must download and build enigmail with mozilla and a default disabled knob. 6) I try to build with --enable-pango, but got lost of configure errors. Mozilla docs points that this may enable better support for some langs. Apart of this, I got some problems with mozilla-devel and calendar. Bad export target in libical thanks in advance, -- josemi