Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 111:cf8f8a3eea6b
Allow to build PyPy3 v7.3.14 on FreeBSD 13.2.
BUGS: Only Python 7.3.9 is currently implemented fully. Python 7.3.10 is only
begun partly.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 08 Jan 2024 09:37:21 +0100 |
| parents | 8681b1cfc6b9 |
| children | edb35c768cff |
line wrap: on
line diff
--- a/Makefile Tue Feb 21 22:26:07 2023 +0100 +++ b/Makefile Mon Jan 08 09:37:21 2024 +0100 @@ -66,6 +66,9 @@ FORPYIMPL39_VARS= SHEBANG_FILES+="lib-python/3/test/ziptestdata/header.sh lib-python/3/test/ziptestdata/exe_with_z64 lib-python/3/test/ziptestdata/exe_with_zip lib-python/3/turtledemo/sorting_animate.py lib-python/3/turtledemo/__main__.py" \ PLIST=${.CURDIR}/pkg-plist.py39 +FORPYIMPL310_VARS= SHEBANG_FILES+="lib-python/3/test/ziptestdata/header.sh lib-python/3/test/ziptestdata/exe_with_z64 lib-python/3/test/ziptestdata/exe_with_zip lib-python/3/turtledemo/sorting_animate.py lib-python/3/turtledemo/__main__.py" \ + PLIST=${.CURDIR}/pkg-plist.py310 + PACKAGE_ARGS= --without-sqlite3 --without-_tkinter pre-install:
