diff options
author | koobs <koobs@FreeBSD.org> | 2013-11-24 21:22:40 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-11-24 21:22:40 +0800 |
commit | 1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09 (patch) | |
tree | cd5448852d4234db094ede1f7c73f0b41d05e98f /lang/python27/files | |
parent | 69a04763e99c2fd51e6ae9b087c2c6bc8e238a23 (diff) | |
download | freebsd-ports-gnome-1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09.tar.gz freebsd-ports-gnome-1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09.tar.zst freebsd-ports-gnome-1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09.zip |
lang/python27: Update to 2.7.6
- Update to 2.7.6
- Update pkg-plist
- Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1]
- Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead
- Remove patch: patch-Modules-_ctypes-libffi_fficonfig.py.in [2]
- QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries
- QA: Whitespace alignment
Changes: 2.7.6 - November 10, 2013
http://www.python.org/download/releases/2.7.6/
[1] Python removed OPT:Olimit in 3.2+, requested backport or
alternative upstream patch: http://bugs.python.org/issue877121
[2] Upstreamed: http://bugs.python.org/issue18178
PR: ports/182952
PR: ports/156759
Reviewed by: antoine, mva
Diffstat (limited to 'lang/python27/files')
-rw-r--r-- | lang/python27/files/extra-patch-configure-pth | 12 | ||||
-rw-r--r-- | lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in | 10 |
2 files changed, 0 insertions, 22 deletions
diff --git a/lang/python27/files/extra-patch-configure-pth b/lang/python27/files/extra-patch-configure-pth deleted file mode 100644 index 58e5fc73179d..000000000000 --- a/lang/python27/files/extra-patch-configure-pth +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2010-08-15 16:47:39.627297328 +0800 -+++ configure 2010-08-15 16:50:31.353013856 +0800 -@@ -5880,6 +5880,9 @@ - CC="$ac_save_cc" - fi - -+# XXX Explicitly disable system pthread libraries. -+ac_cv_pthread=no -+ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthread" >&5 - $as_echo "$ac_cv_pthread" >&6; } - fi diff --git a/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in b/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in deleted file mode 100644 index a2675bb94dfa..000000000000 --- a/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ./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 = { |