View | Details | Raw Unified | Return to bug 259986
Collapse All | Expand All

(-)b/sysutils/liburcu/Makefile (-5 / +5 lines)
Lines 1-7 Link Here
1
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
1
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
2
2
3
PORTNAME=	liburcu
3
PORTNAME=	liburcu
4
PORTVERSION=	0.12.1
4
PORTVERSION=	0.13.0
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	http://lttng.org/files/urcu/
6
MASTER_SITES=	http://lttng.org/files/urcu/
7
DISTNAME=	userspace-rcu-${PORTVERSION}
7
DISTNAME=	userspace-rcu-${PORTVERSION}
Lines 12-27 COMMENT= Userspace read-copy-update (RCU) data synchronization library Link Here
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
LICENSE_FILE=	${WRKSRC}/lgpl-2.1.txt
13
LICENSE_FILE=	${WRKSRC}/lgpl-2.1.txt
14
14
15
PLIST_SUB=	SO_SHORT_VER=6 \
15
USES=		libtool pathfix tar:bzip2
16
		SO_VER=6.1.0
17
18
USES=		pathfix libtool tar:bzip2
19
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
20
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--docdir=${DOCSDIR}
18
CONFIGURE_ARGS=	--docdir=${DOCSDIR}
22
INSTALL_TARGET=	install-strip
19
INSTALL_TARGET=	install-strip
23
TEST_TARGET=	check
20
TEST_TARGET=	check
24
21
22
PLIST_SUB=	SO_SHORT_VER=8 \
23
		SO_VER=8.0.0
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)b/sysutils/liburcu/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588030731
1
TIMESTAMP = 1637593029
2
SHA256 (userspace-rcu-0.12.1.tar.bz2) = bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e
2
SHA256 (userspace-rcu-0.13.0.tar.bz2) = cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20
3
SIZE (userspace-rcu-0.12.1.tar.bz2) = 527626
3
SIZE (userspace-rcu-0.13.0.tar.bz2) = 608434
(-)b/sysutils/liburcu/pkg-plist (+30 lines)
Lines 6-12 include/urcu-pointer.h Link Here
6
include/urcu-qsbr.h
6
include/urcu-qsbr.h
7
include/urcu.h
7
include/urcu.h
8
include/urcu/arch.h
8
include/urcu/arch.h
9
include/urcu/arch/aarch64.h
10
include/urcu/arch/alpha.h
11
include/urcu/arch/arm.h
12
include/urcu/arch/gcc.h
9
include/urcu/arch/generic.h
13
include/urcu/arch/generic.h
14
include/urcu/arch/hppa.h
15
include/urcu/arch/ia64.h
16
include/urcu/arch/m68k.h
17
include/urcu/arch/mips.h
18
include/urcu/arch/nios2.h
19
include/urcu/arch/ppc.h
20
include/urcu/arch/riscv.h
21
include/urcu/arch/s390.h
22
include/urcu/arch/sparc64.h
23
include/urcu/arch/tile.h
24
include/urcu/arch/x86.h
10
include/urcu/call-rcu.h
25
include/urcu/call-rcu.h
11
include/urcu/cds.h
26
include/urcu/cds.h
12
include/urcu/compiler.h
27
include/urcu/compiler.h
Lines 51-57 include/urcu/syscall-compat.h Link Here
51
include/urcu/system.h
66
include/urcu/system.h
52
include/urcu/tls-compat.h
67
include/urcu/tls-compat.h
53
include/urcu/uatomic.h
68
include/urcu/uatomic.h
69
include/urcu/uatomic/aarch64.h
70
include/urcu/uatomic/alpha.h
71
include/urcu/uatomic/arm.h
72
include/urcu/uatomic/gcc.h
54
include/urcu/uatomic/generic.h
73
include/urcu/uatomic/generic.h
74
include/urcu/uatomic/hppa.h
75
include/urcu/uatomic/ia64.h
76
include/urcu/uatomic/m68k.h
77
include/urcu/uatomic/mips.h
78
include/urcu/uatomic/nios2.h
79
include/urcu/uatomic/ppc.h
80
include/urcu/uatomic/riscv.h
81
include/urcu/uatomic/s390.h
82
include/urcu/uatomic/sparc64.h
83
include/urcu/uatomic/tile.h
84
include/urcu/uatomic/x86.h
55
include/urcu/uatomic_arch.h
85
include/urcu/uatomic_arch.h
56
include/urcu/urcu-bp.h
86
include/urcu/urcu-bp.h
57
include/urcu/urcu-futex.h
87
include/urcu/urcu-futex.h

Return to bug 259986