summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-10-13 07:51:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-10-13 07:51:08 +0000
commitfe1f9774352faec03bc565da787d6aabe5393e8e (patch)
tree5d963de15211dd482ef061227a53beb5501f2f8b /x11
parent1742c4fbeed8c5d75f7b54b49c5a7607e6453f40 (diff)
downloadfreebsd-ports-fe1f9774352faec03bc565da787d6aabe5393e8e.zip
Remove the 173.14.39 nvidia-driver. it doesn't support a xorg-server newer
then 1.15. And also marked forbidden. (MOVED entry snuck in the xserver update itself).
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/nvidia-driver-173/Makefile13
2 files changed, 0 insertions, 14 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 605176afc666..274834251bae 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -211,7 +211,6 @@
SUBDIR += mxico
SUBDIR += numlockx
SUBDIR += nvidia-driver
- SUBDIR += nvidia-driver-173
SUBDIR += nvidia-driver-304
SUBDIR += nvidia-driver-340
SUBDIR += nvidia-settings
diff --git a/x11/nvidia-driver-173/Makefile b/x11/nvidia-driver-173/Makefile
deleted file mode 100644
index fcc91996c3a4..000000000000
--- a/x11/nvidia-driver-173/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
-# $FreeBSD$
-
-DISTVERSION= 173.14.39
-# Explicitly set PORTREVISION as it can be overridden by the master port
-PORTREVISION= 0
-
-MASTERDIR= ${.CURDIR}/../nvidia-driver
-PKGNAMESUFFIX= -173
-
-FORBIDDEN= vulnerable to denial of service or arbitrary code execution (CVE-2014-8298)
-
-.include "${MASTERDIR}/Makefile"