User Details
- User Since
- May 16 2017, 7:24 PM (470 w, 6 h)
Yesterday
Added FreeBSD 16 version sanity check
Added FreeBSD 16 version sanity check
Fri, May 8
Added more targets in v2.
Fixed accidental removal of the word 'metaport' in v3.
Updated COMMENT on all related ports for consistency.
Updated to v6.12 tag.
Wed, May 6
I can definitely work on these patches and create a stack here. I'll update you once I have them ready.
Added documentation in build(7).
Mon, May 4
Sure, I'll wait for a proper tagged release.
Fixed bad grep '+' and simplified tests to avoid using xargs in v3.
Does this look better?
Fri, May 1
Wed, Apr 29
Tue, Apr 28
Mon, Apr 27
Fri, Apr 24
Thanks, that makes more sense. Updated the diff now, and also removed an unnecessary check against DOING_TINDERBOX because rm -f succeeds when the file doesn't exist anyway.
Thu, Apr 23
Wed, Apr 22
Anything else here? Should be good to go.
Apr 11 2026
Apr 10 2026
This commit seems to break the https://ci.freebsd.org/job/FreeBSD-main-amd64-test/28201/testReport/junit/sbin.tunefs/tunefs_test/suj/ test in CI. Locally reproducible with the following Bricoler (master-python branch) command:
Apr 8 2026
Superseded by c0d9a07101a1e72769ee0619a583f63a078fb391
Superseded by 7e509d50854e3f2ba38be3a5e640088c010333af
Apr 7 2026
How about this instead? This keeps the old behaviour by default
for backwards compatibility.
Applied feedback in v2.
Apr 6 2026
Thanks for the feedback, this approach looks good. I've tested it with 2000+ runs,
the flakiness is gone.
Apr 2 2026
Since this is accepted, can we land this? There is a new upstream 0.9.4.
Apr 1 2026
Mar 29 2026
Mar 23 2026
Any comments on this change?
Mar 18 2026
Isaac, let me know if you want to take over maintainership of this port for the long run. But if not, I'd be interested in keeping it going on the FreeBSD ports side.
Mar 17 2026
Thanks! Also noticed that wireplumber needed an update, so sent the review out for that. I'll commit the two of them together.
Mar 16 2026
Oops, fixed missing files/ncursesw.pc in v3.
You can just cat all these patches into a giant one and put it under files/, though.
@aokblast this commit breaks the following tests in CI:
Mar 14 2026
Mar 13 2026
How about this? I think keeping the static_cast instead is more consistent with the rest of this source file.
Fixed weird whitespace in v2
Mar 12 2026
Mar 11 2026
Mar 10 2026
I think the convenience is nice for sure, but the flexibility of choice is reduced. If anything, maybe I can add a variable similar to FAILFILE that is configurable so that users can choose where it goes?
Mar 9 2026
Superseded by 56ce17a57a84d3de205162ba1ad2a64bd91ae18a.
Mar 5 2026
If PKG_CREATE_THREADS_NUMBER <= 0, it gets kern.smp.cores || nproc. But aren't -T0 and -T$(sysctl kern.smp.cores) expected to mean the same thing?
- 0 is a perfectly valid value for -T, as your comment notes. But if that's what the user requests, it gets overwritten by...
- kern.smp.cores, which should be identical to just doing -T0 but with an extra shell call.
Mar 4 2026
Mar 3 2026
Committed in D55634 with f26cb4757eb74ceace39144933ae198ebf1b4f28.
Sounds good, I'll commit mine and show the warning in the commit message.
Ah sorry, I accidentally submitted a review for a similar thing, but I think BUILD_BUG_ON(swap) is cleaner?