From owner-svn-ports-head@FreeBSD.ORG Thu Sep 27 16:50:20 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF10F106564A; Thu, 27 Sep 2012 16:50:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D868D8FC19; Thu, 27 Sep 2012 16:50:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8RGoJSq056295; Thu, 27 Sep 2012 16:50:19 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8RGoJ8Y056289; Thu, 27 Sep 2012 16:50:19 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209271650.q8RGoJ8Y056289@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 27 Sep 2012 16:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304966 - in head/x11: nvidia-driver nvidia-driver-173 nvidia-driver-71 nvidia-driver-96 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 16:50:20 -0000 Author: danfe Date: Thu Sep 27 16:50:19 2012 New Revision: 304966 URL: http://svn.freebsd.org/changeset/ports/304966 Log: Trim Makefile header for NVidia drivers, and move advisory comment about legacy drivers to the top, where is suits better. Modified: head/x11/nvidia-driver-173/Makefile head/x11/nvidia-driver-71/Makefile head/x11/nvidia-driver-96/Makefile head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver-173/Makefile ============================================================================== --- head/x11/nvidia-driver-173/Makefile Thu Sep 27 16:47:54 2012 (r304965) +++ head/x11/nvidia-driver-173/Makefile Thu Sep 27 16:50:19 2012 (r304966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nvidia-driver, legacy version 173.14.xx -# Date created: 26 Oct 2008 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# DISTVERSION= 173.14.35 # Explicitly set PORTREVISION as it can be overridden by the master port Modified: head/x11/nvidia-driver-71/Makefile ============================================================================== --- head/x11/nvidia-driver-71/Makefile Thu Sep 27 16:47:54 2012 (r304965) +++ head/x11/nvidia-driver-71/Makefile Thu Sep 27 16:50:19 2012 (r304966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nvidia-driver, legacy version 71.86.xx -# Date created: 08 Feb 2007 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# DISTVERSION= 71.86.15 # Explicitly set PORTREVISION as it can be overridden by the master port Modified: head/x11/nvidia-driver-96/Makefile ============================================================================== --- head/x11/nvidia-driver-96/Makefile Thu Sep 27 16:47:54 2012 (r304965) +++ head/x11/nvidia-driver-96/Makefile Thu Sep 27 16:50:19 2012 (r304966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nvidia-driver, legacy version 96.43.xx -# Date created: 08 Feb 2007 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# DISTVERSION= 96.43.23 # Explicitly set PORTREVISION as it can be overridden by the master port Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Thu Sep 27 16:47:54 2012 (r304965) +++ head/x11/nvidia-driver/Makefile Thu Sep 27 16:50:19 2012 (r304966) @@ -1,9 +1,11 @@ -# New ports collection makefile for: nvidia-driver (latest and master port) -# Date created: 4 December 2002 -# Whom: Stijn Hoop -# +# Created by: Stijn Hoop # $FreeBSD$ # +# Starting with version 1.0-7667, NVidia has dropped support for numerous +# "legacy" GPUs. Consult NVidia README (the Appendix) to find out whether +# you need to use legacy driver version and install one of corresponding +# `x11/nvidia-driver-71', `x11/nvidia-driver-96', or `x11/nvidia-driver-173' +# slave ports. PORTNAME= nvidia-driver DISTVERSION?= 304.43 @@ -39,12 +41,6 @@ DOCSDIR= ${PREFIX}/share/doc/NVIDIA_GLX- MODULESDIR= lib/xorg/modules PORTDOCS= * -# Starting with version 1.0-7667, NVidia has dropped support for numerous -# "legacy" GPUs. Consult NVidia README (the Appendix) to find out whether -# you need to use legacy driver version and install one of corresponding -# `x11/nvidia-driver-71', `x11/nvidia-driver-96', or `x11/nvidia-driver-173' -# slave ports. -# .if ${DISTVERSION:C/[0-9]+//g} == ".." # major.minor.update NVVERSION= ${DISTVERSION:S/.//g} .else # major.minor