[Bug 268063] pkgbase rescue depends on runtime

2022-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268063 Emmanuel Vadot changed: What|Removed |Added CC||m...@freebsd.org --- Comment #1 f

[Bug 268063] pkgbase rescue depends on runtime

2022-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268063 --- Comment #2 from Emmanuel Vadot --- This is where we set the dep : https://cgit.freebsd.org/src/tree/release/packages/generate-ucl.sh#n98 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 268063] pkgbase rescue depends on runtime

2022-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268063 --- Comment #3 from d...@rabson.org --- Most things will be just fine without depending on runtime - any shared library dependencies should automatically pull in clibs etc. to resolve. On the other hand, this isn't super important - I can w