aboutsummaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-10 08:20:15 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-10 08:20:15 +0000
commitb922bed77eee3672873f47e8ad7a0d0cd71507cf (patch)
tree7af12785fd9e7ecfe6be72b2bdedd985eef9e30a /lang/python27
parentdce3d0d80f3c0aeb025fae9e26b3af32a7e89215 (diff)
downloadports-b922bed77eee3672873f47e8ad7a0d0cd71507cf.tar.gz
ports-b922bed77eee3672873f47e8ad7a0d0cd71507cf.zip
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile1
-rw-r--r--lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in10
2 files changed, 11 insertions, 0 deletions
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 = {