From nobody Fri Apr 07 14:26:55 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PtLKZ2qf1z44hLN for ; Fri, 7 Apr 2023 14:26:58 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PtLKZ0T1nz3y14 for ; Fri, 7 Apr 2023 14:26:58 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Authentication-Results: mx1.freebsd.org; none Received: from ravel.localnet (unknown [90.118.140.172]) (Authenticated sender: olivier.freebsd@free.fr) by smtp2-g21.free.fr (Postfix) with ESMTPSA id AEDC52003DA; Fri, 7 Apr 2023 16:26:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1680877616; bh=MHNpkIu71rH+abZRhz2ELRVDNIIKXR6xhFkcv+lgnf4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ABbVKWOKBHrxoMyXHGiuaOTHZRKz8o1MnAaPa+8k8eyJuODPvmcXxysXs9eF0nXJX KRxb75GiqnXfRepNt8xqObGmcb/evMgBfoAMKbeSmXmfpMcn2I9QxlotErJNyDy69a +Gdnx9uQiUjoLTqIFAR+5AGxPoTBRyaw2Xd4eDLctwCFaWjKGrQQXeJC7ur+TBaNIy O8db4luzPHbKgterfh46hJrPGQytoPFBSvBNAxQPlSgADtAdcdA7zeYrwpiET/uhos slmg1TEcFMYpoOWF0CcvpRSZM7UytNpWr9YDmwNM4tybD7anHW/cTw1Lm6YJJu+Jnx A42ZUpysJSeow== From: Olivier Certner To: Julien Cigar Cc: questions@freebsd.org Subject: Re: Poudriere and Python FLAVORS Date: Fri, 07 Apr 2023 16:26:55 +0200 Message-ID: <2187630.8h9vi1sBED@ravel> In-Reply-To: <347y3d6okbkbd5r67ykxyfyxhjfrajsykpzygswtmesghugwo6@rvws5u4jtwtz> References: <6amrdwe3seijb2qz7xjtbxkrldhkftrrfmsdqh3lopl7e4yx3k@u6bahg4f3s4l> <2870221.hLbyOCDNA1@ravel> <347y3d6okbkbd5r67ykxyfyxhjfrajsykpzygswtmesghugwo6@rvws5u4jtwtz> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4PtLKZ0T1nz3y14 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12322, ipnet:212.27.32.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > Is this BUILD_ALL_PYTHON_FLAVORS documented somewhere? Not that I know of. It's not mentioned in ports(7), nor the Porters Handbook. Experienced gained a long time ago while changing default Python versions from the sources of the port machinery. See Uses/python.mk. Regards. -- Olivier Certner