aboutsummaryrefslogtreecommitdiffstats
path: root/x11/nvidia-driver
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-11-10 00:26:51 +0800
committerdanfe <danfe@FreeBSD.org>2005-11-10 00:26:51 +0800
commit07f9c369e464df7cd32d4e3eb788efec134e05a3 (patch)
tree8e692e58adf319a5e775874ed96aa7f0dd8d879b /x11/nvidia-driver
parent1e81d6a06f6990ff811daacc234145aa02f5b7a3 (diff)
downloadfreebsd-ports-gnome-07f9c369e464df7cd32d4e3eb788efec134e05a3.tar.gz
freebsd-ports-gnome-07f9c369e464df7cd32d4e3eb788efec134e05a3.tar.zst
freebsd-ports-gnome-07f9c369e464df7cd32d4e3eb788efec134e05a3.zip
Do not install nvidia-settings, there's native version available in
`x11/nvidia-settings' port. Based on PR: ports/84969 Submitted by: jylefort
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r--x11/nvidia-driver/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile
index ba6bfa250717..d3cce5d59285 100644
--- a/x11/nvidia-driver/Makefile
+++ b/x11/nvidia-driver/Makefile
@@ -79,10 +79,11 @@ EXTRA_PATCHES+= ${FILESDIR}/${NVVERSION}-*
.else
.if defined(WITH_LEGACY_GPU_SUPPORT)
NVVERSION= 7174
-PORTREVISION= 1
+PORTREVISION= 2
EXTRA_PATCHES+= ${FILESDIR}/6113-patch-lib::Makefile
.else
NVVERSION= 7676
+PORTREVISION= 1
EXTRA_PATCHES+= ${FILESDIR}/7667-*
.if ${OSVERSION} >= 600033
LIB_DEPENDS+= m.3:${PORTSDIR}/misc/compat5x
@@ -143,6 +144,7 @@ post-patch: .SILENT
${REINPLACE_CMD} 's/define NV_SUPPORT_LINUX_COMPAT/undef NV_SUPPORT_LINUX_COMPAT/' \
${WRKSRC}/src/nv-freebsd.h
.endif
+ ${REINPLACE_CMD} -E 's/(extension).*/\1/ ; /bin/d' ${WRKSRC}/x11/Makefile
post-install:
${LN} -sf libXvMCNVIDIA.so.1 ${PREFIX}/lib/libXvMCNVIDIA_dynamic.so.1