Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 99:447a10e4b711 | 100:a36fc15432fc |
|---|---|
| 56 lib-python/3/webbrowser.py \ | 56 lib-python/3/webbrowser.py \ |
| 57 lib_pypy/_cffi_ssl/tools/make_ssl_data.py | 57 lib_pypy/_cffi_ssl/tools/make_ssl_data.py |
| 58 | 58 |
| 59 FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37 | 59 FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37 |
| 60 | 60 |
| 61 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" | 61 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" \ |
| 62 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" | 62 PLIST=${.CURDIR}/pkg-plist.py38 |
| 63 | |
| 64 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" \ | |
| 65 PLIST=${.CURDIR}/pkg-plist.py39 | |
| 63 | 66 |
| 64 FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 | 67 FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 |
| 65 FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 | 68 FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 |
| 66 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 | 69 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 |
| 67 | |
| 68 FORPYIMPL39_BROKEN= Broken because of unexisting make target `pypy3-c` | |
| 69 | 70 |
| 70 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter | 71 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter |
| 71 | 72 |
| 72 pre-install: | 73 pre-install: |
| 73 ${FIND} ${WRKSRC} -name '*.pyc' -delete | 74 ${FIND} ${WRKSRC} -name '*.pyc' -delete |
