svn commit: r520219 - in head/Mk: . Uses

Matthias Fechner idefix at fechner.net
Fri Dec 20 10:46:10 UTC 2019


Am 20.12.2019 um 11:40 schrieb Alexander Leidinger:
>
> Does this really work? It changes the name only (to my understanding)
> but if something is compiled in such a port, it is not linked to the
> new python lib (in case it needs to be like that) or in case a symbol
> changed due to the version change, it will also not be covered by this.
>
> I have a procedure which worked on about 20 jails. I have a look to
> commit it to Updating this WE.

the following worked perfectly for me (just upgraded yesterday a handful
of production server):

sh
for i in $(pkg query -g %n 'py36*'); do pkg set -yn $i:${i/36/37}; done
pkg upg


Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20191220/d68e5ec6/attachment-0001.sig>


More information about the svn-ports-head mailing list