Index: head/graphics/drm-stable-kmod/Makefile =================================================================== --- head/graphics/drm-stable-kmod/Makefile (revision 477848) +++ head/graphics/drm-stable-kmod/Makefile (revision 477849) @@ -1,42 +1,42 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-stable-kmod -PORTVERSION= g20180802 +PORTVERSION= g20180822 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-devel-kmod drm-next-kmod drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= eeb1752 +GH_TAGNAME= ef4d156 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 IGNORE= not supported on 11.1 or older, no kernel support .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .include Index: head/graphics/drm-stable-kmod/distinfo =================================================================== --- head/graphics/drm-stable-kmod/distinfo (revision 477848) +++ head/graphics/drm-stable-kmod/distinfo (revision 477849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533236522 -SHA256 (FreeBSDDesktop-kms-drm-g20180802-eeb1752_GH0.tar.gz) = 3ec7f99b56f97938c393e6158179f7fcb1e26984f3bdf45e32f140d224f16e05 -SIZE (FreeBSDDesktop-kms-drm-g20180802-eeb1752_GH0.tar.gz) = 6678266 +TIMESTAMP = 1534993813 +SHA256 (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = c20bfb2554dc39839f72018f6c15fc4b371233039209132312017141af81dec6 +SIZE (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = 6678309 Index: head/graphics/drm-stable-kmod/pkg-message =================================================================== --- head/graphics/drm-stable-kmod/pkg-message (revision 477848) +++ head/graphics/drm-stable-kmod/pkg-message (revision 477849) @@ -1,15 +1,15 @@ -The experimental drm-next-kmod port can be enabled for amdgpu (for AMD +The experimental drm-stable-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled (similar to amdgpu). For amdgpu: kld_list="amdgpu" For Intel: kld_list="/boot/modules/i915kms.ko" For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. Older generations are supported by the stable kms modules (radeonkms / i915kms) in base.