svn commit: r563188 - in head/graphics: drm-current-kmod drm-devel-kmod
Emmanuel Vadot
manu at FreeBSD.org
Fri Jan 29 10:11:28 UTC 2021
Author: manu
Date: Fri Jan 29 10:11:27 2021
New Revision: 563188
URL: https://svnweb.freebsd.org/changeset/ports/563188
Log:
graphics/drm-current-kmod: Switch off SOURCE option by default
This causes too many problems when we update linuxkpi in base with functionality
that are also present in this ports.
While here update pkg-descr for both drm-current-kmod and drm-devel-kmod
so it matches the reality.
Discussed with: zeising, imp
Modified:
head/graphics/drm-current-kmod/Makefile
head/graphics/drm-current-kmod/pkg-descr
head/graphics/drm-devel-kmod/Makefile
head/graphics/drm-devel-kmod/pkg-descr
Modified: head/graphics/drm-current-kmod/Makefile
==============================================================================
--- head/graphics/drm-current-kmod/Makefile Fri Jan 29 10:05:07 2021 (r563187)
+++ head/graphics/drm-current-kmod/Makefile Fri Jan 29 10:11:27 2021 (r563188)
@@ -3,6 +3,7 @@
PORTNAME= drm-current-kmod
PORTVERSION= 5.4.92.g20210128
+PORTREVISION= 1
CATEGORIES= graphics kld
MAINTAINER= x11 at FreeBSD.org
@@ -19,8 +20,6 @@ RUN_DEPENDS= gpu-firmware-kmod>=g20200914:graphics/gpu
CONFLICTS_INSTALL= drm-devel-kmod
OPTIONS_DEFINE= DEBUG SOURCE
-
-OPTIONS_DEFAULT= SOURCE
SOURCE_DESC= Install kernel module sources
Modified: head/graphics/drm-current-kmod/pkg-descr
==============================================================================
--- head/graphics/drm-current-kmod/pkg-descr Fri Jan 29 10:05:07 2021 (r563187)
+++ head/graphics/drm-current-kmod/pkg-descr Fri Jan 29 10:11:27 2021 (r563188)
@@ -1,6 +1,6 @@
amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
-Currently corresponding to Linux 4.16 DRM.
+Currently corresponding to Linux 5.4.92 DRM.
This version is for FreeBSD CURRENT.
amdgpu and radeonkms are known to fail with EFI boot.
-WWW: https://github.com/FreeBSDDesktop/kms-drm
+WWW: https://github.com/freebsd/drm-kmod/
Modified: head/graphics/drm-devel-kmod/Makefile
==============================================================================
--- head/graphics/drm-devel-kmod/Makefile Fri Jan 29 10:05:07 2021 (r563187)
+++ head/graphics/drm-devel-kmod/Makefile Fri Jan 29 10:11:27 2021 (r563188)
@@ -3,6 +3,7 @@
PORTNAME= drm-devel-kmod
PORTVERSION= 5.4.92.g20210128
+PORTREVISION= 1
CATEGORIES= graphics kld
MAINTAINER= x11 at FreeBSD.org
Modified: head/graphics/drm-devel-kmod/pkg-descr
==============================================================================
--- head/graphics/drm-devel-kmod/pkg-descr Fri Jan 29 10:05:07 2021 (r563187)
+++ head/graphics/drm-devel-kmod/pkg-descr Fri Jan 29 10:11:27 2021 (r563188)
@@ -1,6 +1,6 @@
-amdgpu, i915, radeon, vmwgfx and vboxvideo DRM modules for the linuxkpi-based
+amdgpu, i915, and radeon DRM modules for the linuxkpi-based
KMS components.
-Currently corresponding to Linux 5.4.62 DRM.
+Currently corresponding to Linux 5.4.92 DRM.
This version is the development version and only works on FreeBSD CURRENT.
WWW: https://github.com/freebsd/drm-kmod
More information about the svn-ports-all
mailing list