User Details
- User Since
- Oct 2 2015, 1:17 PM (523 w, 4 d)
Mon, Oct 13
Sun, Oct 12
Address review feedback; use stat -h and stop asserting on hole reporting
Fri, Oct 10
Add a create-kernel-flavored-packages level of indirection instead, which looks
a little cleaner
Wed, Oct 8
Mon, Oct 6
Sun, Oct 5
Sat, Oct 4
Fri, Oct 3
Thu, Oct 2
Wed, Oct 1
Noted in IRC, but needs to wait a minute until I land bootstrap flua and make the UCL generation stuff use libucl to avoid breaking cross-build of package repo from older freebsd with a broken libucl -- I'll try to make some time today
Tue, Sep 30
Add licensw from ncurses for description theft, add more words
Mon, Sep 29
Fri, Sep 26
Thu, Sep 25
Wed, Sep 24
Tue, Sep 23
Mon, Sep 22
It does make me wonder about all of the freebsd11_* bits in the same file that we use for pre-ino64 stuff, but my main concern is just fixing initgroups(3) for stable/15... we can always haggle on any other details later, if we need to.
Sun, Sep 21
This fixes the AX210 in my frame.work that previously made it through association and DHCP, then stopped passing traffic. Thanks!
Sat, Sep 20
Wed, Sep 17
Yeah, I'm happy with that, thanks. I recognize this is maybe not ideal for more flexible system construction (piece together your own based on a set and removing some), but IMO we should err on the side of caution and consider whether we can do something to enable better behavior with the final form of pkg groups.
Tue, Sep 16
Mon, Sep 15
I think my complaint is that, iirc, all of the metapackage dependencies are marked as automatic. As soon as they break the set as you suggest, the remainder would be subject to autoremove
Sep 15 2025
Yeah, this seems fine to me. I did wonder for a second if the /rescue variants of shells do or should assume setugid behavior and avoid loading dotfiles in case something in the profile or other bits finds a way to make the shell unusable, but I didn't really convince myself.
Sep 14 2025
Account for origin not existing, use an empty string; add tests
Sep 13 2025
Sep 12 2025
Whoops, good shout.
Sep 11 2025
Sep 10 2025
Can we preemptively add /src.conf to .gitignore if we do this?
Sep 8 2025
Sep 6 2025
Sep 4 2025
I would, however, hassle you a little bit over a commit message nit. One might look and notice that fortune-mod-bible has a dance to try and be compatible with different locations of strfile, but a little bit of archaeology reveals that @cperciva killed off the need for that back in 2015 (rG11d9aa670723f508821f2bf6980a555360783a80), so there's no remaining version of FreeBSD that will not have strfile in a stock configuration (and we don't really account for special pkgbase configurations today in ports, and maybe we won't tomorrow, either). I would proactively note in the commit message that the strfile dance found in other fortune data ports isn't necessary today to preempt concerns there.