From nobody Thu May 26 14:01:34 2022 X-Original-To: hackers@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 DB9361B445AF; Thu, 26 May 2022 14:01:46 +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 4L88kJ6ZwQz3hKy; Thu, 26 May 2022 14:01:44 +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=To:Cc:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=iQWjqt/foHq9rycLawM36rcVAzH+qIF7bzA74gmqTW4=; b=sc29yZsIx81uIh5GVT3FxGnZwzTxUfJqmMS4Y6h7AiWU2UTdnHtc7Afs5jvOFw96ZLbhK6KjpOn8+y0ycDXHygaqudGVmAA157Ngw5BBQBiGm61zSAxBbtC+NHdb5Yln7swABDT9sAp1PuIJrkthoNEMMl46UGWNsHhOGX9tm3UNmr2TUjPaPbGc7PFX24WlzVrMhbnQlw6dJLUePBlv67NO1hOPOsffdZlT5N7vmR2L61XUjdcjpCcnlvat9QYvg0FPiMBu9SJz8Dl1j3gxZWUGP6x3sJHTjcgDrWlylUemx/iMtaMr0nV9zXp0SE3cTkZ/YzQJQzGnE1j7pqgcpQ==; Received: from imac.bk.cs.huji.ac.il ([132.65.179.42] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1nuE3S-0006nC-UU; Thu, 26 May 2022 17:01:34 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.31\)) Subject: unknown flavor py37 Message-Id: <7F7A8235-8171-4037-80D4-92DB11BC366F@cs.huji.ac.il> Date: Thu, 26 May 2022 17:01:34 +0300 Cc: freebsd-ports To: freebsd-hackers X-Mailer: Apple Mail (2.3696.100.31) X-Rspamd-Queue-Id: 4L88kJ6ZwQz3hKy X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=sc29yZsI; 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 [-1.68 / 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)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.62)[0.621]; 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]; MLMMJ_DEST(0.00)[hackers,ports]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; 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 im using postmaster. 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? cheers, danny