From owner-cvs-all@FreeBSD.ORG Tue Oct 30 08:16:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D58E16A46D; Tue, 30 Oct 2007 08:16:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4899313C48D; Tue, 30 Oct 2007 08:16:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9U8Gxox033912; Tue, 30 Oct 2007 08:16:59 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9U8GxHv033911; Tue, 30 Oct 2007 08:16:59 GMT (envelope-from danfe) Message-Id: <200710300816.l9U8GxHv033911@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 30 Oct 2007 08:16:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/nvidia-driver Makefile distinfo pkg-plist ports/x11/nvidia-driver/files 100xx-patch-src::nvidia.os 71xx-patch-src::nvidia.os 96xx-patch-src::nvidia.os X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 08:16:59 -0000 danfe 2007-10-30 08:16:59 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile distinfo pkg-plist Added files: x11/nvidia-driver/files 100xx-patch-src::nvidia.os 71xx-patch-src::nvidia.os 96xx-patch-src::nvidia.os Log: - Chase another nVidia update (100.x -> 1419, legacy versions -> 7186/9643) - Convert NVVERSION to brave new order (makes them ugly, I know) - Fix the emulation of semaphores implemented in `nvidia_os.c'. The problem with nVidia's code was that it tries to use a spin mutex with a condition variable, which is explicitely disallowed [1] - Remove X.org-related path hacks since nVidia handles it correctly now - Fix symlinks when installing from package (plist change) - Stop saying FILESDIR when PATCHDIR was meant - Simplify some Makefile logic: remove always-true check Submitted by: mux, Craig Boston (independently) [1] Revision Changes Path 1.67 +16 -20 ports/x11/nvidia-driver/Makefile 1.19 +9 -9 ports/x11/nvidia-driver/distinfo 1.1 +61 -0 ports/x11/nvidia-driver/files/100xx-patch-src::nvidia.os (new) 1.1 +61 -0 ports/x11/nvidia-driver/files/71xx-patch-src::nvidia.os (new) 1.1 +61 -0 ports/x11/nvidia-driver/files/96xx-patch-src::nvidia.os (new) 1.20 +13 -12 ports/x11/nvidia-driver/pkg-plist