Lines 13-19
Link Here
|
13 |
# ``make DISTVERSION=xxx.yy.zz -DNO_CHECKSUM'' should typically work. |
13 |
# ``make DISTVERSION=xxx.yy.zz -DNO_CHECKSUM'' should typically work. |
14 |
|
14 |
|
15 |
PORTNAME?= nvidia-driver |
15 |
PORTNAME?= nvidia-driver |
16 |
DISTVERSION?= 510.60.02 |
16 |
DISTVERSION?= 515.86.01 |
17 |
# Always try to set PORTREVISION as it can be overridden by the slave ports |
17 |
# Always try to set PORTREVISION as it can be overridden by the slave ports |
18 |
PORTREVISION?= 1 |
18 |
PORTREVISION?= 1 |
19 |
CATEGORIES= x11 |
19 |
CATEGORIES= x11 |
Lines 43-48
USES+= tar:xz
Link Here
|
43 |
USE_XORG= x11 xorg-server xext |
43 |
USE_XORG= x11 xorg-server xext |
44 |
USE_LDCONFIG= yes |
44 |
USE_LDCONFIG= yes |
45 |
|
45 |
|
|
|
46 |
PIE_UNSAFE= yes |
47 |
|
46 |
EGL_JSON_PATH= ${PREFIX}/share/egl/egl_external_platform.d |
48 |
EGL_JSON_PATH= ${PREFIX}/share/egl/egl_external_platform.d |
47 |
GLVND_JSON_PATH= ${PREFIX}/share/glvnd/egl_vendor.d |
49 |
GLVND_JSON_PATH= ${PREFIX}/share/glvnd/egl_vendor.d |
48 |
VKICD_PATH= ${PREFIX}/share/vulkan/icd.d |
50 |
VKICD_PATH= ${PREFIX}/share/vulkan/icd.d |
Lines 129-134
PLIST_SUB+= LIBGLDIR=${LIBGLDIR} LIBGLMAP="@comment "
Link Here
|
129 |
PLIST_SUB+= LIBGLDIR="@comment " LIBGLMAP="" |
131 |
PLIST_SUB+= LIBGLDIR="@comment " LIBGLMAP="" |
130 |
.endif |
132 |
.endif |
131 |
|
133 |
|
|
|
134 |
.if ${NVVERSION} == 515.86.01 |
135 |
PLIST_FILES = lib/libnvidia-wayland-client.so.515.86.01 |
136 |
.endif |
137 |
|
132 |
CONFLICTS_INSTALL+= nvidia-driver nvidia-driver-* |
138 |
CONFLICTS_INSTALL+= nvidia-driver nvidia-driver-* |
133 |
.if ${PORTNAME} != nvidia-secondary-driver |
139 |
.if ${PORTNAME} != nvidia-secondary-driver |
134 |
CONFLICTS_INSTALL+= nvidia-secondary-driver |
140 |
CONFLICTS_INSTALL+= nvidia-secondary-driver |