| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 May 2013 13:56:55
0.7.5
|
bapt  |
Fix build with bmake as make |
19 Mar 2013 13:04:31
0.7.5
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
08 Nov 2012 22:52:00
0.7.5
|
adamw  |
- fix plist
- sort plist to make it legible
- use GNU_CONFIGURE instead of HAS_CONFIGURE to make it PREFIX-safe
Feature safe: yes |
28 Oct 2012 14:20:41
0.7.5
|
crees  |
Update to 0.7.5
Many fixes and changes!
PR: ports/172644
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Feature safe: yes |
08 Sep 2012 07:49:05
0.6.4
|
linimon  |
Mark as broken on powerpc.
Hat: portmgr |
17 Mar 2012 21:46:26
0.6.4
|
scheidell  |
- Fix minor issue with pkg-plist
- No PORTREVISION bump since it doesn't change final package
PR: ports/166201
Submitted by: scheidell (me)
Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Feature safe: yes |
06 Mar 2012 20:35:34
0.6.4
|
crees  |
liburcu is a LGPLv2.1 userspace RCU (read-copy-update)
library. This data synchronization library provides
read-side access which scales linearly with the number
of cores. It does so by allowing multiples copies of a
given data structure to live at the same time, and by
monitoring the data structure accesses to detect grace
periods after which memory reclamation is possible.
WWW: http://lttng.org/content/userspace-rcu
PR: ports/165496
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> |