svn commit: r563288 - in head/graphics: drm-current-kmod drm-fbsd13-kmod
Emmanuel Vadot
manu at FreeBSD.org
Sat Jan 30 12:06:11 UTC 2021
Author: manu
Date: Sat Jan 30 12:06:10 2021
New Revision: 563288
URL: https://svnweb.freebsd.org/changeset/ports/563288
Log:
graphics/drm-{current,fbsd13}-kmod: Update pkg-message
Replace port name with the correct one.
Remove mention to drm-legacy-kmod as it was removed.
PR: 253092
MFH: 2021Q1
Modified:
head/graphics/drm-current-kmod/Makefile
head/graphics/drm-current-kmod/pkg-message
head/graphics/drm-fbsd13-kmod/Makefile
head/graphics/drm-fbsd13-kmod/pkg-message
Modified: head/graphics/drm-current-kmod/Makefile
==============================================================================
--- head/graphics/drm-current-kmod/Makefile Sat Jan 30 11:54:43 2021 (r563287)
+++ head/graphics/drm-current-kmod/Makefile Sat Jan 30 12:06:10 2021 (r563288)
@@ -3,7 +3,7 @@
PORTNAME= drm-current-kmod
PORTVERSION= 5.4.92.g20210128
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics kld
MAINTAINER= x11 at FreeBSD.org
Modified: head/graphics/drm-current-kmod/pkg-message
==============================================================================
--- head/graphics/drm-current-kmod/pkg-message Sat Jan 30 11:54:43 2021 (r563287)
+++ head/graphics/drm-current-kmod/pkg-message Sat Jan 30 12:06:10 2021 (r563288)
@@ -13,9 +13,5 @@ For radeonkms: kld_list="radeonkms"
Please ensure that all users requiring graphics are members of the
"video" group.
-
-Older generations are supported by the legacy kms modules (radeonkms /
-i915kms) in base or by installing graphics/drm-legacy-kmod.
-EOM
}
]
Modified: head/graphics/drm-fbsd13-kmod/Makefile
==============================================================================
--- head/graphics/drm-fbsd13-kmod/Makefile Sat Jan 30 11:54:43 2021 (r563287)
+++ head/graphics/drm-fbsd13-kmod/Makefile Sat Jan 30 12:06:10 2021 (r563288)
@@ -3,7 +3,7 @@
PORTNAME= drm-fbsd13-kmod
PORTVERSION= 5.4.62.g20210122
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics kld
MAINTAINER= x11 at FreeBSD.org
Modified: head/graphics/drm-fbsd13-kmod/pkg-message
==============================================================================
--- head/graphics/drm-fbsd13-kmod/pkg-message Sat Jan 30 11:54:43 2021 (r563287)
+++ head/graphics/drm-fbsd13-kmod/pkg-message Sat Jan 30 12:06:10 2021 (r563288)
@@ -1,11 +1,11 @@
[
{ type: install
message: <<EOM
-The experimental drm-current-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).
+The drm-fbsd13-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="i915kms"
@@ -14,8 +14,6 @@ For radeonkms: kld_list="radeonkms"
Please ensure that all users requiring graphics are members of the
"video" group.
-Older generations are supported by the legacy kms modules (radeonkms /
-i915kms) in base or by installing graphics/drm-legacy-kmod.
EOM
}
]
More information about the svn-ports-head
mailing list