From owner-svn-ports-all@freebsd.org Wed Nov 20 18:28:24 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 4742A1BEED7; Wed, 20 Nov 2019 18:28:24 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from ihor-5.amdmi3.ru (ihor-5.amdmi3.ru [185.238.136.130]) by mx1.freebsd.org (Postfix) with ESMTP id 47JB5h14yqz4C48; Wed, 20 Nov 2019 18:28:23 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [IPv6:::1]) by ihor-5.amdmi3.ru (Postfix) with SMTP id C371113B63; Wed, 20 Nov 2019 21:28:14 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1001 amdmi3@amdmi3.ru; Wed, 20 Nov 2019 21:28:14 +0300 (MSK) Date: Wed, 20 Nov 2019 21:18:21 +0300 From: Dmitry Marakasov To: Antoine Brodin Cc: ports-committers , svn-ports-all , svn-ports-head Subject: Re: svn commit: r518022 - head/devel/py-llfuse Message-ID: <20191120181821.GB24348@hades.panopticon> References: <201911201440.xAKEeWZ7011143@repo.freebsd.org> <20191120172307.GA24348@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 47JB5h14yqz4C48 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.95 / 15.00]; NEURAL_HAM_MEDIUM(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-0.97)[-0.971,0]; REPLY(-4.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: Wed, 20 Nov 2019 18:28:24 -0000 * Antoine Brodin (antoine@freebsd.org) wrote: > > > Author: antoine > > > Date: Wed Nov 20 14:40:31 2019 > > > New Revision: 518022 > > > URL: https://svnweb.freebsd.org/changeset/ports/518022 > > > > > > Log: > > > Revert r517286, breaking bulk -a is not covered by portmgr blanket > > > > How exactly and why does specifying the correct python version > > limitation not affecting default python versions, break bulk, and how > > should this be handled? > > This breaks bulk -a with default version of python equal to 3.7 or 3.8 > because of net/s3ql. Isn't it broken in either cases, as the dependency does not support the given python version/flavor? Why does this need to be reverted? > In my opinion the correct way to handle ports that work fine with > python 3.6 but not 3.7 or 3.8 is to mark them BROKEN for these cases. > They may (should?) be fixed upstream or with patches. This seems like a duplication of python:VER we already have. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3