From 591510fe07a4cc929cb34b854ba0c6a3abf80318 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 3 Feb 2015 16:18:34 +0000 Subject: - Move mainstream version to 346.xx (update to 346.35) and create another legacy slave port `x11/nvidia-driver-340'; update top comment accordingly - No longer explicitly advertise brokenness for ${OSVERSION} > 1000041 and ${NVVERSION} <= 71.08615 combination: not only old legacy ports recently had been removed, but frankly users of those old gfx cards should either not be running FreeBSD 10.x or totally rely on self-support, thus making this BROKEN statement merely an annoyance for them (other checks for some older driver versions still remain as being functional) - Change CONFLICTS to CONFLICTS_INSTALL (honestly, this change *should* be no-op since CONFLICTS should be installation-time conflicts in the first place, but adhere to this stupidity of the framework for the time being) --- x11/nvidia-driver-340/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/nvidia-driver-340/Makefile (limited to 'x11/nvidia-driver-340') diff --git a/x11/nvidia-driver-340/Makefile b/x11/nvidia-driver-340/Makefile new file mode 100644 index 000000000000..f81bbbbef85f --- /dev/null +++ b/x11/nvidia-driver-340/Makefile @@ -0,0 +1,11 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +DISTVERSION= 340.76 +# Explicitly set PORTREVISION as it can be overridden by the master port +PORTREVISION= 0 + +MASTERDIR= ${.CURDIR}/../nvidia-driver +PKGNAMESUFFIX= -340 + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3