From owner-svn-ports-all@freebsd.org Fri Mar 16 02:21:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 283BEF415F7; Fri, 16 Mar 2018 02:21:34 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D240985C95; Fri, 16 Mar 2018 02:21:33 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD2721E343; Fri, 16 Mar 2018 02:21:33 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2G2LXX9076220; Fri, 16 Mar 2018 02:21:33 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2G2LXu1076215; Fri, 16 Mar 2018 02:21:33 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201803160221.w2G2LXu1076215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Fri, 16 Mar 2018 02:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464646 - in head/graphics: . drm-next-kmod drm-stable-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: in head/graphics: . drm-next-kmod drm-stable-kmod X-SVN-Commit-Revision: 464646 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2018 02:21:34 -0000 Author: jmd Date: Fri Mar 16 02:21:33 2018 New Revision: 464646 URL: https://svnweb.freebsd.org/changeset/ports/464646 Log: new port: graphics/drm-stable-kmod This is a repo copy of the last 4.9 status of graphics/drm-next-kmod. While drm-next-kmod serves as the experimental DRM/KMS port, this new port will always trail it and be in a more stable state. This is not a guarantee that drm-stable-kmod will receive all versions from drm-next-kmod, more likely there will be jumps. Mark the two ports as mutually conflicting. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14584 Added: head/graphics/drm-stable-kmod/ - copied from r462414, head/graphics/drm-next-kmod/ Modified: head/graphics/Makefile head/graphics/drm-next-kmod/Makefile head/graphics/drm-next-kmod/pkg-descr head/graphics/drm-stable-kmod/Makefile head/graphics/drm-stable-kmod/pkg-descr Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Mar 15 23:42:15 2018 (r464645) +++ head/graphics/Makefile Fri Mar 16 02:21:33 2018 (r464646) @@ -151,6 +151,7 @@ SUBDIR += drawpile SUBDIR += driconf SUBDIR += drm-next-kmod + SUBDIR += drm-stable-kmod SUBDIR += dspdfviewer SUBDIR += duhdraw SUBDIR += dynamechs Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Thu Mar 15 23:42:15 2018 (r464645) +++ head/graphics/drm-next-kmod/Makefile Fri Mar 16 02:21:33 2018 (r464646) @@ -16,6 +16,8 @@ ONLY_FOR_ARCHS_REASON= the new KMS components are only RUN_DEPENDS= gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod +CONFLICTS_INSTALL= drm-stable-kmod + OPTIONS_DEFINE= DEBUG USES= kmod uidfix Modified: head/graphics/drm-next-kmod/pkg-descr ============================================================================== --- head/graphics/drm-next-kmod/pkg-descr Thu Mar 15 23:42:15 2018 (r464645) +++ head/graphics/drm-next-kmod/pkg-descr Fri Mar 16 02:21:33 2018 (r464646) @@ -1,5 +1,5 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.9 DRM. Experimental state. amdgpu and +Currently corresponding to Linux 4.11 DRM. Experimental state. amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm Modified: head/graphics/drm-stable-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Tue Feb 20 17:35:25 2018 (r462414) +++ head/graphics/drm-stable-kmod/Makefile Fri Mar 16 02:21:33 2018 (r464646) @@ -1,7 +1,7 @@ # Created by: Johannes Dieterich # $FreeBSD$ -PORTNAME= drm-next-kmod +PORTNAME= drm-stable-kmod PORTVERSION= g20180117 PORTREVISION= 3 CATEGORIES= graphics @@ -16,6 +16,8 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod + +CONFLICTS_INSTALL= drm-next-kmod OPTIONS_DEFINE= DEBUG Modified: head/graphics/drm-stable-kmod/pkg-descr ============================================================================== --- head/graphics/drm-next-kmod/pkg-descr Tue Feb 20 17:35:25 2018 (r462414) +++ head/graphics/drm-stable-kmod/pkg-descr Fri Mar 16 02:21:33 2018 (r464646) @@ -1,5 +1,5 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.9 DRM. Experimental state. amdgpu and +Currently corresponding to Linux 4.9 DRM. More stable state. amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm