If you install the nvidia-driver with WITH_LEGACY_GPU_SUPPORT then the necessary library libm.so.3 (misc/compat5x) won't be installed which is needed by libGL.so. There was an update of Makefile (rev. 1.37) which fixed this problem, but it doesn't respect the option WITH_LEGACY_GPU_SUPPORT. Fix: The patch below causes that the check for $OSVERSION >= 600033 will always happen if $OSVERSION < 503000 is false regardless whether WITH_LEGACY_GPU_SUPPORT is set or not. How-To-Repeat: Use FreeBSD 6.0-RELEASE or later. Make sure that 'compat5x' is not installed. # cd /usr/ports/x11/nvidia-driver # make -DWITH_LEGACY_GPU_SUPPORT install clean
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer.
State Changed From-To: open->closed Committed, thanks!