freebsd-ports/sysutils/liburcu/Makefile
Nikolai Lifanov 7434ebcf7b transfer maintainership of sysutils/liburcu
Reported by:	mokhi64@gmail.com
Approved by:	freebsd@dns-lab.com (maintainer), matthew (mentor)
2017-02-02 14:39:17 +00:00

27 lines
843 B
Makefile

# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= liburcu
PORTVERSION= 0.9.3
CATEGORIES= sysutils
MASTER_SITES= http://lttng.org/files/urcu/
DISTNAME= userspace-rcu-${PORTVERSION}
MAINTAINER= mokhi64@gmail.com
COMMENT= Userspace read-copy-update (RCU) data synchronization library
LICENSE= LGPL21
BROKEN_aarch64= Fails to build: Cannot build: unrecognized architecture detected
BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer
BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
USES= pathfix libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>