Re: after `sync -d`, installed versions are too new

2021-02-04 Thread Werner LEMBERG
>> sudo port -pb install outdated > > -p is discouraged and harmful. OK. > We used to get numerous reports from users that expected > > sudo port install bison @3.7.4_0 > > to install bison 3.7.4, when in fact "install" ignores the version > specifier (except in cases where you already hav

Re: after `sync -d`, installed versions are too new

2021-02-02 Thread Clemens Lang
Hello Werner, - On Feb 2, 2021, at 7:59 AM, Werner LEMBERG w...@gnu.org wrote: > sudo port -pb install outdated -p is discouraged and harmful. When updating libraries that change their SONAMEs, we increase the revision of dependents to force a rebuild against the new library version. When y