Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 20:34:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275494] [exp-run] lang/python311 as default python version
Message-ID:  <bug-275494-7788-w202hPtOgk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275494-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275494-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275494

--- Comment #98 from Vladimir Druzenko <vvd@FreeBSD.org> ---
I was wrong about openvswitch - it have patch:
net/openvswitch/files/patch-configure:
--- configure.orig      2021-02-15 18:24:25 UTC
+++ configure
@@ -18326,7 +18326,7 @@ else
         ovs_cv_python3=3D$PYTHON3
       else
         ovs_cv_python3=3Dno
-        for binary in python3 python3.4 python3.5 python3.6 python3.7; do
+        for binary in python3 python3.4 python3.5 python3.6 python3.7
python3.8 python3.9; do
           ovs_save_IFS=3D$IFS; IFS=3D$PATH_SEPARATOR
           for dir in $PATH; do
             IFS=3D$ovs_save_IFS

This patch need "python3.10 python3.11" in "for" - just tested build in
poudriere 13.3 amd64 with DEFAULT_VERSIONS+=3Dpython=3D3.11 python3=3D3.11.
Run not tested.

nc@, I can create review if you want.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275494-7788-w202hPtOgk>