Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2012 14:20:41 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306552 - head/sysutils/userspace-rcu
Message-ID:  <201210281420.q9SEKfxC025379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Oct 28 14:20:41 2012
New Revision: 306552
URL: http://svn.freebsd.org/changeset/ports/306552

Log:
  Update to 0.7.5
  
  Many fixes and changes!
  
  PR:		ports/172644
  Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
  Feature safe:	yes

Modified:
  head/sysutils/userspace-rcu/Makefile
  head/sysutils/userspace-rcu/distinfo
  head/sysutils/userspace-rcu/pkg-plist

Modified: head/sysutils/userspace-rcu/Makefile
==============================================================================
--- head/sysutils/userspace-rcu/Makefile	Sun Oct 28 14:09:50 2012	(r306551)
+++ head/sysutils/userspace-rcu/Makefile	Sun Oct 28 14:20:41 2012	(r306552)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	userspace-rcu
-# Date created:		29 February 2012
-# Whom:			Leo Vandewoestijne <freebsd@dns-lab.com>
-#
+# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
 # $FreeBSD$
-#
 
 PORTNAME=	userspace-rcu
-PORTVERSION=	0.6.4
+PORTVERSION=	0.7.5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lttng.org/files/urcu/
 
@@ -15,19 +11,11 @@ COMMENT=	A read-copy-update data synchro
 
 LICENSE=	LGPL21
 
+PORTDOCS=	ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
+
 USE_BZIP2=	yes
 HAS_CONFIGURE=	yes
+USE_GNOME=	gnomehack
 USE_LDCONFIG=	yes
 
-post-patch:
-	@${REINPLACE_CMD} \
-		-e 's,^\(pkgconfigdir = \).(libdir),\1${PREFIX}/libdata,' \
-		${WRKSRC}/Makefile.in
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/userspace-rcu/distinfo
==============================================================================
--- head/sysutils/userspace-rcu/distinfo	Sun Oct 28 14:09:50 2012	(r306551)
+++ head/sysutils/userspace-rcu/distinfo	Sun Oct 28 14:20:41 2012	(r306552)
@@ -1,2 +1,2 @@
-SHA256 (userspace-rcu-0.6.4.tar.bz2) = 2914637c60027ea52974aa7fa8ee7f2a3a0067502bbaebe01de14d6988aa8882
-SIZE (userspace-rcu-0.6.4.tar.bz2) = 325414
+SHA256 (userspace-rcu-0.7.5.tar.bz2) = 0f7d4a1e0c6c6ecc75e7de0a4b80518c6ba93c97872981e196c758db7a2404e2
+SIZE (userspace-rcu-0.7.5.tar.bz2) = 383705

Modified: head/sysutils/userspace-rcu/pkg-plist
==============================================================================
--- head/sysutils/userspace-rcu/pkg-plist	Sun Oct 28 14:09:50 2012	(r306551)
+++ head/sysutils/userspace-rcu/pkg-plist	Sun Oct 28 14:20:41 2012	(r306552)
@@ -1,6 +1,7 @@
 include/urcu/urcu_ref.h
 include/urcu/config.h
 include/urcu/uatomic/generic.h
+include/urcu/static/bkp-wfqueue.h
 include/urcu/static/urcu-bp.h
 include/urcu/static/rculfqueue.h
 include/urcu/static/urcu.h
@@ -21,6 +22,7 @@ include/urcu/list.h
 include/urcu/uatomic_arch.h
 include/urcu/hlist.h
 include/urcu/urcu-futex.h
+include/urcu/urcu-flavor.h
 include/urcu/rcuhlist.h
 include/urcu/rculfstack.h
 include/urcu/uatomic.h
@@ -36,6 +38,8 @@ include/urcu-defer.h
 include/urcu-pointer.h
 include/urcu-qsbr.h
 include/urcu.h
+include/urcu/rculfhash.h
+include/urcu/tls-compat.h
 lib/liburcu-bp.a
 lib/liburcu-bp.la
 lib/liburcu-bp.so
@@ -60,6 +64,10 @@ lib/liburcu.a
 lib/liburcu.la
 lib/liburcu.so
 lib/liburcu.so.1
+lib/liburcu-common.a
+lib/liburcu-common.la
+lib/liburcu-common.so
+lib/liburcu-common.so.1
 libdata/pkgconfig/liburcu-signal.pc
 libdata/pkgconfig/liburcu-qsbr.pc
 libdata/pkgconfig/liburcu.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210281420.q9SEKfxC025379>