From owner-freebsd-python@freebsd.org Tue Dec 12 09:27:30 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 056BEE929CF for ; Tue, 12 Dec 2017 09:27:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E135673A89 for ; Tue, 12 Dec 2017 09:27:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DF605E929CD; Tue, 12 Dec 2017 09:27:29 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF057E929CC for ; Tue, 12 Dec 2017 09:27:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD9A373A88 for ; Tue, 12 Dec 2017 09:27:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC9RTUZ078080 for ; Tue, 12 Dec 2017 09:27:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 224242] Some FLAVOR related changes Date: Tue, 12 Dec 2017 09:27:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: FreeBSD@ShaneWare.Biz X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 09:27:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224242 --- Comment #4 from Shane --- (In reply to Antoine Brodin from comment #2) > I don't think concurrent should be default, it *does* break some ports. We are trying to get python ports to build and install for multiple python versions, these concurrent breaks should get resolved as part of the update= s to support flavours. My experience with concurrent so far is that most ports o= nly need concurrent added, others need some adjustment for manpages and docs. If concurrent was enabled as a part of defining FLAVOR then USE_PYTHON=3Dnoflavors should also disable concurrent for ports it does bre= ak. Using pkg install with a port origin (or a partial name match) now finds all available flavours, without concurrent this can lead to install issues that= can frustrate users and lead to a bad user experience that will only contribute= to complaints. I reported this as a separate issue for pkg - bug #224265 --=20 You are receiving this mail because: You are the assignee for the bug.=