From owner-freebsd-ports@FreeBSD.ORG Wed Jun 23 03:43:18 2010 Return-Path: Delivered-To: ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E533F106566C; Wed, 23 Jun 2010 03:43:18 +0000 (UTC) Date: Wed, 23 Jun 2010 03:43:18 +0000 From: Alexey Dokuchaev To: "Sam Fourman Jr." Message-ID: <20100623034318.GA24909@FreeBSD.org> References: <20100622213511.ff59dcf5.ehaupt@FreeBSD.org> <4C2117DB.1010000@gmail.com> <4C211BD7.1010802@gmail.com> <20100623010933.GB10117@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Micka?l Maillot , ports@freebsd.org, Emanuel Haupt , Rene Ladan Subject: Re: nvidia-driver 256.35 released 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: Wed, 23 Jun 2010 03:43:19 -0000 On Tue, Jun 22, 2010 at 08:30:54PM -0500, Sam Fourman Jr. wrote: > 2010/6/22 Alexey Dokuchaev : > > On Tue, Jun 22, 2010 at 10:23:51PM +0200, Rene Ladan wrote: > >> On 22-06-2010 22:15, Micka?l Maillot wrote: > >> > libGLcore.so is rename to libnvidia-glcore.so > >> > so you need to update pkg-plist to > >> > >> and these files don't exist any longer: > >> pkg_info: /compat/linux/usr/lib/libnvidia-glcore.so.1 doesn't exist > >> pkg_info: /compat/linux/usr/lib/libnvidia-tls.so.1 doesn't exist > > > > Sure, I will take care of plist issues upon the upgrade. šWhat is more > > important right now is driver stability issues people had been having. > > I must rely on other people testing since I was not able to reproduce > > most of them in my local environment. > > So what exactly do I have to do to test this? > in the Makefile just > > -DISTVERSION?= 195.36.24 > +DISTVERSION?= 256.35 I would suggest to start with 195.36.31, as 256.xx are early betas. Ideally, I want a stable version in 195.36.yy series before start looking at upcoming 256 ones. > make makesum && make deinstall && make install > > or will I have to change the plist somewhere Yes, plist changes are required to make the port deinstall itself cleanly. It won't affect driver stability in any way though. :-) ./danfe