aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-devel-kmod
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2018-12-10 03:02:11 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2018-12-10 03:02:11 +0000
commitbfbf8bd33e4704a04b7042db079708a29a9c4cc9 (patch)
tree6318246feb61bce8e42ec341702cb84b50c16bea /graphics/drm-devel-kmod
parentac9db327ac4b091633425f6e0a2cbd750bf7119e (diff)
downloadports-bfbf8bd33e4704a04b7042db079708a29a9c4cc9.tar.gz
ports-bfbf8bd33e4704a04b7042db079708a29a9c4cc9.zip
LinuxKPI-based DRM ports: move to new ports nomenclature.
After some discussions within the x11 team, it was decided to move to a new nomenclature for the LinuxKPI-based DRM ports that correctly reflects the FreeBSD version the ports are for. This will also allow us to move to dedicated branches per FreeBSD release and eases porting work. Functionally, this commit is a no-op as we are not moving to new snapshots. Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta port should not be affected. Direct consumers of the DRM ports shall move, as in MOVED, as follows: drm-stable-kmod is drm-fbsd11.2-kmod drm-next-kmod is drm-fbsd12.0-kmod drm-devel-kmod is drm-current-kmod Reviewed by: zeising (x11) Approved by: zeising (x11) Differential Revision: https://reviews.freebsd.org/D18328
Notes
Notes: svn path=/head/; revision=487117
Diffstat (limited to 'graphics/drm-devel-kmod')
-rw-r--r--graphics/drm-devel-kmod/Makefile61
-rw-r--r--graphics/drm-devel-kmod/distinfo3
-rw-r--r--graphics/drm-devel-kmod/pkg-descr5
-rw-r--r--graphics/drm-devel-kmod/pkg-message15
-rw-r--r--graphics/drm-devel-kmod/pkg-plist8
5 files changed, 0 insertions, 92 deletions
diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile
deleted file mode 100644
index 66c862d0a219..000000000000
--- a/graphics/drm-devel-kmod/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: Johannes Dieterich <jmd@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= drm-devel-kmod
-PORTVERSION= 4.16.g20181121
-CATEGORIES= graphics kld
-
-MAINTAINER= jmd@FreeBSD.org
-COMMENT= DRM modules for the linuxkpi-based KMS components (development version)
-
-LICENSE= BSD2CLAUSE MIT GPLv2
-LICENSE_COMB= multi
-
-ONLY_FOR_ARCHS= amd64 i386 powerpc64
-ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and i386
-
-RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod
-
-CONFLICTS_INSTALL= drm-next-kmod drm-stable-kmod drm-legacy-kmod
-
-OPTIONS_DEFINE= DEBUG
-
-USES= kmod uidfix compiler:c++11-lang
-
-USE_GITHUB= yes
-GH_ACCOUNT= FreeBSDDesktop
-GH_PROJECT= kms-drm
-GH_TAGNAME= a45b72a
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200067
-IGNORE= not supported on older CURRENT, no kernel support
-.endif
-.if ${OPSYS} != FreeBSD
-IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
-.endif
-
-.if ${ARCH} == "amd64"
-PLIST_SUB+= AMDGPU=""
-PLIST_SUB+= AMDKFD=""
-PLIST_SUB+= I915=""
-PLIST_SUB+= VMWGFX=""
-.elif ${ARCH} == "i386"
-PLIST_SUB+= AMDGPU="@comment "
-PLIST_SUB+= AMDKFD="@comment "
-PLIST_SUB+= I915=""
-PLIST_SUB+= VMWGFX=""
-.elif ${ARCH} == "powerpc64"
-PLIST_SUB+= AMDGPU=""
-PLIST_SUB+= AMDKFD="@comment "
-PLIST_SUB+= I915="@comment "
-PLIST_SUB+= VMWGFX="@comment "
-.else
-PLIST_SUB+= AMDGPU="@comment "
-PLIST_SUB+= AMDKFD="@comment "
-PLIST_SUB+= I915="@comment "
-PLIST_SUB+= VMWGFX="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/drm-devel-kmod/distinfo b/graphics/drm-devel-kmod/distinfo
deleted file mode 100644
index 7c227b56fb3f..000000000000
--- a/graphics/drm-devel-kmod/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1542816184
-SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181121-a45b72a_GH0.tar.gz) = ea38de931c4b8ac4f3b9a48c9c4b4a96c73558a1b0e94983195568a5cb03ce7a
-SIZE (FreeBSDDesktop-kms-drm-4.16.g20181121-a45b72a_GH0.tar.gz) = 13088779
diff --git a/graphics/drm-devel-kmod/pkg-descr b/graphics/drm-devel-kmod/pkg-descr
deleted file mode 100644
index b233dab0d8cb..000000000000
--- a/graphics/drm-devel-kmod/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
-Currently corresponding to Linux 4.16 DRM. This is the development version.
-amdgpu and radeonkms are known to fail with EFI boot.
-
-WWW: https://github.com/FreeBSDDesktop/kms-drm
diff --git a/graphics/drm-devel-kmod/pkg-message b/graphics/drm-devel-kmod/pkg-message
deleted file mode 100644
index 7bca65c4acb6..000000000000
--- a/graphics/drm-devel-kmod/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-The experimental drm-devel-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 legacy kms modules (radeonkms /
-i915kms) in base or by installing graphics/drm-legacy-kmod.
diff --git a/graphics/drm-devel-kmod/pkg-plist b/graphics/drm-devel-kmod/pkg-plist
deleted file mode 100644
index 3cfaf81a608e..000000000000
--- a/graphics/drm-devel-kmod/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-%%AMDGPU%%/%%KMODDIR%%/amdgpu.ko
-%%AMDKFD%%/%%KMODDIR%%/amdkfd.ko
-/%%KMODDIR%%/debugfs.ko
-/%%KMODDIR%%/drm.ko
-%%I915%%/%%KMODDIR%%/i915kms.ko
-/%%KMODDIR%%/linuxkpi_gplv2.ko
-/%%KMODDIR%%/radeonkms.ko
-%%VMWGFX%%/%%KMODDIR%%/vmwgfx.ko