[Bug 275494] [exp-run] lang/python311 as default python version

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Mar 2024 20:34:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275494

--- 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=$PYTHON3
       else
         ovs_cv_python3=no
-        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=$IFS; IFS=$PATH_SEPARATOR
           for dir in $PATH; do
             IFS=$ovs_save_IFS

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

nc@, I can create review if you want.

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