summaryrefslogtreecommitdiff
path: root/lang/pypy3-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Fix the pypy ports.David Naylor2013-08-121-1/+2
| | | | | | | | | | | | | | | Be more aggresive in cleaning up temporary directories that pypy leaves behind in the copied directories (files and directories in __pycache__). Only .so and .pyc should be left behind in those __pycache__ directories and no subdirectories. Also remove the manual requirement for building lang/pypy. Redports successfully built lang/pypy3-devel (with leftovers) in 19 hours. Reported by: Redports Notes: svn path=/head/; revision=324639
* Backport and fix-up lang/pypy* ports.David Naylor2013-08-112-3/+30
| | | | | | | | | | | | | | | | | | pypy: - fix sysconfig.py's include path - bump PORTREVISION due to above fix pypy-devel: - remove duplicate '-e' when creating pkg-plist - ancillary port functionality (thus no PORTREVISION bump) pypy3-devel: - add missing patch - fix pkg-plist - build fails without above patch (thus no PORTREVISION bump) Notes: svn path=/head/; revision=324604
* Introducing lang/pypy3-devel version 2.1.b1.David Naylor2013-08-1114-0/+3635
Highlights - The first release of PyPy3: support for Python 3, targetting CPython 3.2.3! - There are some known issues including performance regressions (issues #1540 & #1541) slated to be resolved before the final release. Notes: svn path=/head/; revision=324602