Mark broken on armvX: tries and fails to link with dtrace. This could
probably be fixed via a configuration knob as in databases/memcached. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
8058ae434e
commit
0f6335cb8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464861
@ -10,6 +10,11 @@ COMMENT= Multithreaded noSQL database (client and library)
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BROKEN_aarch64= fails to link: error adding symbols: File in wrong format
|
||||
BROKEN_armv6= fails to build: dt_modtext: libdtrace/common/dt_link.c(820): arm not implemented
|
||||
BROKEN_armv7= fails to build: dt_modtext: libdtrace/common/dt_link.c(820): arm not implemented
|
||||
BROKEN_mips64= fails to link: ld: failed to merge target specific data
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent \
|
||||
libev.so:devel/libev \
|
||||
libuv.so:devel/libuv
|
||||
@ -20,7 +25,4 @@ USE_PERL5= build run
|
||||
|
||||
CMAKE_ARGS= -DLCB_NO_TESTS=1
|
||||
|
||||
BROKEN_aarch64= Fails to link: error adding symbols: File in wrong format
|
||||
BROKEN_mips64= Fails to link: ld: failed to merge target specific data
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user