Date: Sat, 6 Apr 2024 12:00:18 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29428d53ccbe - main - net/openvswitch: Fix build with python-3.10 and python-3.11 Message-ID: <202404061200.436C0ITt092304@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=29428d53ccbea5979a58721e005d29163008aefb commit 29428d53ccbea5979a58721e005d29163008aefb Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-04-06 11:55:26 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-04-06 11:55:26 +0000 net/openvswitch: Fix build with python-3.10 and python-3.11 PR: 275494 Approved by: arrowd (mentor), portmgr (blanket, fix build) Differential Revision: https://reviews.freebsd.org/D44515 --- net/openvswitch/files/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openvswitch/files/patch-configure b/net/openvswitch/files/patch-configure index afac13f26bf6..8b999fe85ad5 100644 --- a/net/openvswitch/files/patch-configure +++ b/net/openvswitch/files/patch-configure @@ -5,7 +5,7 @@ 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 ++ for binary in python3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3.11; do ovs_save_IFS=$IFS; IFS=$PATH_SEPARATOR for dir in $PATH; do IFS=$ovs_save_IFS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404061200.436C0ITt092304>