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

(-)MOVED (+1 lines)
Lines 4381-4383 Link Here
4381
emulators/linux-xjoypad||2013-06-05|Removed: depend on expired devel/linux-js, consider using emulators/joytran instead
4381
emulators/linux-xjoypad||2013-06-05|Removed: depend on expired devel/linux-js, consider using emulators/joytran instead
4382
lang/elisp-manual||2013-06-05|Has expired: Broken for more than 6 months
4382
lang/elisp-manual||2013-06-05|Has expired: Broken for more than 6 months
4383
sysutils/sge62||2013-06-05|Has expired: Ancient and unsupported release
4383
sysutils/sge62||2013-06-05|Has expired: Ancient and unsupported release
4384
sysutils/userspace-rcu|sysutils/liburcu|2013-06-06|Renamed correctly according to upstream
(-)dns/knot/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
15
BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
16
		flex>=2.5.35_1:${PORTSDIR}/textproc/flex
16
		flex>=2.5.35_1:${PORTSDIR}/textproc/flex
17
LIB_DEPENDS=	urcu:${PORTSDIR}/sysutils/userspace-rcu
17
LIB_DEPENDS=	urcu:${PORTSDIR}/sysutils/liburcu
18
18
19
CONFIGURE_ARGS=	--sysconfdir=${ETCDIR}
19
CONFIGURE_ARGS=	--sysconfdir=${ETCDIR}
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)sysutils/Makefile (-1 / +1 lines)
Lines 473-478 Link Here
473
    SUBDIR += libretto-config
473
    SUBDIR += libretto-config
474
    SUBDIR += libsunacl
474
    SUBDIR += libsunacl
475
    SUBDIR += libumberlog
475
    SUBDIR += libumberlog
476
    SUBDIR += liburcu
476
    SUBDIR += libutempter
477
    SUBDIR += libutempter
477
    SUBDIR += libzeitgeist
478
    SUBDIR += libzeitgeist
478
    SUBDIR += lineak-defaultplugin
479
    SUBDIR += lineak-defaultplugin
Lines 980-986 Link Here
980
    SUBDIR += usermin
981
    SUBDIR += usermin
981
    SUBDIR += userneu
982
    SUBDIR += userneu
982
    SUBDIR += userneu-devel
983
    SUBDIR += userneu-devel
983
    SUBDIR += userspace-rcu
984
    SUBDIR += usrinfo
984
    SUBDIR += usrinfo
985
    SUBDIR += utcount
985
    SUBDIR += utcount
986
    SUBDIR += vbetool
986
    SUBDIR += vbetool
(-)sysutils/liburcu/Makefile (-5 / +8 lines)
Lines 1-23 Link Here
1
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
1
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	userspace-rcu
4
PORTNAME=	liburcu
5
PORTVERSION=	0.7.5
5
PORTVERSION=	0.7.6
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://lttng.org/files/urcu/
7
MASTER_SITES=	http://lttng.org/files/urcu/
8
DISTNAME=	userspace-rcu-${PORTVERSION}
8
9
9
MAINTAINER=	freebsd@dns-lab.com
10
MAINTAINER=	freebsd@dns-lab.com
10
COMMENT=	A read-copy-update data synchronization library
11
COMMENT=	Userspace read-copy-update (RCU) data synchronization library
11
12
12
LICENSE=	LGPL21
13
LICENSE=	LGPL21
13
14
14
PORTDOCS=	ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
15
PORTDOCS=	ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
15
16
17
USES=		pathfix
16
USE_BZIP2=	yes
18
USE_BZIP2=	yes
19
USE_LDCONFIG=	yes
17
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
18
USES=	pathfix
19
USE_LDCONFIG=	yes
20
21
22
CONFIGURE_ARGS+=	--docdir=${DOCSDIR}
23
21
.if defined(.PARSEDIR)
24
.if defined(.PARSEDIR)
22
USE_GMAKE=	yes
25
USE_GMAKE=	yes
23
.endif
26
.endif
(-)sysutils/liburcu/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (userspace-rcu-0.7.5.tar.bz2) = 0f7d4a1e0c6c6ecc75e7de0a4b80518c6ba93c97872981e196c758db7a2404e2
1
SHA256 (userspace-rcu-0.7.6.tar.bz2) = 71f2c0b75f3473e4d7aa6ac5111ca4d9cccccd5d131e87b53a07d35bd2c5900a
2
SIZE (userspace-rcu-0.7.5.tar.bz2) = 383705
2
SIZE (userspace-rcu-0.7.6.tar.bz2) = 393590
(-)sysutils/liburcu/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
monitoring the data structure accesses to detect grace
6
monitoring the data structure accesses to detect grace
7
periods after which memory reclamation is possible.
7
periods after which memory reclamation is possible.
8
8
9
WWW:	http://lttng.org/content/userspace-rcu
9
WWW: http://lttng.org/urcu

Return to bug 179358