From b922bed77eee3672873f47e8ad7a0d0cd71507cf Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Mon, 10 Jun 2013 08:20:15 +0000 Subject: Add patch that resolves the issue, found after r250991 in src HEAD. Investigation and the patch are from Marcel Moolenaar. I also added upstream bug-report, based on Marcel's info: http://bugs.python.org/issue18178 There also was relevant discussion on current@: http://lists.freebsd.org/pipermail/freebsd-current/2013-June/ Please see there for details of the issue. Submitted by: marcel (python@ ML) Reported by: many --- lang/python27/Makefile | 1 + .../files/patch-Modules-_ctypes-libffi_fficonfig.py.in | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in (limited to 'lang/python27') diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 329021cf304e..003dd8a2a431 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -3,6 +3,7 @@ PORTNAME= python27 PORTVERSION= 2.7.5 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff --git a/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in b/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in new file mode 100644 index 000000000000..a2675bb94dfa --- /dev/null +++ b/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in @@ -0,0 +1,10 @@ +--- ./Modules/_ctypes/libffi/fficonfig.py.in.orig 2013-05-12 07:32:49.000000000 +0400 ++++ ./Modules/_ctypes/libffi/fficonfig.py.in 2013-06-05 10:36:24.000000000 +0400 +@@ -1,7 +1,6 @@ + ffi_sources = """ + src/prep_cif.c + src/closures.c +-src/dlmalloc.c + """.split() + + ffi_platforms = { -- cgit v1.2.3