[Bug 213737] [exp-run] add support for PyPy

2018-12-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 David Naylor changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 213737] [exp-run] add support for PyPy

2016-12-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 David Naylor changed: What|Removed |Added Attachment #176102|0 |1 is obsolete|

[Bug 213737] [exp-run] add support for PyPy

2016-10-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 --- Comment #9 from David Naylor --- Awesome. I must admit that many uses of PYTHON_VERSION have been incorrect (often easily replaced with the correct variable). -- You are receiving this mail because: You are on the CC list for the bug

[Bug 213737] [exp-run] add support for PyPy

2016-10-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 --- Comment #8 from Antoine Brodin --- (In reply to David Naylor from comment #7) My changes are already committed as it was some cleanup that works with current python.mk -- You are receiving this mail because: You are on the CC list for

[Bug 213737] [exp-run] add support for PyPy

2016-10-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 --- Comment #7 from David Naylor --- Great, thank you for your help :-). I'll pick this up tomorrow morning. Could you please attach your changes, to avoid duplicate work. -- You are receiving this mail because: You are on the CC list f

[Bug 213737] [exp-run] add support for PyPy

2016-10-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 --- Comment #6 from Antoine Brodin --- I did a few fixes, here are the lines that still look suspicious: archivers/py-attic/Makefile:35:.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} archivers/py-borgbackup/Makefile:3

[Bug 213737] [exp-run] add support for PyPy

2016-10-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 --- Comment #5 from Antoine Brodin --- Another thing: the ${PYTHON_VER} != ${PYTHON_DEFAULT} checks have to be changed too. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 213737] [exp-run] add support for PyPy

2016-10-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 Antoine Brodin changed: What|Removed |Added Status|New |In Progress --- Comment #4 from A

[Bug 213737] [exp-run] add support for PyPy

2016-10-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 David Naylor changed: What|Removed |Added Attachment #176092|0 |1 is obsolete|

[Bug 213737] [exp-run] add support for PyPy

2016-10-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 --- Comment #2 from David Naylor --- Thanks, I can reproduce to error. fmake has issues with a loop variable coming first in a comparison. There are quite a few occurances of this error. I'll submit an updated patch this afternoon. --

[Bug 213737] [exp-run] add support for PyPy

2016-10-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 --- Comment #1 from Antoine Brodin --- There are some make errors with fmake (FreeBSD 9.3) : "/usr/ports/Mk/Uses/python.mk", line 440: "/usr/ports/Mk/Uses/python.mk", line 418: Malformed conditional (2.7 == ${_PYTHON_VERSION}) "/usr/ports/

[Bug 213737] [exp-run] add support for PyPy

2016-10-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737 Antoine Brodin changed: What|Removed |Added CC|freebsd-ports-bugs@FreeBSD. |pyt...@freebsd.org