Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 09:27:26 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dc72041162a8 - main - graphics/glbinding: Add CONFLICTS_INSTALL
Message-ID:  <202302130927.31D9RQUi052504@gitrepo.freebsd.org>

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

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

commit dc72041162a8fd70a3b7ac73c159e8dfd731876c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-13 09:27:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-13 09:27:23 +0000

    graphics/glbinding: Add CONFLICTS_INSTALL
    
    Reported by:    jbeich@
---
 graphics/glbinding/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/glbinding/Makefile b/graphics/glbinding/Makefile
index 29d7f8fec3fe..48333f77e9c6 100644
--- a/graphics/glbinding/Makefile
+++ b/graphics/glbinding/Makefile
@@ -24,4 +24,6 @@ CMAKE_TESTING_ON=	OPTION_BUILD_TESTS
 
 LDFLAGS+=	-lpthread # workaround for https://github.com/cginternals/glbinding/issues/327
 
+CONFLICTS_INSTALL=	mesa-demos # both install bin/glinfo, see https://github.com/cginternals/glbinding/issues/341
+
 .include <bsd.port.mk>



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