graphics/drm-66-kmod: Fix conflict

WHile here add the conflict in all drm kmod ports for drm-66-kmod.

Reported by:	Alonso Cárdenas Márquez <acm@FreeBSD.org>
Fixes:		00508c01e2 ("graphics/drm-66-kmod: Add new port")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2025-02-18 09:14:24 +01:00
parent 30805add2a
commit c825940466
4 changed files with 10 additions and 6 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= drm-510-kmod
PORTVERSION= ${DRM_KMOD_DISTVERSION}
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= graphics kld
.include "Makefile.version"
@ -16,7 +16,8 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64, i386, aarch64, and powerpc64
CONFLICTS_INSTALL= drm-515-kmod \
drm-61-kmod
drm-61-kmod \
drm-66-kmod
USES= kmod uidfix compiler:c++11-lang

View file

@ -1,6 +1,6 @@
PORTNAME= drm-515-kmod
PORTVERSION= ${DRM_KMOD_DISTVERSION}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics kld
.include "Makefile.version"
@ -16,7 +16,8 @@ ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and powerpc64
CONFLICTS_INSTALL= drm-510-kmod \
drm-61-kmod
drm-61-kmod \
drm-66-kmod
USES= kmod uidfix compiler:c++11-lang

View file

@ -1,5 +1,6 @@
PORTNAME= drm-61-kmod
PORTVERSION= ${DRM_KMOD_DISTVERSION}
PORTREVISION= 1
CATEGORIES= graphics kld
.include "Makefile.version"
@ -15,7 +16,8 @@ ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and powerpc64
CONFLICTS_INSTALL= drm-510-kmod \
drm-515-kmod
drm-515-kmod \
drm-66-kmod
USES= kmod uidfix compiler:c++11-lang

View file

@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64
CONFLICTS_INSTALL= drm-510-kmod \
drm-515-kmod \
drm-66-kmod
drm-61-kmod
USES= kmod uidfix compiler:c++11-lang