User Details
- User Since
- May 16 2017, 7:24 PM (459 w, 6 d)
Yesterday
Superseded by 56ce17a57a84d3de205162ba1ad2a64bd91ae18a.
Thu, Mar 5
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.
Wed, Mar 4
Tue, Mar 3
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?
Fri, Feb 27
Tue, Feb 24
Fri, Feb 20
It seems that the test added by this commit is failing in CI: https://ci.freebsd.org/job/FreeBSD-main-amd64-test/27898/testReport/sys.netlink/test_rtnl_gre/test_rtnl_gre/
Thu, Feb 19
Applied feedback, will commit this version.
Wed, Feb 18
I already have an update to an older development snapshot prepared and will work off that.
Thanks for the feedback. I like the plan of going ahead with emulators/rvvm-devel. I'd like to start using this in projects like Bricoler to speed up riscv64 CI and clean up failing tests, so tracking the latest improvements is important to me.
Tue, Feb 17
Thu, Feb 12
Cleaning out stale reviews.
Updated from discussion offline. I will commit this version instead. I will figure out a way to add "skip reason" metadata to Kyua in a future patch.
Tue, Feb 10
Added a comment pointing to the pkg origin of dhcpd
Thanks, will do. Abandoning this now then.
Feb 4 2026
Closed by https://cgit.freebsd.org/ports/commit/?id=c4faf46ff4741f016c5196e1de77822733ff4a1f, I had linked the wrong review in the commit message, sorry about that!
Closed by https://cgit.freebsd.org/ports/commit/?id=919a4da7ff9794ffa53dbdd972ae25ec30368fa0, I had linked the wrong revision in the commit message so the automation didn't pick it up.
Feb 3 2026
Feb 2 2026
Removed python314 from this review, will post in a separate review.
Feb 1 2026
Jan 31 2026
Abandoning this revision since it's already merged in.
Jan 29 2026
Does this have anything to do with Rust ports specifically? This review is tied to the deprecation of the --ar flag in Rust (which is documented to do nothing).
Jan 28 2026
Yes, it passes a make test after successfully building in poudriere testport.
In fact, it looks like Uses/go.mk now has built-in functionality for make gomod-vendor, in the sense that we don't need to update the distinfo or *_TUPLE at all. It builds perfectly fine in a poudriere testport that restricts networking access after the FETCH stage.
Jan 27 2026
Anything further for this review?
Jan 25 2026
Jan 24 2026
Abandoning old stale review.
Jan 22 2026
Sure, I'll commit it then. Thanks for the approval!
Thanks for the clarification, I'll keep that in mind for future patches. I think for this case, it's better if you commit it as the maintainer, especially since I'm a new committer.
Here's an example from the attached full build log of devel/nextest:
Jan 17 2026
Thanks! Although I don't have a ports commit bit yet, so you'll have to do it :)
Jan 16 2026
Removed test suite after comments from D54668.
That reasoning makes sense, it's not worth it then. Abandoning this revision now. I'll change the meld update review to avoid adding a test suite.
Added better description and link to changelog for evidence, bumped PORTREVISION.
Jan 15 2026
Sorry about the confusion. I had a patch ready to update meld locally that depended on this change. I have submitted it in the patch stack now.
Narrowed down review to purely need-driven changes in v2. textproc/meld needs this for its test suite to pass in a future upgrade.