From nobody Thu May 26 14:10:00 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 628801B45F1A for ; Thu, 26 May 2022 14:10:03 +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 4L88vt2kd4z3jjd for ; Thu, 26 May 2022 14:10:02 +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:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=LzkMqHTo7OwXlW8gVF60Yq0MBpmafPg07ao/eX6xrew=; b=KmHdoBvIiIZQ9NHf1wxo2ia7tZUP4P3WLZu8b54PydRlIHDaxOBiLg2IHOVnN6PmMEWOQbgXaJT6jCYYFQP5xKYkkSQ9QXPcNMlK/tzcq5AFfH0W+PJ6Ej0Pl1A7+k+8Vie8Bw3uUGc0vYclxR6K8AmPpJ0OdQ28y9Z0wSeC28myQTCVjU4vyh2/l+qnARk04oc6Zv3RMR+Tz46JRWYQwdv/ToNYY+cM2vERgLpu5xFe09JP4AKGYZI46/Lf7rRDlC5FOMIitrVGNqgJfP1lHDry0kKXINx7mgOHb4oOcBRYqz+f9xH2/0HhIwjtGMnT/2AV0oeb5+yRo/lChDJ5hw==; Received: from imac.bk.cs.huji.ac.il ([132.65.179.42] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1nuEBc-0007Ms-Sx for ports@freebsd.org; Thu, 26 May 2022 17:10:00 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: unknown flavor py37 Message-Id: <2A99B1E9-BAEC-463D-B933-1ED5F09763E5@cs.huji.ac.il> Date: Thu, 26 May 2022 17:10:00 +0300 To: freebsd-ports X-Mailer: Apple Mail (2.3696.100.31) X-Rspamd-Queue-Id: 4L88vt2kd4z3jjd X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=KmHdoBvI; 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)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; 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:+]; 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 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? cheers, danny=