From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 15:03:38 2008 Return-Path: Delivered-To: ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B4D861065672; Fri, 7 Mar 2008 15:03:38 +0000 (UTC) Date: Fri, 7 Mar 2008 15:03:38 +0000 From: Alexey Dokuchaev To: Laurent Grangeau Message-ID: <20080307150338.GB95240@FreeBSD.org> References: <1bf0a5b00803070327r45818ecfjde6257486eb92379@mail.gmail.com> <20080307124422.GA64627@FreeBSD.org> <1bf0a5b00803070503l2bf7fd9cvf112a99c8ef448e3@mail.gmail.com> <1bf0a5b00803070512g7eaffedfnc357f165187bcc7f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1bf0a5b00803070512g7eaffedfnc357f165187bcc7f@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org, TooMany Secrets Subject: Re: FreeBSD Port: nvidia-driver-169.12 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 15:03:38 -0000 On Fri, Mar 07, 2008 at 02:12:05PM +0100, Laurent Grangeau wrote: > Hi, > > I think I've found the problem :) > > In "/usr/local/lib/xorg/modules/extensions", there was "libglx.so" and " > libglx.so.1". I rename the "libglx.so" in "libglx.so.old" and "libglx.so.1" > in "libglx.so". I'm glad you've found and fixed the problem, but messing with files belong to some packages by hand is Evil(tm). By doing so you can easily break any further package tracking (update, deinstall, etc). ./danfe