Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2021 16:49:19 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e9152521990 - main - multimedia/makemkv: Add CONFLICTS_BUILD=v4l_compat
Message-ID:  <202108301649.17UGnJm6055848@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e9152521990928a497c4c619c08f01c8a760813

commit 5e9152521990928a497c4c619c08f01c8a760813
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-08-30 16:45:44 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-08-30 16:48:59 +0000

    multimedia/makemkv: Add CONFLICTS_BUILD=v4l_compat
    
    Approved by:    Felix Palmen (maintainer, via IRC)
    Related to...
    PR:             257946
---
 multimedia/makemkv/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/makemkv/Makefile b/multimedia/makemkv/Makefile
index 4a2055a72f92..9df41c52f8d8 100644
--- a/multimedia/makemkv/Makefile
+++ b/multimedia/makemkv/Makefile
@@ -47,6 +47,8 @@ BUILD_DEPENDS=	nasm>0:devel/nasm \
 
 WRKSRC=		${WRKDIR}/makemkv-oss-${PORTVERSION}
 
+CONFLICTS_BUILD=	v4l_compat
+
 SUB_FILES=	update-makemkv-drives
 SUB_LIST=	LINUXBASE=${LINUXBASE}
 PLIST_SUB=	LINUXBASE=${LINUXBASE}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108301649.17UGnJm6055848>