diff options
author | dbn <dbn@FreeBSD.org> | 2018-01-04 02:42:15 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2018-01-04 02:42:15 +0800 |
commit | ab8ddde14792e3580ead3a0b031bde52391c2262 (patch) | |
tree | a0e289c2da37d3b16f791634096715dac94e433c /x11-toolkits | |
parent | ba17c74ff2ac01b60f41a187c7962bf7ce0ddf6d (diff) | |
download | freebsd-ports-gnome-ab8ddde14792e3580ead3a0b031bde52391c2262.tar.gz freebsd-ports-gnome-ab8ddde14792e3580ead3a0b031bde52391c2262.tar.zst freebsd-ports-gnome-ab8ddde14792e3580ead3a0b031bde52391c2262.zip |
lang/pypy(3): update to 5.10, add flavors to ancillary ports
- Consistently use DISTVERSION instead of PORTVERSION (the former is set, not the latter)
- Only depend on libunwind on x86 arch with FreeBSD >= 11 (fixes ignored build on arm/ppc)
- Fix python dependency with depreciation of python meta ports
- Remove PYPY_BITS from pkg-plist target, no longer used
- Remove setting of PORTVERSION, DISTVERSION is set in bsd.pypy.mk
- bsd.pypy.mk:
- Define DISTVERSION once, to ensure consistency
- PYPY_DIR: Handle versions with multiple digits
- PYPY_CFFI_VER now differs in value between pypy and pypy3
- bsd.pypy.cffi.mk:
- Add FLAVORS for pypy and pypy3 [1]
- Consistently use PYTHON_IMPL instead of the hard coded "pypy"
- PLIST_FILES: use direct substitution instead of PLIST_SUB
Approved by: portmgr (mat) [1]
Differential Revision: https://reviews.freebsd.org/D13675
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pypy-tkinter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/pypy-tkinter/Makefile b/x11-toolkits/pypy-tkinter/Makefile index 563e3ef2c19a..b3d00b74eee5 100644 --- a/x11-toolkits/pypy-tkinter/Makefile +++ b/x11-toolkits/pypy-tkinter/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= tkinter -PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= x11-toolkits python MAINTAINER= python@FreeBSD.org |