Page MenuHomeFreeBSD

x11/nvidia-driver: Clean up unused LIBGLDIR/LIBGLMAP
Needs ReviewPublic

Authored by kbowling on Sun, Apr 27, 11:21 PM.
Tags
None
Referenced Files
F116013730: D50048.diff
Thu, May 1, 2:53 PM
Unknown Object (File)
Tue, Apr 29, 12:30 AM
Unknown Object (File)
Mon, Apr 28, 1:22 PM
Unknown Object (File)
Mon, Apr 28, 10:22 AM
Subscribers
None

Details

Summary

As of 972708f1d3948f9805f20c8ec7a90e9034009edd we do not need this functionality.

This leaves EXTENSIONSDIR in place because it is still handled in the main Makefile and I am not sure if there is any other way to deal with that particular situation.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kbowling created this revision.
x11/nvidia-driver/Makefile
416

As seen in the comment above, this .if block is the remnant of x11/nvidia-secondary-driver.
No other ports overrides EXTENSIONSDIR variable.
But possibly there could be some use-cases (would be site-local usages) and anyone could want this to be kept. So removing after heads-ups with timeouts would be safer not to violate POLA.

x11/nvidia-driver/Makefile
416

Also if we are cleaning up old driver support this isn't needed since 410, so probably a good candidate to remove anyway.

kbowling marked 2 inline comments as done.
kbowling added inline comments.
x11/nvidia-driver/Makefile
416

Also if we are cleaning up old driver support this isn't needed since 410, so probably a good candidate to remove anyway.

It's a little confusing but this still applies to i.e. nvidia-driver-390. I think it is ok to leave the exact version as is for historical reference.