git: f2aa1dd1cf9c - main - x11/nvidia-secondary-driver[-390]: Remove dead port
Date: Sat, 26 Apr 2025 05:15:23 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2aa1dd1cf9cab9a60ae629a6aa9ccb3a63663be commit f2aa1dd1cf9cab9a60ae629a6aa9ccb3a63663be Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2025-04-24 02:48:02 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2025-04-26 05:13:29 +0000 x11/nvidia-secondary-driver[-390]: Remove dead port The requisite nvidia-hybrid-graphics port was removed in 9b8dd11af61165b9e0291140d0f8890651a6def5 libglvnd should make the need to manually move libraries around unnecessary and has been mandatory for a long time since 5343f55d875779eca78236446cd19d67f58c4bce Reviewed by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Differential Revision: https://reviews.freebsd.org/D49992 --- x11/nvidia-secondary-driver-390/Makefile | 4 ---- x11/nvidia-secondary-driver/Makefile | 17 ----------------- x11/nvidia-secondary-driver/pkg-message | 4 ---- 3 files changed, 25 deletions(-) diff --git a/x11/nvidia-secondary-driver-390/Makefile b/x11/nvidia-secondary-driver-390/Makefile deleted file mode 100644 index 664b4ada6954..000000000000 --- a/x11/nvidia-secondary-driver-390/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -MASTERDIR= ${.CURDIR}/../nvidia-driver-390 -NVSDR_MASTERDIR= ${.CURDIR}/../nvidia-secondary-driver - -.include "${NVSDR_MASTERDIR}/Makefile" diff --git a/x11/nvidia-secondary-driver/Makefile b/x11/nvidia-secondary-driver/Makefile deleted file mode 100644 index 34ed4d8992e6..000000000000 --- a/x11/nvidia-secondary-driver/Makefile +++ /dev/null @@ -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" diff --git a/x11/nvidia-secondary-driver/pkg-message b/x11/nvidia-secondary-driver/pkg-message deleted file mode 100644 index b1d7f346e9ff..000000000000 --- a/x11/nvidia-secondary-driver/pkg-message +++ /dev/null @@ -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.