Bryan Drewery
Bryan Drewery
> This seems to be from [b4d2e2f](https://github.com/freebsd/pkg/commit/b4d2e2fc4d8545918b0a99c62a8b52925bf3e9f7). Forcing pkg to always use the OpenSSL 3.0 stuff in libpkg/rsa.c fixes signing for -CURRENT from -STABLE for me. [patch-libpkg_rsa.txt](https://github.com/freebsd/pkg/files/12531665/patch-libpkg_rsa.txt) I dropped this...
This might be the same as #2054.
346659bdfecdff9ba5b82c8ec16d1b65a599839f makes `pkg autoremove` not delete the _bogus_ `compat` packages (which is better than a constant fight between `upgrade` and `autoremove`). But I still have a case where a `brotli`...
Right so in my highest priority repo I have freetype2-2.12.1, which does not require brotli. In my 2nd priority repo I have freetype2-2.12.1_2 which _does_ require brotli. So currently master...
``` # /tmp/blah = dimacs format, blah = dot file # grep '32[89]' /tmp/blah blah /tmp/blah:-328 -329 0 /tmp/blah:-27 328 329 328 329 0 p328[arrowhead=diamond]; blah: p27 -> p329[arrowhead=diamond]; blah:...
Same as #22482 which is locked and all of these get duped to.
build-aux/test-driver shouldn't be removed as it has customizations for the test framework. I don't like the route here. Poudriere is supposed to be self-sufficient but this creates a dependency for...
Hmm I still see `${PKG_BIN}` in latest commit.
Let's get the `pkg` change in first before merging this?