Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 102:a819cc03b04c
The need for patching sysconfig.py and package.py is gone.
So all files that are created by the scripts in the CWD are automatically
created in a writeable area.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 09 Oct 2022 19:12:42 +0200 |
| parents | a36fc15432fc |
| children | 5cf6b126dd94 |
comparison
equal
deleted
inserted
replaced
| 101:962a1436b2c0 | 102:a819cc03b04c |
|---|---|
| 62 PLIST=${.CURDIR}/pkg-plist.py38 | 62 PLIST=${.CURDIR}/pkg-plist.py38 |
| 63 | 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" \ | 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 | 65 PLIST=${.CURDIR}/pkg-plist.py39 |
| 66 | 66 |
| 67 FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 | |
| 68 FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 | |
| 69 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 | |
| 70 | |
| 71 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter | 67 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter |
| 72 | 68 |
| 73 pre-install: | 69 pre-install: |
| 74 ${FIND} ${WRKSRC} -name '*.pyc' -delete | 70 ${FIND} ${WRKSRC} -name '*.pyc' -delete |
| 75 #${CHMOD} -R a-w ${WRKSRC} | 71 #${CHMOD} -R a-w ${WRKSRC} |
