Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison lang/pypy2/Makefile @ 131:27cfd860729d
FIX: Support for DISTVERSION with more than one digit in the major version part
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jan 2024 12:23:35 +0100 |
| parents | 9f22a8fb45b6 |
| children | fd184f6f2453 |
comparison
equal
deleted
inserted
replaced
| 130:ff067fc51e81 | 131:27cfd860729d |
|---|---|
| 48 PYPY_VARS= PYTHON_CMD=${LOCALBASE}/bin/pypy | 48 PYPY_VARS= PYTHON_CMD=${LOCALBASE}/bin/pypy |
| 49 PYPY_MINMEM_BUILD_DEPENDS= pypy2:lang/pypy2 | 49 PYPY_MINMEM_BUILD_DEPENDS= pypy2:lang/pypy2 |
| 50 PYPY_MINMEM_VARS= PYTHON_CMD="${SETENV} PYPY_GC_MAX_DELTA=200MB ${LOCALBASE}/bin/pypy --jit loop_longevity=300" | 50 PYPY_MINMEM_VARS= PYTHON_CMD="${SETENV} PYPY_GC_MAX_DELTA=200MB ${LOCALBASE}/bin/pypy --jit loop_longevity=300" |
| 51 | 51 |
| 52 PYPY_TAG= pypy | 52 PYPY_TAG= pypy |
| 53 PYPY_DIR= ${PYPY_TAG}-${DISTVERSION:C|([0-9])\.([0-9]+).*|\1.\2|} | 53 PYPY_DIR= ${PYPY_TAG}-${DISTVERSION:C|([0-9]+)\.([0-9]+).*|\1.\2|} |
| 54 | 54 |
| 55 PYPY_PYTHON_IMPL_VER= 2.7 | 55 PYPY_PYTHON_IMPL_VER= 2.7 |
| 56 PYPY_PYTHON_IMPL_VER_MAJOR= ${PYPY_PYTHON_IMPL_VER:C|([0-9]+)\.[0-9]+|\1|} | 56 PYPY_PYTHON_IMPL_VER_MAJOR= ${PYPY_PYTHON_IMPL_VER:C|([0-9]+)\.[0-9]+|\1|} |
| 57 | 57 |
| 58 PYPY_CFFI_VER= pypy-73 | 58 PYPY_CFFI_VER= pypy-73 |
