From owner-svn-ports-all@FreeBSD.ORG Sun Oct 28 14:20:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CC372CB; Sun, 28 Oct 2012 14:20:42 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8F38FC0C; Sun, 28 Oct 2012 14:20:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9SEKfKA025385; Sun, 28 Oct 2012 14:20:41 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9SEKfxC025379; Sun, 28 Oct 2012 14:20:41 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201210281420.q9SEKfxC025379@svn.freebsd.org> From: Chris Rees Date: Sun, 28 Oct 2012 14:20:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306552 - head/sysutils/userspace-rcu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2012 14:20:42 -0000 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 (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 -# +# Created by: Leo Vandewoestijne # $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 - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif - -.include +.include 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