Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 14:58:48 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7fbb345c52c6 - main - audio/libebur128: Add CONFLICTS_INSTALL entry for ebur128
Message-ID:  <202305011458.341Ewmq7039582@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fbb345c52c69ac0da3f7782d458c8dfe642bc9e

commit 7fbb345c52c69ac0da3f7782d458c8dfe642bc9e
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-05-01 14:56:49 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-05-01 14:58:31 +0000

    audio/libebur128: Add CONFLICTS_INSTALL entry for ebur128
    
    ebur128 is a drop-in replacement so both can't be installed at the
    same time
---
 audio/libebur128/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile
index 8f214d00bafb..32f0ff83600c 100644
--- a/audio/libebur128/Makefile
+++ b/audio/libebur128/Makefile
@@ -15,4 +15,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	jiixyj
 USE_LDCONFIG=	yes
 
+CONFLICTS_INSTALL=	ebur128
+
 .include <bsd.port.mk>



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