diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-11 18:16:37 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-11 18:16:37 +0000 |
commit | 55a433209f54198f4665483aae4f3c9b718fdfdd (patch) | |
tree | 85a1d536fa9cd4af8fa8f7947ad269d379008cb8 /math/py-matplotlib/files | |
parent | - Update to 1.2 (diff) |
- fix build on FreeBSD 10
- strict python versions to 2.6-2.7
- bump USE_WX to 2.8+ according to matplotlib docs
- fix pkg-plist after switching this port to wxPython 2.8+
- bump PORTREVISION
PR: ports/161716
Submitted by: rm (myself)
Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer),
novel (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285590
Diffstat (limited to 'math/py-matplotlib/files')
-rw-r--r-- | math/py-matplotlib/files/patch-setupext.py | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py index 2aa771b7e3cd..8da1504053d5 100644 --- a/math/py-matplotlib/files/patch-setupext.py +++ b/math/py-matplotlib/files/patch-setupext.py @@ -1,16 +1,17 @@ ---- setupext.py.orig 2010-07-07 09:41:55.000000000 +0800 -+++ setupext.py 2011-06-27 16:14:58.000000000 +0800 -@@ -68,6 +68,9 @@ +--- setupext.py.orig 2010-07-07 05:41:55.000000000 +0400 ++++ setupext.py 2011-10-16 18:49:43.000000000 +0400 +@@ -68,6 +68,10 @@ 'freebsd4' : ['/usr/local', '/usr'], 'freebsd5' : ['/usr/local', '/usr'], 'freebsd6' : ['/usr/local', '/usr'], + 'freebsd7' : ['/usr/local', '/usr'], + 'freebsd8' : ['/usr/local', '/usr'], + 'freebsd9' : ['/usr/local', '/usr'], ++ 'freebsd10': ['/usr/local', '/usr'], 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], 'gnukfreebsd5' : ['/usr/local', '/usr'], 'gnukfreebsd6' : ['/usr/local', '/usr'], -@@ -789,7 +792,7 @@ +@@ -789,7 +793,7 @@ module.libraries.extend(wxlibs) return @@ -19,7 +20,7 @@ # Make sure you use the Tk version given by Tkinter.TkVersion # or else you'll build for a wrong version of the Tcl -@@ -828,8 +831,12 @@ +@@ -828,8 +832,12 @@ gotit = False if gotit: @@ -33,7 +34,7 @@ else: print_status("Tkinter", "no") if explanation is not None: -@@ -1092,9 +1099,9 @@ +@@ -1092,9 +1100,9 @@ # Add final versions of directories and libraries to module lists tcl_lib, tcl_inc, tk_lib, tk_inc = result |