aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2013-06-07 20:36:07 +0800
committerkoobs <koobs@FreeBSD.org>2013-06-07 20:36:07 +0800
commit000a0ffc8a8b885ae28ed5b72baba3588ead27cb (patch)
treeade64723409c79977879be561cef3835c099100e /dns
parent4f27757cb77231027123553d42d3ac68b869238c (diff)
downloadfreebsd-ports-gnome-000a0ffc8a8b885ae28ed5b72baba3588ead27cb.tar.gz
freebsd-ports-gnome-000a0ffc8a8b885ae28ed5b72baba3588ead27cb.tar.zst
freebsd-ports-gnome-000a0ffc8a8b885ae28ed5b72baba3588ead27cb.zip
sysutils/userspace-rcu: Rename to sysutils/liburcu, update to 0.7.6
- Rename to sysutils/liburcu (according to upstream) - Update MOVED - Remove userspace-rcu from sysutils/Makefile - Add liburcu to sysutils/Makefile - Update dns/knot LIB_DEPENDS dependency While I'm here: - Update to 0.7.6 - Add CONFIGURE_ARGS for correct --docdir - Add regression-test: target - Update COMMENT - Re-order USE_* section - pkg-descr: Tab->space in WWW: - Update WWW: URL Changes: 2013-01-09 Userspace RCU 0.7.6 * Discourage use of pthread_atfork() for call_rcu handlers * Fix call_rcu fork handling * test: fork handling * Fix TLS detection: test with linker, add --disable-compiler-tls * Cleanup: cast pthread_self() return value to unsigned long * Fallback mechanism not working on platform where TLS is unsupported PR: ports/179358 Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r--dns/knot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile
index 685d5189807f..d6f461c75f37 100644
--- a/dns/knot/Makefile
+++ b/dns/knot/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
flex>=2.5.35_1:${PORTSDIR}/textproc/flex
-LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/userspace-rcu
+LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/liburcu
CONFIGURE_ARGS= --sysconfdir=${ETCDIR}
GNU_CONFIGURE= yes