Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 110:3fa87db3a1a2 | 111:cf8f8a3eea6b |
|---|---|
| 64 PLIST=${.CURDIR}/pkg-plist.py38 | 64 PLIST=${.CURDIR}/pkg-plist.py38 |
| 65 | 65 |
| 66 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" \ | 66 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" \ |
| 67 PLIST=${.CURDIR}/pkg-plist.py39 | 67 PLIST=${.CURDIR}/pkg-plist.py39 |
| 68 | 68 |
| 69 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" \ | |
| 70 PLIST=${.CURDIR}/pkg-plist.py310 | |
| 71 | |
| 69 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter | 72 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter |
| 70 | 73 |
| 71 pre-install: | 74 pre-install: |
| 72 ${FIND} ${WRKSRC} -name '*.pyc' -delete | 75 ${FIND} ${WRKSRC} -name '*.pyc' -delete |
| 73 #${CHMOD} -R a-w ${WRKSRC} | 76 #${CHMOD} -R a-w ${WRKSRC} |
