git: d05592ffa96c - main - editors/libreoffice: allow build with python 3.11 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Oct 2022 20:47:26 UTC
The branch main has been updated by fluffy: 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(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 61294a36d20a..aefae3e4fae0 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -120,7 +120,7 @@ SHEBANG_GLOB= *.py GNU_CONFIGURE= yes USES= autoreconf:build bison compiler:c++17-lang cpe desktop-file-utils \ gettext gl gmake gnome jpeg localbase:ldflags perl5 pkgconfig \ - python:3.8-3.10 shebangfix shared-mime-info ssl tar:xz xorg + python:3.8+ shebangfix shared-mime-info ssl tar:xz xorg USE_GL= gl glew glu USE_GNOME= cairo glib20 libxml2 libxslt USE_OPENLDAP= yes