Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2023 19:52:06 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: bf232aca5e91 - main - cad/surelog: Remove unnecessary element from CONFLICTS_INSTALL
Message-ID:  <202304111952.33BJq6u2053970@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=bf232aca5e911a5a005b0190a9eeb76be9d5faaf

commit bf232aca5e911a5a005b0190a9eeb76be9d5faaf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-11 15:09:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-11 15:09:17 +0000

    cad/surelog: Remove unnecessary element from CONFLICTS_INSTALL
---
 cad/surelog/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
index d1c01745346e..956a91143937 100644
--- a/cad/surelog/Makefile
+++ b/cad/surelog/Makefile
@@ -39,7 +39,7 @@ CMAKE_ARGS=	-DFREEBSD_JAVA_VERSION=${USE_JAVA} \
 CMAKE_TESTING_ON=	SURELOG_BUILD_TESTS # unclear how to run tests, see https://github.com/chipsalliance/Surelog/issues/3545
 CMAKE_TESTING_TARGET=	UnitTests
 
-CONFLICTS_INSTALL=	capnproto capnproto080 uhdm # bin/uhdm-dump lib/libcapnp.so
+CONFLICTS_INSTALL=	capnproto capnproto080
 
 BINARY_ALIAS=	python3=${PYTHON_CMD} tclsh=${TCLSH}
 



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