freebsd-ports/sysutils/liburcu/Makefile
Mahdi Mokhtari 3e52dd2ace sysutils/liburcu: Update the port to new release 0.10.1
Upstream changes:
- don't use membarrier SHARED syscall command in liburcu-bp
- assignment from incompatible pointer type warnings

Sponsored by:	The FreeBSD Foundation
2018-10-31 14:44:27 +00:00

30 lines
747 B
Makefile

# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= liburcu
PORTVERSION= 0.10.1
CATEGORIES= sysutils
MASTER_SITES= http://lttng.org/files/urcu/
DISTNAME= userspace-rcu-${PORTVERSION}
MAINTAINER= mmokhi@FreeBSD.org
COMMENT= Userspace read-copy-update (RCU) data synchronization library
LICENSE= LGPL21
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
PLIST_SUB= SO_SHORT_VER=6 \
SO_VER=6.0.0
USES= pathfix libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>