1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

cad/surelog: Remove CONFLICTS_INSTALL; Fix typo

It doesn't conflict with capnproto any more.
This commit is contained in:
Yuri Victorovich 2023-08-20 14:52:21 -07:00
parent 24c54b697e
commit 7f15f71bba

View File

@ -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 \