From nobody Fri May 27 05:56:29 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 8E20A1B47EB5 for ; Fri, 27 May 2022 05:56:35 +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 4L8Yw21Z70z3Q6X for ; Fri, 27 May 2022 05:56:34 +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:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=spW6CzGslcGic0UtWLzKM10R2p/A1BeK/Ldvzen09oY=; b=prK2XzqXzBZRddExqhoqPoafIK+mN7mIY+tvb748uO4gUhE3THMX6z2NTB6NbS9543FnqWTOIyOWMu5AJRWsUYj4H39eRum5NBI23A5p/JiXVImezVclfQZFWLpj9a0wBHJPOviURYszmbu67bYpwvn0CzvwbEBZoXURn2OEJlwFhOr3xCIUhT22drrDmtL5GIphBPBsvpqDaN275WHbGN1OxiMbomvl2+P7CqXUsOBBxijVUj/IJY7X5GnIGb+fXB9ReC9JKv6irdVWJCOGGPG6HutGLrd9PWTZkjt3zrMrdeD6BK4e1GzviaZz0yrFDv1vIVIr4oB690DmPWOQ/Q==; Received: from bach.cs.huji.ac.il ([132.65.80.20] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1nuSxZ-000Df3-Op; Fri, 27 May 2022 08:56:29 +0300 Content-Type: text/plain; charset=us-ascii 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 From: Daniel Braniss In-Reply-To: Date: Fri, 27 May 2022 08:56:29 +0300 Cc: Chris , freebsd-ports Content-Transfer-Encoding: quoted-printable Message-Id: <7EA95165-B1CA-4039-9099-AF21DFB11F45@cs.huji.ac.il> References: <2A99B1E9-BAEC-463D-B933-1ED5F09763E5@cs.huji.ac.il> <73DBCA36-27D4-4BF0-9D04-D859316D0C8E@cs.huji.ac.il> To: Tatsuki Makino X-Mailer: Apple Mail (2.3696.100.31) X-Rspamd-Queue-Id: 4L8Yw21Z70z3Q6X X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=prK2XzqX; 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]; R_SPF_NA(0.00)[no SPF record]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FREEFALL_USER(0.00)[danny]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; 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]; FREEMAIL_TO(0.00)[hotmail.com]; 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 > On 27 May 2022, at 02:35, Tatsuki Makino = wrote: >=20 > Chris wrote on 2022/05/27 06:41: >> On 2022-05-26 14:29, Tatsuki Makino wrote: >>>=20 >>> env BUILD_ALL_PYTHON_FLAVORS=3D1 make -C = /usr/ports/multimedia/openshot FLAVOR=3Dpy39 build >> Wouldn't make -DBUILD_ALL_PYTHON_FLAVORS ... get it? >> Or add BUILD_ALL_PYTHON_FLAVORS=3Dtrue to make.conf(5) work? Even if = it's only temporary. :-) >>=20 >=20 > My poudriere is written BUILD_ALL_PYTHON_FLAVORS=3D1 in the file used = as /etc/make.conf. > This is no problem because its value is defined for each package to be = built. >=20 > I am not sure if -DBUILD_ALL_PYTHON_FLAVORS applies to those built = with dependencies. > If we put it in /etc/make.conf, which is just my guess, it would apply = to all of the dependencies because make is invoked recursively. >=20 > Regards. >=20 >=20 it worked! thanks. now have to cherry-pick those that can be compiled with python3.7=20 danny