Date: Sat, 14 Jul 2018 08:16:56 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474624 - in head/graphics: . drm-devel-kmod Message-ID: <201807140816.w6E8GuB8071072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Jul 14 08:16:55 2018 New Revision: 474624 URL: https://svnweb.freebsd.org/changeset/ports/474624 Log: Add new port: graphics/drm-devel-kmod. Add new port: graphics/drm-devel-kmod. This is a development version of the drm kmod ports. It is currently on par with Linux version 4.15, which includes amongs others support for AMD Vega. This version is currently only supported on recent versions of FreeBSD CURRENT. Be aware that since this is a development version, there might be bugs and regressions. If you find any issues, please report them to us. Approved by: jmd (maintainer) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/drm-kmod Added: head/graphics/drm-devel-kmod/ - copied from r474622, head/graphics/drm-next-kmod/ Modified: head/graphics/Makefile head/graphics/drm-devel-kmod/Makefile head/graphics/drm-devel-kmod/distinfo head/graphics/drm-devel-kmod/pkg-descr Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Jul 14 08:11:36 2018 (r474623) +++ head/graphics/Makefile Sat Jul 14 08:16:55 2018 (r474624) @@ -152,6 +152,7 @@ SUBDIR += dmtx-utils SUBDIR += drawpile SUBDIR += driconf + SUBDIR += drm-devel-kmod SUBDIR += drm-next-kmod SUBDIR += drm-stable-kmod SUBDIR += dspdfviewer Modified: head/graphics/drm-devel-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Sat Jul 14 07:38:30 2018 (r474622) +++ head/graphics/drm-devel-kmod/Makefile Sat Jul 14 08:16:55 2018 (r474624) @@ -1,13 +1,12 @@ # Created by: Johannes Dieterich <jmd@FreeBSD.org> # $FreeBSD$ -PORTNAME= drm-next-kmod -PORTVERSION= 4.11.g20180619 -PORTREVISION= 1 +PORTNAME= drm-devel-kmod +PORTVERSION= 4.15.g20180713 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org -COMMENT= DRM modules for the linuxkpi-based KMS components +COMMENT= DRM modules for the linuxkpi-based KMS components (development version) LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi @@ -17,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= the new KMS components are only RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod -CONFLICTS_INSTALL= drm-stable-kmod +CONFLICTS_INSTALL= drm-next-kmod drm-stable-kmod OPTIONS_DEFINE= DEBUG @@ -26,14 +25,11 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= a753215 +GH_TAGNAME= 224e101 .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101511 -IGNORE= not supported on 11.1 or older, no kernel support -.endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200067 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD Modified: head/graphics/drm-devel-kmod/distinfo ============================================================================== --- head/graphics/drm-next-kmod/distinfo Sat Jul 14 07:38:30 2018 (r474622) +++ head/graphics/drm-devel-kmod/distinfo Sat Jul 14 08:16:55 2018 (r474624) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529427209 -SHA256 (FreeBSDDesktop-kms-drm-4.11.g20180619-a753215_GH0.tar.gz) = 50e1370226864cdb9f9b1b7e96f294dd142ce30d7fb375261842ed669100b027 -SIZE (FreeBSDDesktop-kms-drm-4.11.g20180619-a753215_GH0.tar.gz) = 6677986 +TIMESTAMP = 1531495898 +SHA256 (FreeBSDDesktop-kms-drm-4.15.g20180713-224e101_GH0.tar.gz) = c1f6e0b3fe85adee2693dbd1b5e08bb395aa92289deff86e7b2fb9f2b8af6ef9 +SIZE (FreeBSDDesktop-kms-drm-4.15.g20180713-224e101_GH0.tar.gz) = 13101788 Modified: head/graphics/drm-devel-kmod/pkg-descr ============================================================================== --- head/graphics/drm-next-kmod/pkg-descr Sat Jul 14 07:38:30 2018 (r474622) +++ head/graphics/drm-devel-kmod/pkg-descr Sat Jul 14 08:16:55 2018 (r474624) @@ -1,5 +1,5 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.11 DRM. Experimental state. amdgpu and -radeonkms are known to fail with EFI boot. +Currently corresponding to Linux 4.15 DRM. This is the development version. +amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807140816.w6E8GuB8071072>