From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 16 12:00:10 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 3622037B401 for ; Wed, 16 Apr 2003 12:00:10 -0700 (PDT) Received: from ptserver.progtech.net (p508038D4.dip.t-dialin.net [80.128.56.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF2B43FCB for ; Wed, 16 Apr 2003 12:00:07 -0700 (PDT) (envelope-from grossman@progtech.net) Received: from isis.muc.progtech.intern (isis.muc.progtech.intern [10.25.0.100]) by ptserver.progtech.net (8.12.9/8.12.3) with ESMTP id h3GJ01a2047195 for ; Wed, 16 Apr 2003 21:00:04 +0200 (CEST) (envelope-from grossman) Received: (from grossman@localhost) by isis.muc.progtech.intern (8.11.6/8.9.3) id h3GIxhq03242; Wed, 16 Apr 2003 20:59:43 +0200 (CEST) Date: Wed, 16 Apr 2003 20:59:43 +0200 (CEST) Message-Id: <200304161859.h3GIxhq03242@isis.muc.progtech.intern> From: Rolf Grossmann MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnome@freebsd.org X-Mailer: VM 7.04 under Emacs 21.2.1 Subject: xscreensaver port forced to old libxml 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: Wed, 16 Apr 2003 19:00:10 -0000 Hi, while we're on the topic of the xscreensaver[-gnome] port, I was wondering why it's using the old libxml. Further investigation shows that it is explicitly patched (in patch-ab) to ignore gnome2 and the new libxml2. Does anybody know the reason for doing that? A quick hack to make it use gnome2 compiles and runs just fine (although it appears to have some minor problems with linking against libc and with some language catalogs). In general, I'm wondering, when a software package supports both gnome1 and gnome2, should we be supporting both versions or stick with gnome1 for the time being? Rolf PS: I'm mostly through with my install. I'd really like to thank Joe and everyone else involved for all their work. This was makeing things so much easier. PPS: Expect some more requests from me later ;)