Date: Fri, 20 Dec 2019 11:40:54 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: Matthias Fechner <idefix@fechner.net>, Mathieu Arnold <mat@FreeBSD.org>, "Christoph Moench-Tegeder" <cmt@burggraben.net> Cc: <bapt@freebsd.org>, Antoine Brodin <antoine@freebsd.org>, <ports-committers@freebsd.org>, <svn-ports-all@freebsd.org>, <svn-ports-head@freebsd.org> Subject: Re: svn commit: r520219 - in head/Mk: . Uses Message-ID: <16f22e55708.27fa.fa4b1493b064008fe79f0f905b8e5741@Leidinger.net> In-Reply-To: <be7b4fc5-97a3-f81f-aa65-8325953976ba@fechner.net> References: <201912160629.xBG6T0r7056159@repo.freebsd.org> <30b9a6c7-1aca-cf56-d6d6-326bdba5206a@fechner.net> <20191216230040.GB57082@elch.exwg.net> <20191217090046.waol5gpzmicalo6r@atuin.in.mat.cc> <be7b4fc5-97a3-f81f-aa65-8325953976ba@fechner.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi 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. Bye, Alexander. -- Send from a mobile device, please forgive brevity and misspellings. Am 19. Dezember 2019 18:04:48 schrieb Matthias Fechner <idefix@fechner.net>: > Am 17.12.2019 um 10:00 schrieb Mathieu Arnold: >> I ran this to prevent sillynesses: >> >> for i in $(pkg query -g %n 'py36*'); do pkg set -yn $i:${i/36/37}; done > > thanks a lot for this! > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16f22e55708.27fa.fa4b1493b064008fe79f0f905b8e5741>