mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
sysutils/liburcu: update to 0.12.1
Since the library version changes from 6.0.0 to 6.1.0: All ports that depend on liburcu in default configuration get PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t. Reset maintainer (mmokhi@), repeated maintainer timeout. PR: 243768 Reported by: alex_y_xu@yahoo.ca Approved by: maintainer timeout (mmokhi, 88 d)
This commit is contained in:
parent
6d91365bde
commit
bd22d3c0ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533213
9 changed files with 35 additions and 24 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gdnsd
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \
|
||||
ZI \
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= knot
|
||||
DISTVERSION= 2.9.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
https://dns.company/downloads/knot-dns/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= glusterfs
|
||||
PORTVERSION= 3.11.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
|
||||
|
||||
|
|
|
@ -2,21 +2,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liburcu
|
||||
PORTVERSION= 0.10.1
|
||||
PORTVERSION= 0.12.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://lttng.org/files/urcu/
|
||||
DISTNAME= userspace-rcu-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mmokhi@FreeBSD.org
|
||||
MAINTAINER= ports@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
|
||||
SO_VER=6.1.0
|
||||
|
||||
USES= pathfix libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540996704
|
||||
SHA256 (userspace-rcu-0.10.1.tar.bz2) = 9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06
|
||||
SIZE (userspace-rcu-0.10.1.tar.bz2) = 503347
|
||||
TIMESTAMP = 1588030731
|
||||
SHA256 (userspace-rcu-0.12.1.tar.bz2) = bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e
|
||||
SIZE (userspace-rcu-0.12.1.tar.bz2) = 527626
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- include/urcu/syscall-compat.h.orig 2017-06-12 23:02:38 UTC
|
||||
+++ include/urcu/syscall-compat.h
|
||||
@@ -32,7 +32,7 @@
|
||||
#elif defined(__linux__) || defined(__GLIBC__)
|
||||
#include <syscall.h>
|
||||
|
||||
-#elif defined(__CYGWIN__) || defined(__APPLE__)
|
||||
+#elif defined(__CYGWIN__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
/* Don't include anything on Cygwin or MacOSX. */
|
||||
|
||||
#else
|
|
@ -7,17 +7,25 @@ include/urcu-qsbr.h
|
|||
include/urcu.h
|
||||
include/urcu/arch.h
|
||||
include/urcu/arch/generic.h
|
||||
include/urcu/call-rcu.h
|
||||
include/urcu/cds.h
|
||||
include/urcu/compiler.h
|
||||
include/urcu/config.h
|
||||
include/urcu/debug.h
|
||||
include/urcu/defer.h
|
||||
include/urcu/flavor.h
|
||||
include/urcu/futex.h
|
||||
include/urcu/hlist.h
|
||||
include/urcu/lfstack.h
|
||||
include/urcu/list.h
|
||||
include/urcu/map/clear.h
|
||||
include/urcu/map/urcu-bp.h
|
||||
include/urcu/map/urcu-mb.h
|
||||
include/urcu/map/urcu-memb.h
|
||||
include/urcu/map/urcu-qsbr.h
|
||||
include/urcu/map/urcu-signal.h
|
||||
include/urcu/map/urcu.h
|
||||
include/urcu/pointer.h
|
||||
include/urcu/rcuhlist.h
|
||||
include/urcu/rculfhash.h
|
||||
include/urcu/rculfqueue.h
|
||||
|
@ -25,11 +33,16 @@ include/urcu/rculfstack.h
|
|||
include/urcu/rculist.h
|
||||
include/urcu/ref.h
|
||||
include/urcu/static/lfstack.h
|
||||
include/urcu/static/pointer.h
|
||||
include/urcu/static/rculfqueue.h
|
||||
include/urcu/static/rculfstack.h
|
||||
include/urcu/static/urcu-bp.h
|
||||
include/urcu/static/urcu-pointer.h
|
||||
include/urcu/static/urcu-common.h
|
||||
include/urcu/static/urcu-mb.h
|
||||
include/urcu/static/urcu-memb.h
|
||||
include/urcu/static/urcu-qsbr.h
|
||||
include/urcu/static/urcu-signal-nr.h
|
||||
include/urcu/static/urcu-signal.h
|
||||
include/urcu/static/urcu.h
|
||||
include/urcu/static/wfcqueue.h
|
||||
include/urcu/static/wfqueue.h
|
||||
|
@ -40,7 +53,13 @@ include/urcu/tls-compat.h
|
|||
include/urcu/uatomic.h
|
||||
include/urcu/uatomic/generic.h
|
||||
include/urcu/uatomic_arch.h
|
||||
include/urcu/urcu-bp.h
|
||||
include/urcu/urcu-futex.h
|
||||
include/urcu/urcu-mb.h
|
||||
include/urcu/urcu-memb.h
|
||||
include/urcu/urcu-qsbr.h
|
||||
include/urcu/urcu-signal.h
|
||||
include/urcu/urcu.h
|
||||
include/urcu/urcu_ref.h
|
||||
include/urcu/wfcqueue.h
|
||||
include/urcu/wfqueue.h
|
||||
|
@ -61,6 +80,10 @@ lib/liburcu-mb.a
|
|||
lib/liburcu-mb.so
|
||||
lib/liburcu-mb.so.%%SO_SHORT_VER%%
|
||||
lib/liburcu-mb.so.%%SO_VER%%
|
||||
lib/liburcu-memb.a
|
||||
lib/liburcu-memb.so
|
||||
lib/liburcu-memb.so.%%SO_SHORT_VER%%
|
||||
lib/liburcu-memb.so.%%SO_VER%%
|
||||
lib/liburcu-qsbr.a
|
||||
lib/liburcu-qsbr.so
|
||||
lib/liburcu-qsbr.so.%%SO_SHORT_VER%%
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= lttng-tools
|
||||
PORTVERSION= 2.9.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://lttng.org/files/${PORTNAME}/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= lttng-ust
|
||||
PORTVERSION= 2.9.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://lttng.org/files/${PORTNAME}/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue