Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 100:a36fc15432fc
Build settings for PyPy3.9: additional shebangfix files and an extra pkg-plist.
PyPy3.9 now builds properly.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 09 Oct 2022 12:57:54 +0200 |
| parents | aac4952b55e2 |
| children | a819cc03b04c |
line wrap: on
line diff
--- a/Makefile Fri Oct 07 17:58:15 2022 +0200 +++ b/Makefile Sun Oct 09 12:57:54 2022 +0200 @@ -58,15 +58,16 @@ FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37 -FORPYIMPL38_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" -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" +FORPYIMPL38_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" \ + PLIST=${.CURDIR}/pkg-plist.py38 + +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 FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 -FORPYIMPL39_BROKEN= Broken because of unexisting make target `pypy3-c` - PACKAGE_ARGS= --without-sqlite3 --without-_tkinter pre-install:
