On Sun, Sep 8, 2019 at 2:25 PM @lbutlr <[email protected]> wrote: > > Is it necessary to rebuild ports when moving from dot versions (like 11.2 tp > 11.3)?
Sometimes. If a shared library major number changes, or if anything is statically linked, or if dependents expect things in certain places, then yes. Your safest bet is, yes, rebuild everything that depends on that port. > Also, is there a way to use freebsd-update to see what the current patch > level is of a release? freebsd-version # Adam -- Adam Weinberger [email protected] https://www.adamw.org _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
