Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.0 15 Jan 2025 19:42:18 |
Daniel Engberg (diizzy) |
sysutils/liburcu: Update to 0.15.0
* Adjust Makefile layout
Changelog:
https://lists.lttng.org/pipermail/lttng-dev/2024-December/030893.html
PR: 283333
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.14.0 30 May 2023 06:08:58 |
Fernando Apesteguía (fernape) Author: takefu |
sysutils/liburcu: Delete unnecessary variables
PR: 271501
Reported by: takefu@airport.fm
Approved by: freebsd@dns-lab.com (maintainer, timeout > 2 weeks) |
0.14.0 18 May 2023 12:23:16 |
Fernando Apesteguía (fernape) Author: takefu |
sysutils/liburcu: Update to 0.14.0
ChangeLog: https://git.liburcu.org/?p=userspace-rcu.git;a=blob;f=ChangeLog
PR: 271112
Reported by: takefu@airport.fm
Approved by: freebsd@dns-lab.com (maintainer, timeout > 2 weeks) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.13.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.13.0 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.13.0 25 Nov 2021 06:48:30 |
Guangyuan Yang (ygy) Author: Leo Vandewoestijne |
sysutils/liburcu: Update to 0.13.0
PR: 259986 |
0.12.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12.1 25 Jan 2021 16:30:21 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
0.12.1 01 Jul 2020 14:17:35 |
lwhsu |
Pass the maintainership to the original creater
PR: 247692
Submitted by: Leo Vandewoestijne <freebsd@dns.company> |
0.12.1 27 Apr 2020 23:45:52 |
mandree |
sysutils/liburcu: update to 0.12.1
Since the library version changes from 6.0.0 to 6.1.0:
All ports that depend on liburcu in default configuration get
PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t.
Reset maintainer (mmokhi@), repeated maintainer timeout.
PR: 243768
Reported by: alex_y_xu@yahoo.ca
Approved by: maintainer timeout (mmokhi, 88 d) |
0.10.1 31 Oct 2018 14:44:27 |
mmokhi |
sysutils/liburcu: Update the port to new release 0.10.1
Upstream changes:
- don't use membarrier SHARED syscall command in liburcu-bp
- assignment from incompatible pointer type warnings
Sponsored by: The FreeBSD Foundation |
0.10.0 30 Oct 2018 13:29:47 |
linimon |
Unmark broken on aarch64.
PR: 229726
Submitted by: greg at unrelenting dot technology
Approved by: portmgr (tier-2 blanket) |
0.10.0 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.10.0 08 Dec 2017 01:46:01 |
linimon |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket) |
0.10.0 17 Jul 2017 14:44:39 |
mmokhi |
sysutils/liburcu: Update port to 0.10.0
Bump revision for consumer ports.
This version contains many fix/features:
* Bump library soname due to urcu flavor structure change
* Cleanup: use mutex_lock() wrapper in rculfhash
* Use workqueue in rculfhash
* Implement urcu workqueues internal API
* Add support for m68k architecture
* Set -Wall globally in AM_CFLAGS
* Fix: remove double use of PTHREAD_CFLAGS
* Re-add PTHREAD_CFLAGS to global CFLAGS
* Fix: Don't override user variables within the build system
* Add report at the end of configure
* uatomic-api docs: use the third-person singular (Only the first 15 lines of the commit message are shown above ) |
0.9.3 11 Feb 2017 04:44:44 |
mmokhi |
Updating the ports I maintain to my FreeBSD.org address.
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498 |
0.9.3 08 Feb 2017 17:16:42 |
marino |
sysutils/liburcu: Restore build on DragonFly
DragonFly needs same compat patch as FreeBSD.
Approved by: DF support blanket (non-invasive) |
0.9.3 02 Feb 2017 14:39:18 |
lifanov |
transfer maintainership of sysutils/liburcu
Reported by: mokhi64@gmail.com
Approved by: freebsd@dns-lab.com (maintainer), matthew (mentor) |
0.9.3 01 Feb 2017 20:42:28 |
lifanov |
update sysutils/liburcu to 0.9.3
PR: 216141
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com>
Reviewed by: matthew
Approved by: matthew (mentor), maintainer timeout (freebsd@dns-lab.com, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D9199 |
0.7.17 10 Dec 2016 11:52:30 |
jhale |
Update to 0.7.17
While here:
Convert regression tests to ports testing framework
PR: 215160
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) |
0.7.13 08 Nov 2016 19:29:57 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
0.7.13 08 Nov 2016 09:21:12 |
linimon |
Mark broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
0.7.13 07 Apr 2015 12:18:37 |
vanilla |
Upgrade to 0.7.13.
PR: 199201
Submitted by: maintainer |
0.7.7_1 25 Mar 2015 21:15:37 |
jgh |
- strip on installation
PR: 198553
Submitted by: portmaster@bsdforge.com
Approved by: maintainer timeout (2 weeks) |
0.7.7_1 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
0.7.7_1 17 Jun 2014 12:40:13 |
amdmi3 |
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.7.7 14 Feb 2014 16:52:45 |
miwi |
- Remove gmake complete builds fine without everywhere. |
0.7.7 14 Feb 2014 16:25:16 |
miwi |
- Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES |
0.7.7 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.7.7 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.7.7 28 Jul 2013 12:18:05 |
rakuco |
Remove CodingStyle and LICENSE from PORTDOCS.
They are not installed by the ports' build system, only shipped in the
tarball. This should fix `make package'.
Reported by one of the miwimails. |
0.7.7 22 Jun 2013 21:05:05 |
rakuco |
Update to 0.7.7.
PR: ports/179849
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) |
0.7.6 07 Jun 2013 12:36:07 |
koobs |
sysutils/userspace-rcu: Rename to sysutils/liburcu, update to 0.7.6
- Rename to sysutils/liburcu (according to upstream)
- Update MOVED
- Remove userspace-rcu from sysutils/Makefile
- Add liburcu to sysutils/Makefile
- Update dns/knot LIB_DEPENDS dependency
While I'm here:
- Update to 0.7.6
- Add CONFIGURE_ARGS for correct --docdir
- Add regression-test: target
- Update COMMENT
- Re-order USE_* section (Only the first 15 lines of the commit message are shown above ) |