summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-08-20 14:52:21 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2023-08-20 14:52:21 -0700
commit7f15f71bba56e1cc5fd2b4279dea4c6ce46722a2 (patch)
treeff2f9c11f7e83c07ff1876e2693fdf234fb4218b
parentcad/surelog: Update 1.71 → 1.72 (diff)
cad/surelog: Remove CONFLICTS_INSTALL; Fix typo
It doesn't conflict with capnproto any more.
-rw-r--r--cad/surelog/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
index 84c4cafddeb2..2d7ce93e7c70 100644
--- a/cad/surelog/Makefile
+++ b/cad/surelog/Makefile
@@ -39,8 +39,6 @@ CMAKE_ARGS= -DFREEBSD_JAVA_VERSION=${USE_JAVA} \
CMAKE_TESTING_ON= SURELOG_BUILD_TESTS # 2 tests fail, see https://github.com/chipsalliance/Surelog/issues/3545
CMAKE_TESTING_TARGET= UnitTests
-CONFLICTS_INSTALL= capnproto capnproto080
-
BINARY_ALIAS= python3=${PYTHON_CMD} tclsh=${TCLSH}
CONFLICTS_BUILD= openjdk8 openjdk11 openjdk18 openjdk19
@@ -60,7 +58,7 @@ TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools
PORTSCOUT= limit:^.*[0-9]\.[0-9] # prevent tags like 'show'
-post-install: # workaound for https://github.com/chipsalliance/Surelog/issues/3596
+post-install: # workaround for https://github.com/chipsalliance/Surelog/issues/3596
@${RMDIR} \
${STAGEDIR}${DATADIR}/pkg/work \
${STAGEDIR}${DATADIR}/pkg \