From owner-svn-ports-head@freebsd.org Wed Jul 4 23:04:50 2018 Return-Path: Delivered-To: svn-ports-head@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 6DBB91025906; Wed, 4 Jul 2018 23:04:50 +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 1859477E3D; Wed, 4 Jul 2018 23:04:50 +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 D07B611ACA; Wed, 4 Jul 2018 23:04:49 +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 w64N4nv1004902; Wed, 4 Jul 2018 23:04:49 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64N4nDc004898; Wed, 4 Jul 2018 23:04:49 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201807042304.w64N4nDc004898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Wed, 4 Jul 2018 23:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473933 - 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: 473933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 23:04:50 -0000 Author: jmd Date: Wed Jul 4 23:04:48 2018 New Revision: 473933 URL: https://svnweb.freebsd.org/changeset/ports/473933 Log: graphics/drm-next-kmod and graphics/drm-stable-kmod: bump PORTREVISION to trigger new packages after CURRENT got the recent inlining of locks feature. While there, correct a type in pkg-messages reported on bugzilla. PR: 229320 (for typo) Approved by: zeising (mentor, implicit) Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-next-kmod/pkg-message head/graphics/drm-stable-kmod/Makefile head/graphics/drm-stable-kmod/pkg-message Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-next-kmod/Makefile Wed Jul 4 23:04:48 2018 (r473933) @@ -3,6 +3,7 @@ PORTNAME= drm-next-kmod PORTVERSION= 4.11.g20180619 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org Modified: head/graphics/drm-next-kmod/pkg-message ============================================================================== --- head/graphics/drm-next-kmod/pkg-message Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-next-kmod/pkg-message Wed Jul 4 23:04:48 2018 (r473933) @@ -1,7 +1,7 @@ The experimental drm-next-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. radeomkms for older AMD GPUs can be loaded and there are +/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" Modified: head/graphics/drm-stable-kmod/Makefile ============================================================================== --- head/graphics/drm-stable-kmod/Makefile Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-stable-kmod/Makefile Wed Jul 4 23:04:48 2018 (r473933) @@ -3,6 +3,7 @@ PORTNAME= drm-stable-kmod PORTVERSION= g20180619 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org Modified: head/graphics/drm-stable-kmod/pkg-message ============================================================================== --- head/graphics/drm-stable-kmod/pkg-message Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-stable-kmod/pkg-message Wed Jul 4 23:04:48 2018 (r473933) @@ -1,7 +1,7 @@ The experimental drm-next-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. radeomkms for older AMD GPUs can be loaded and there are +/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"