x11/nvidia-secondary-driver[-390]: Remove dead port

The requisite nvidia-hybrid-graphics port was removed in
9b8dd11af6

libglvnd should make the need to manually move libraries around
unnecessary and has been mandatory for a long time since
5343f55d87

Reviewed by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Differential Revision:	https://reviews.freebsd.org/D49992
This commit is contained in:
Kevin Bowling 2025-04-23 19:48:02 -07:00
parent 2f59969962
commit f2aa1dd1cf
3 changed files with 0 additions and 25 deletions

View file

@ -1,4 +0,0 @@
MASTERDIR= ${.CURDIR}/../nvidia-driver-390
NVSDR_MASTERDIR= ${.CURDIR}/../nvidia-secondary-driver
.include "${NVSDR_MASTERDIR}/Makefile"

View file

@ -1,17 +0,0 @@
PORTNAME= nvidia-secondary-driver
# Explicitly set PORTREVISION as it can be overridden by the master port
PORTREVISION= 1
MASTERDIR?= ${.CURDIR}/../nvidia-driver
COMMENT= NVidia graphics card binary drivers for hardware OpenGL rendering on secondary device
CONFLICTS_INSTALL= nvidia-driver
EXTENSIONSDIR= lib/xorg/modules-NVIDIA/extensions
LIBGLDIR= lib/libGL-NVIDIA
SUB_FILES= pkg-message
.include "${MASTERDIR}/Makefile"

View file

@ -1,4 +0,0 @@
Utilization of this driver for GLX acceleration requires special configuration
of an Xorg server instance.
x11/nvidia-hybrid-graphics is provided to handle this configuration.