From owner-freebsd-ports@FreeBSD.ORG Tue May 16 00:42:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12CFF16A789 for ; Tue, 16 May 2006 00:42:59 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE3D43D45 for ; Tue, 16 May 2006 00:42:58 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by nz-out-0102.google.com with SMTP id 40so143902nzk for ; Mon, 15 May 2006 17:42:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ncQlL71an64XVxancM+Ae4U6cCgKAfZHu2suHT8JOmMf9oCDfqXtTGIhCisRuyukYQnrwrFy3nCpejoIdsMonflfBs073MQEZsLQWwVK2MMXD+xWkQQDWffcwFaUguQ72A7dloYCtzdr9eDC6dl9SrpnxtwfzujgyRUhGpwr1is= Received: by 10.36.247.45 with SMTP id u45mr3564880nzh; Mon, 15 May 2006 17:42:58 -0700 (PDT) Received: by 10.36.80.9 with HTTP; Mon, 15 May 2006 17:42:58 -0700 (PDT) Message-ID: <47d0403c0605151742r38d444dah7e7e578028e10df5@mail.gmail.com> Date: Tue, 16 May 2006 00:42:58 +0000 From: "Ben Kaduk" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: patches to update x11/nvidia-driver 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: Tue, 16 May 2006 00:42:59 -0000 Hi all, As many of you know, nvidia recently released (in april) new FreeBSD drivers for their graphics cards. I have installed this driver, and it seems to work well on my GeForce Ti 4200 Go here. I seem to recall that the port has been unusable on -current for a while due to some api/abi changes, but the new version from nVidia works fine. I made some patches, though I am a novice to the ports collection and they may need correction: Makefile: 85c85 < NVVERSION=3D 8178 --- > NVVERSION=3D 8756 distinfo: 7,9c7,9 < MD5 (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) =3D ef6d63b01ff062b9f5c2dd458e7e= 89b1 < SHA256 (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) =3D 90d3fd6acf916471a6d41737e83f5ed5489effd920cb695bc44bec791262a280 < SIZE (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) =3D 9067056 --- > MD5 (NVIDIA-FreeBSD-x86-1.0-8756.tar.gz) =3D fa80b5400d66b292870e1d641041= 666e > SHA256 (NVIDIA-FreeBSD-x86-1.0-8756.tar.gz) =3D 3c5e095c62cb5e57dc932a626= d75e64cdd4c3c62ab9b1bab1bc0478f987b64b1 > SIZE (NVIDIA-FreeBSD-x86-1.0-8756.tar.gz) =3D 9427746 My laptop is not usually heavily loaded, so I was able to do a ` find / -newer Makefile ` without too much clutter; I didn't see any new files in this revision, but I may have missed something. Does this look correct? Should I file a PR? Thanks, Ben Kaduk