Created attachment 237766 [details] Patch Remove needless python upper version limitation. The port builds fine with python 3.11.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d05592ffa96c02fe7f511f1214d0c6ee56706910 commit d05592ffa96c02fe7f511f1214d0c6ee56706910 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-10-31 20:45:20 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-10-31 20:47:15 +0000 editors/libreoffice: allow build with python 3.11 (+) Upper python version limit was come from math/py-numpy. Since NumPY supports py311, remove this limit. PR: 267478 editors/libreoffice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Shipped, thanks!