From owner-svn-ports-all@freebsd.org Fri Dec 20 10:41:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 515C31D5AAC; Fri, 20 Dec 2019 10:41:40 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from mailgate.Leidinger.net (mailgate.leidinger.net [IPv6:2a00:1828:2000:313::1:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47fQKG5T1Lz3KXg; Fri, 20 Dec 2019 10:41:38 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from outgoing.leidinger.net (p5B1658CD.dip0.t-ipconnect.de [91.22.88.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (Client did not present a certificate) by mailgate.Leidinger.net (Postfix) with ESMTPSA id 582A42D168; Fri, 20 Dec 2019 11:41:28 +0100 (CET) Received: from [10.8.242.239] (unknown [194.154.203.181]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: Alexander@Leidinger.net) by outgoing.leidinger.net (Postfix) with ESMTPSA id B8457C870; Fri, 20 Dec 2019 11:40:55 +0100 (CET) From: Alexander Leidinger To: Matthias Fechner , Mathieu Arnold , "Christoph Moench-Tegeder" CC: , Antoine Brodin , , , Date: Fri, 20 Dec 2019 11:40:54 +0100 Message-ID: <16f22e55708.27fa.fa4b1493b064008fe79f0f905b8e5741@Leidinger.net> In-Reply-To: References: <201912160629.xBG6T0r7056159@repo.freebsd.org> <30b9a6c7-1aca-cf56-d6d6-326bdba5206a@fechner.net> <20191216230040.GB57082@elch.exwg.net> <20191217090046.waol5gpzmicalo6r@atuin.in.mat.cc> Subject: Re: svn commit: r520219 - in head/Mk: . Uses MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47fQKG5T1Lz3KXg X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.73 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-3.73)[ip: (-9.83), ipnet: 2a00:1828::/32(-4.91), asn: 34240(-3.91), country: DE(-0.02)]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[leidinger.net:+]; DMARC_POLICY_ALLOW(-0.50)[Leidinger.net,quarantine]; RCPT_COUNT_SEVEN(0.00)[8]; RECEIVED_SPAMHAUS_PBL(0.00)[205.88.22.91.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:34240, ipnet:2a00:1828::/32, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2019 10:41:40 -0000 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 : > 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