From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 29 23:04:17 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 832E816A4CE; Tue, 29 Mar 2005 23:04:17 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F1143D45; Tue, 29 Mar 2005 23:04:16 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id j2TN4EBr030123; Tue, 29 Mar 2005 18:04:14 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)j2TN45v8030108; Tue, 29 Mar 2005 18:04:05 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 29 Mar 2005 18:04:05 -0500 (EST) From: Trevor Johnson To: freebsd-emulation@freebsd.org Message-ID: <20050329070127.X30796@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.51 on 208.210.80.156 cc: netchild@freebsd.org cc: portmgr@freebsd.org Subject: Re: [patch] upgrading x11-toolkits/linux-gtk2 fails X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 23:04:17 -0000 Alexander Leidinger wrote: > Yes, linux_base-rh-9 isn't done yet. You have to talk to > trevor@FreeBSD.org about it. When I added it, the linux_base-rh-9 port was working properly with the linux-XFree86-libs port (I tested it). The way I had arranged things, the linux_base ports did not run the Linux ldconfig, but the linux-XFree86-libs port did, adding the path to the X11 libraries to the search path. Other ports which added Linux libraries would just run ldconfig without changing the search path. However, netchild recently changed the installation phase of linux-XFree86-libs port, it no longer adds the X11 path. Rather, he later changed ports/emulators/linux_base-8/Makefile (rev. 1.99) so that it would do that. The need for the changes to linux-XFree86-libs has not been explained to me by netchild, nor by portmgr who approved them. In fact, the timing of the linux_base-8 change suggests that the change to linux-XFree86-libs was inadvertent. The direction I had been going in with these ports was to move the X11 packages out of the linux_base ports, to cleanly support Linux emulation for users who do not want X11 and to make it easier to update the Linux X11 and base ports when bugs are found in one or the other. The impression I had was that netchild was in agreement with this. If so, it would be best to restore the previous behaviour of the linux-XFree86-libs port. If not, I think it would be better if he explained what his goal is here, and the reasons for it, rather than just declaring that the linux_base ports which remain in my care are now unfinished. -- Trevor Johnson