freebsd-ports/databases/libcouchbase/Makefile
Jan Beich f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00

29 lines
808 B
Makefile

# $FreeBSD$
PORTNAME= libcouchbase
DISTVERSION= 2.8.0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://packages.couchbase.com/clients/c/
MAINTAINER= sergey@couchbase.com
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
USES= cmake perl5 ssl
USE_LDCONFIG= yes
USE_PERL5= build run
CMAKE_ARGS= -DLCB_NO_TESTS=1
.include <bsd.port.mk>