Date: Sat, 14 Jul 2018 08:18:08 +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: r474625 - in head/graphics: drm-next-kmod drm-stable-kmod Message-ID: <201807140818.w6E8I8T7071246@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Jul 14 08:18:08 2018 New Revision: 474625 URL: https://svnweb.freebsd.org/changeset/ports/474625 Log: Register conflicts with drm-devel-kmod Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-stable-kmod/Makefile Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Sat Jul 14 08:16:55 2018 (r474624) +++ head/graphics/drm-next-kmod/Makefile Sat Jul 14 08:18:08 2018 (r474625) @@ -17,7 +17,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-devel-kmod drm-stable-kmod OPTIONS_DEFINE= DEBUG Modified: head/graphics/drm-stable-kmod/Makefile ============================================================================== --- head/graphics/drm-stable-kmod/Makefile Sat Jul 14 08:16:55 2018 (r474624) +++ head/graphics/drm-stable-kmod/Makefile Sat Jul 14 08:18:08 2018 (r474625) @@ -17,7 +17,7 @@ ONLY_FOR_ARCHS_REASON= the new KMS components are only RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod -CONFLICTS_INSTALL= drm-next-kmod +CONFLICTS_INSTALL= drm-devel-kmod drm-next-kmod OPTIONS_DEFINE= DEBUG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807140818.w6E8I8T7071246>