diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-02-06 19:36:07 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-02-06 19:36:07 +0100 |
commit | bdd2d4af9630fdc1157d49bd193e8195c3240e9e (patch) | |
tree | e678e8d84cfdd1c0af32fc60bf714cd79079be63 /benchmarks/nosqlbench/Makefile | |
parent | 4212791c42598c6149ca279442c07b918d92bdbf (diff) | |
download | freebsd-ports-bdd2d4af9630fdc1157d49bd193e8195c3240e9e.zip |
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit)
Diffstat (limited to 'benchmarks/nosqlbench/Makefile')
-rw-r--r-- | benchmarks/nosqlbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index 0c7b31ce9965..025615262c9a 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libleveldb.so:databases/leveldb DATE= 20151214 USES= cmake:insource tar:bzip2 -CONFLICTS= tarantool-c +CONFLICTS_INSTALL= nanoblogger tarantool-c # bin/nb include/tarantool/tarantool.h post-patch: @${REINPLACE_CMD} -e 's|-O3 -march=native||' ${WRKSRC}/CMakeLists.txt \ |