View | Details | Raw Unified | Return to bug 84969
Collapse All | Expand All

(-)nvidia-driver/Makefile (-1 / +3 lines)
Lines 77-88 Link Here
77
PLIST_SUB+=	DIFFS="" DRVSO="@comment "
77
PLIST_SUB+=	DIFFS="" DRVSO="@comment "
78
EXTRA_PATCHES+=	${FILESDIR}/${NVVERSION}-*
78
EXTRA_PATCHES+=	${FILESDIR}/${NVVERSION}-*
79
.else
79
.else
80
EXTRA_PATCHES+=	${FILESDIR}/7xxx-*
80
.if defined(WITH_LEGACY_GPU_SUPPORT)
81
.if defined(WITH_LEGACY_GPU_SUPPORT)
81
NVVERSION=	7174
82
NVVERSION=	7174
82
PORTREVISION=	1
83
PORTREVISION=	2
83
EXTRA_PATCHES+=	${FILESDIR}/6113-patch-lib::Makefile
84
EXTRA_PATCHES+=	${FILESDIR}/6113-patch-lib::Makefile
84
.else
85
.else
85
NVVERSION=	7667
86
NVVERSION=	7667
87
PORTREVISION=	1
86
EXTRA_PATCHES+=	${FILESDIR}/${NVVERSION}-*
88
EXTRA_PATCHES+=	${FILESDIR}/${NVVERSION}-*
87
.endif
89
.endif
88
PLIST_SUB+=	DIFFS="@comment " DRVSO=""
90
PLIST_SUB+=	DIFFS="@comment " DRVSO=""
(-)nvidia-driver/files/7xxx-patch-x11_bin_Makefile (+11 lines)
Line 0 Link Here
1
--- x11/bin/Makefile.orig	Mon Aug 15 23:31:28 2005
2
+++ x11/bin/Makefile	Mon Aug 15 23:31:41 2005
3
@@ -4,8 +4,5 @@
4
 BINDIR=	${X11BASE}/bin
5
 
6
 install:
7
-	@${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8
-		${NVIDIA_ROOT}/obj/nvidia-settings \
9
-		${DESTDIR}${BINDIR}
10
 
11
 .include <bsd.prog.mk>

Return to bug 84969