aboutsummaryrefslogtreecommitdiff
path: root/lang/pypy3
Commit message (Collapse)AuthorAgeFilesLines
* lang/pypy(3): update package description.David Naylor2016-10-262-0/+18
| | | | | | | | | | - PyPy now implements Python 2.7.10 - PyPy3 requires a slightly different description, and implements Python 3.3.5 Reported by: marino@ Notes: svn path=/head/; revision=424677
* lang/pypy3: update to 5.5.0David Naylor2016-10-149-97/+38
| | | | | | | | | - Remove pacthes that have been upstreamed - Fix detection of 'struct winsize' - Correctly handle case when ftime(3) is not used (depreciated) Notes: svn path=/head/; revision=423971
* lang/pypy(3): unbreak on PowerPC.David Naylor2016-08-214-0/+46
| | | | | | | | | | | | | Unbreak build by: - correctly detecting PowerPC architecture, - excluding PowerPC specific assembler code (as there is none), and - fixing the JIT due to long double == double for PowerPC. Special thanks to swills who diligently tested multiple iterations of patches to eventually end up at a solution. Notes: svn path=/head/; revision=420576
* lang/pypy3: update to 5.2.0-alpha1David Naylor2016-08-048-0/+2158
Changes to lang/pypy3: - "Rename" from pypy3-devel (functionaly it is a rename, technically pypy3 is a new port and pypy3-devel is deleted). - Make lang/pypy3 a slave port of lang/pypy Changes to lang/pypy: - Use DISTVERSION instead of PORTVERSION (lang/pypy3 is not PORTVERSION clean) - Change PYPY_CFFI_VER to include the 'pypy-' prefix (lang/pypy3 has 'pypy3-' as a prefix) - Only make PYPY_MINMEM the default is ${LOCALBASE}/lang/pypy exists - Fix build depends for PYPY_MINMEM - Allow slave port to have custom patch directory - Remove conflicts (pypy does not conflict with pypy3) - Allow slave port to override the packaging argument (lang/pypy3 has a different syntax to exclude gdbm) - Add ssl as a dependency (pypy picks up Port's openssl if it is installed) - Strip all .so files in lib_pypy - Fix where spaces were used instead of tabs - Use PORTSNAME for binary name (fixes linking to pypy3). Change Log: - Python 3.3.5 support - Missing features include space efficient strings (PEP 393) - Known issues, including performance - ensurepip included (only in CPython 3.4+) Notes: svn path=/head/; revision=419600