aboutsummaryrefslogtreecommitdiff
path: root/lang/pypy
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-08-29 15:06:08 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-08-29 15:06:08 +0000
commit6d27b4af73b1454d29003eff0a8d524bc8a52150 (patch)
tree677dcfff2d36279072ddb69afbc0d661b1a60a75 /lang/pypy
parentef3d3a0ba4c23977dccc80783a0c675061fc15ac (diff)
downloadports-6d27b4af73b1454d29003eff0a8d524bc8a52150.tar.gz
ports-6d27b4af73b1454d29003eff0a8d524bc8a52150.zip
lang/pypy3: Fix build with -fno-common
Add an upstream patch to lang/pypy and lang/pypy3 to fix the build of lang/pypy3 with -fno-common. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
Notes
Notes: svn path=/head/; revision=546920
Diffstat (limited to 'lang/pypy')
-rw-r--r--lang/pypy/Makefile3
-rw-r--r--lang/pypy/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile
index cf51f9f9f58d..19adcee82a6c 100644
--- a/lang/pypy/Makefile
+++ b/lang/pypy/Makefile
@@ -19,6 +19,9 @@ BROKEN_powerpc64= fails to compile: platcheck_109.c: fatal error: linux/auxvec.h
ONLY_FOR_ARCHS?= amd64 armv6 armv7 i386 powerpc64
ONLY_FOR_ARCHS_REASON?= PyPy JIT only supported on these architectures
+PATCH_SITES= https://foss.heptapod.net/pypy/pypy/-/commit/
+PATCHFILES+= 455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff:-p1
+
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libffi.so:devel/libffi
TEST_DEPENDS= ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_gdbm_cffi.${PYPY_CFFI_VER}.so:databases/pypy-gdbm \
diff --git a/lang/pypy/distinfo b/lang/pypy/distinfo
index b58ffbba1969..bb36c197d045 100644
--- a/lang/pypy/distinfo
+++ b/lang/pypy/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1582473019
+TIMESTAMP = 1598691588
SHA256 (pypy2.7-v7.3.0-src.tar.bz2) = b0b25c7f8938ab0fedd8dedf26b9e73c490913b002b484c1b2f19d5844a518de
SIZE (pypy2.7-v7.3.0-src.tar.bz2) = 20328540
+SHA256 (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = a30ae90c887d595a4e1b77ba2ad4d45509c0d35a3a5ab052c4910a6aa373f99d
+SIZE (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = 773