From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 16 13:40:51 2009 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAE531065695 for ; Wed, 16 Sep 2009 13:40:51 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 9AD308FC24 for ; Wed, 16 Sep 2009 13:40:51 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id n8GDenDx086869; Wed, 16 Sep 2009 08:40:49 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Wed, 16 Sep 2009 08:40:49 -0500 (CDT) From: "Sean C. Farley" To: Boris Samorodov In-Reply-To: <80173957@bb.ipt.ru> Message-ID: References: <80173957@bb.ipt.ru> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: changes in linux ports infrastructure X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 16 Sep 2009 13:40:52 -0000 On Mon, 14 Sep 2009, Boris Samorodov wrote: > Dear linux ports maintainers, > > I've just committed a new graphics/linux-f10-libGLU port and > apropriate changes to linux ports infrastructure. I'm going to commit > the following patch which uses the new port and its infrastructure. > > The main goal is to give users of linux nvidia drivers to use more > recent libGLU packages. > > Those changes do not touch default packages but imho it will be good > to commit the patch before 8.0-RELEASE. Please, give it a try and > submit a followup. Thanks! The patch to games/linux-nwnclient does work. When you commit it, would you also apply the following patch which helps a bit? :) I think it has been broken since March, but I just noticed. Two things I have noticed in regard to this port, the Nvidia driver and Fedora 8 or 10 as base: 1. Performance is poor until you change the resolution. It does not matter what the starting resolution or the changed resolution is. Changing back to the starting resolution keeps the good performance. This is very odd. 2. The game core dumps upon exit, but I have not had time to look into this. ---------------------------------------- --- Makefile.orig 2009-09-14 22:36:27.000000000 -0500 +++ Makefile 2009-09-14 22:36:27.000000000 -0500 @@ -29,7 +29,7 @@ NO_BUILD= yes ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_LINUX_APPS= sdl12 xorglibs +USE_LINUX_APPS+=sdl12 xorglibs NWNDATADIR= ${LOCALBASE}/share/nwndata PLIST_SUB+= NWNVERSION="${PORTVERSION:S/.//}" ---------------------------------------- Sean -- scf@FreeBSD.org