aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-01-30 12:07:31 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-01-30 12:07:31 +0000
commit1d2fb3ec6e7a8a02d8b45a213504b936e7360f16 (patch)
treeedeb49d45bbe6755921c8231ae857e9feb02be08 /graphics
parent94c247296ce44885223d0fe9038313331a0f17bc (diff)
downloadports-1d2fb3ec6e7a8a02d8b45a213504b936e7360f16.tar.gz
ports-1d2fb3ec6e7a8a02d8b45a213504b936e7360f16.zip
MFH: r563288
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
Notes
Notes: svn path=/branches/2021Q1/; revision=563289
Diffstat (limited to 'graphics')
-rw-r--r--graphics/drm-current-kmod/Makefile1
-rw-r--r--graphics/drm-current-kmod/pkg-message4
-rw-r--r--graphics/drm-fbsd13-kmod/Makefile2
-rw-r--r--graphics/drm-fbsd13-kmod/pkg-message12
4 files changed, 7 insertions, 12 deletions
diff --git a/graphics/drm-current-kmod/Makefile b/graphics/drm-current-kmod/Makefile
index 2dc54c9f9ce8..a11b29f87c0a 100644
--- a/graphics/drm-current-kmod/Makefile
+++ b/graphics/drm-current-kmod/Makefile
@@ -3,6 +3,7 @@
PORTNAME= drm-current-kmod
PORTVERSION= 5.4.92.g20210128
+PORTREVISION= 2
CATEGORIES= graphics kld
MAINTAINER= x11@FreeBSD.org
diff --git a/graphics/drm-current-kmod/pkg-message b/graphics/drm-current-kmod/pkg-message
index 4c0b8e24caac..8dbac494dc01 100644
--- a/graphics/drm-current-kmod/pkg-message
+++ b/graphics/drm-current-kmod/pkg-message
@@ -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
}
]
diff --git a/graphics/drm-fbsd13-kmod/Makefile b/graphics/drm-fbsd13-kmod/Makefile
index 76970680a6b6..be2cfa290900 100644
--- a/graphics/drm-fbsd13-kmod/Makefile
+++ b/graphics/drm-fbsd13-kmod/Makefile
@@ -3,7 +3,7 @@
PORTNAME= drm-fbsd13-kmod
PORTVERSION= 5.4.62.g20210122
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics kld
MAINTAINER= x11@FreeBSD.org
diff --git a/graphics/drm-fbsd13-kmod/pkg-message b/graphics/drm-fbsd13-kmod/pkg-message
index 4c0b8e24caac..aefd520198ee 100644
--- a/graphics/drm-fbsd13-kmod/pkg-message
+++ b/graphics/drm-fbsd13-kmod/pkg-message
@@ -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
}
]