From nobody Thu May 26 15:23:04 2022 X-Original-To: ports@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 2B7601B57113 for ; Thu, 26 May 2022 15:23:08 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4L8BXC2m42z4RfM; Thu, 26 May 2022 15:23:07 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=References:To:Cc:In-Reply-To:Date:Subject:Mime-Version:Content-Type:Message-Id:From; bh=gE3/sgcNu8OiS0KcyYRywT335Zq2u0WhYaFxCIzKlis=; b=lutyZW4fueGJv1r+u0n4CsdJp2Iq2hKpZEr5mRJizEZ2A3n3UX9n9jMfXyr0JQhywg2QyOcX1sFfISlLgrIU+GaeGEVHyUp1SNVB4yV+k8bsP78VRQaCUGRqpGCGr2waewtHH0Le1uOuAoqi74KMOshMLFHXbpF5MRT6oEZRnqbXWTK91LRxrKy9UTXTyfWfNCncYWu1IYfs3GEbdXBJ6GWAtsu//ikg6h3yGRRFQObYK78KarR46JL2e1dPNVMbYaNpY8OqV84U7X5d0gnucHAYqtbM+Tp51HW9e73dCUqIiKQQHuGLIycXeqM6GLQdSpq+m/d5gC2YvTQuDFRvpg==; Received: from imac.bk.cs.huji.ac.il ([132.65.179.42] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1nuFKK-000B4l-HV; Thu, 26 May 2022 18:23:04 +0300 From: Daniel Braniss Message-Id: <73DBCA36-27D4-4BF0-9D04-D859316D0C8E@cs.huji.ac.il> Content-Type: multipart/alternative; boundary="Apple-Mail=_42200A18-6033-4F52-9E67-A353E0B80088" List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.31\)) Subject: Re: unknown flavor py37 Date: Thu, 26 May 2022 18:23:04 +0300 In-Reply-To: Cc: freebsd-ports To: Dimitry Andric References: <2A99B1E9-BAEC-463D-B933-1ED5F09763E5@cs.huji.ac.il> X-Mailer: Apple Mail (2.3696.100.31) X-Rspamd-Queue-Id: 4L8BXC2m42z4RfM X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=lutyZW4f; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-3.30 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FREEFALL_USER(0.00)[danny]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[ports]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail=_42200A18-6033-4F52-9E67-A353E0B80088 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 26 May 2022, at 17:42, Dimitry Andric wrote: >=20 > On 26 May 2022, at 16:10, Daniel Braniss wrote: >>=20 >> im using portmaster. >>=20 >> after a resent update to /usr/ports, the default python became 3.8, = fine by me, but I still want to >> keep 3,7. >> some Makefiles require 3,8+, again no problem. >> but some have 3.6+, and make FLAVOR=3D37 failes with unknown flavor = =E2=80=A6 >>=20 >> any work around? >=20 > Use FLAVOR=3Dpy37, not FLAVOR=3D37. >=20 > -Dimitry >=20 sorry, my bad, it was make FLAVOR=3Dpy37 and the result was =3D=3D=3D> py37-psutil-5.9.1 Unknown flavor 'py37', possible flavors: = py38. --Apple-Mail=_42200A18-6033-4F52-9E67-A353E0B80088 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8

On 26 May 2022, at 17:42, Dimitry Andric <dim@FreeBSD.org> = wrote:

On 26 May 2022, at 16:10, Daniel Braniss <danny@cs.huji.ac.il>= wrote:

im using portmaster.

after a = resent update to /usr/ports, the default python became 3.8, fine by me, = but I still want to
keep 3,7.
some Makefiles = require 3,8+, again no problem.
but some have 3.6+, and = make FLAVOR=3D37 failes with unknown flavor =E2=80=A6

any work around?

Use = FLAVOR=3Dpy37, not FLAVOR=3D37.

-Dimitry


sorry, my bad, it was make = FLAVOR=3Dpy37
and the result was
=3D=3D=3D>= py37-psutil-5.9.1 Unknown flavor 'py37', possible flavors: = py38.

= --Apple-Mail=_42200A18-6033-4F52-9E67-A353E0B80088--