Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 87:a712910242ac
Mark FORPYIMPL39 as broken because of a missing make target in the generated Makefile.
This seems to be a bug in upstream PyPy3.9.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 05 Oct 2022 16:27:30 +0200 |
| parents | 56d0e959bcf0 |
| children | 65740e6677b6 |
comparison
equal
deleted
inserted
replaced
| 86:f1c2bf3cb7ab | 87:a712910242ac |
|---|---|
| 62 | 62 |
| 63 FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 | 63 FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 |
| 64 FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 | 64 FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 |
| 65 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 | 65 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 |
| 66 | 66 |
| 67 FORPYIMPL39_BROKEN= Broken because of unexisting make target `pypy3-c` | |
| 68 | |
| 67 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter | 69 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter |
| 68 | 70 |
| 69 pre-install: | 71 pre-install: |
| 70 ${FIND} ${WRKSRC} -name '*.pyc' -delete | 72 ${FIND} ${WRKSRC} -name '*.pyc' -delete |
| 71 #${CHMOD} -R a-w ${WRKSRC} | 73 #${CHMOD} -R a-w ${WRKSRC} |
