It's just as intended by the maintainer.x11/nvidia-driver-550.127.05.1402501 and graphics/nvidia-drm-66-kmod are in ports tree. But the graphics/nvidia-drm-66-kmod failed to build on my 14-STABLE box.
graphics/nvidia-drm-66-kmod depends on graphics/drm-66-kmod.
Code:
BUILD_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-66-kmod
RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-66-kmod
And graphics/drm-66-kmod is (currently, actually correct or not) restrected with fairly recent main branch (aka 15-Curret) of FreeBSD, thus, fail on stable/14.
Code:
.if ${OPSYS} == FreeBSD && !( ${OSVERSION} >= 1500031 )
IGNORE= not supported on older than 1500031, no kernel support
.endif
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
.endif