diff options
Diffstat (limited to 'sysutils/userspace-rcu/Makefile')
-rw-r--r-- | sysutils/userspace-rcu/Makefile | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/sysutils/userspace-rcu/Makefile b/sysutils/userspace-rcu/Makefile index 0533d4c6b1b2..e710ac27260f 100644 --- a/sysutils/userspace-rcu/Makefile +++ b/sysutils/userspace-rcu/Makefile @@ -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 synchronization library 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> |