summaryrefslogtreecommitdiff
path: root/lang/python33
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/python33
parentdatabases/gnats4: Fix build failure on FreeBSD 10 (diff)
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
Notes
Notes: svn path=/head/; revision=320442
Diffstat (limited to 'lang/python33')
-rw-r--r--lang/python33/Makefile1
-rw-r--r--lang/python33/files/patch-Modules-_ctypes-libffi_fficonfig.py.in10
2 files changed, 11 insertions, 0 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index 8bd1aac55422..769f66d37d53 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -2,6 +2,7 @@
PORTNAME= python33
PORTVERSION= 3.3.2
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/lang/python33/files/patch-Modules-_ctypes-libffi_fficonfig.py.in b/lang/python33/files/patch-Modules-_ctypes-libffi_fficonfig.py.in
new file mode 100644
index 000000000000..a2675bb94dfa
--- /dev/null
+++ b/lang/python33/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 = {