[56550] trunk/dports/python
ram at macports.org
ram at macports.org
Sat Aug 29 18:43:19 PDT 2009
Revision: 56550
http://trac.macports.org/changeset/56550
Author: ram at macports.org
Date: 2009-08-29 18:43:14 -0700 (Sat, 29 Aug 2009)
Log Message:
-----------
python/py{,25,26}-matplotlib: fix build on 10.6, closes #20878
Modified Paths:
--------------
trunk/dports/python/py-matplotlib/Portfile
trunk/dports/python/py25-matplotlib/Portfile
trunk/dports/python/py26-matplotlib/Portfile
Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile 2009-08-30 01:12:57 UTC (rev 56549)
+++ trunk/dports/python/py-matplotlib/Portfile 2009-08-30 01:43:14 UTC (rev 56550)
@@ -31,7 +31,8 @@
port:py-tz \
port:py-numpy \
port:py-configobj \
- port:py-pyobjc
+ port:py-pyobjc2 \
+ port:py-pyobjc2-cocoa
patchfiles patch-setupext.py.diff \
patch-setup.cfg.diff \
@@ -62,9 +63,9 @@
\nhttp://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend\n"
}
-platform darwin 9 {
- depends_lib-delete port:py-pyobjc
- depends_lib-append port:py-pyobjc2 port:py-pyobjc2-cocoa
+platform darwin 8 {
+ depends_lib-append port:py-pyobjc
+ depends_lib-delete port:py-pyobjc2 port:py-pyobjc2-cocoa
}
variant cairo description "Enable Cairo backends" {
Modified: trunk/dports/python/py25-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py25-matplotlib/Portfile 2009-08-30 01:12:57 UTC (rev 56549)
+++ trunk/dports/python/py25-matplotlib/Portfile 2009-08-30 01:43:14 UTC (rev 56550)
@@ -31,7 +31,8 @@
port:py25-tz \
port:py25-numpy \
port:py25-configobj \
- port:py25-pyobjc
+ port:py25-pyobjc2 \
+ port:py25-pyobjc2-cocoa
patchfiles patch-setupext.py.diff \
patch-setup.cfg.diff \
@@ -62,9 +63,9 @@
\nhttp://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend\n"
}
-platform darwin 9 {
- depends_lib-delete port:py25-pyobjc
- depends_lib-append port:py25-pyobjc2 port:py25-pyobjc2-cocoa
+platform darwin 8 {
+ depends_lib-append port:py25-pyobjc
+ depends_lib-delete port:py25-pyobjc2 port:py25-pyobjc2-cocoa
}
variant cairo description "Enable Cairo backends" {
Modified: trunk/dports/python/py26-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py26-matplotlib/Portfile 2009-08-30 01:12:57 UTC (rev 56549)
+++ trunk/dports/python/py26-matplotlib/Portfile 2009-08-30 01:43:14 UTC (rev 56550)
@@ -31,7 +31,8 @@
port:py26-tz \
port:py26-numpy \
port:py26-configobj \
- port:py26-pyobjc
+ port:py26-pyobjc2 \
+ port:py26-pyobjc2-cocoa
patchfiles patch-setupext.py.diff \
patch-setup.cfg.diff \
@@ -62,9 +63,9 @@
\nhttp://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend\n"
}
-platform darwin 9 {
- depends_lib-delete port:py26-pyobjc
- depends_lib-append port:py26-pyobjc2 port:py26-pyobjc2-cocoa
+platform darwin 8 {
+ depends_lib-append port:py26-pyobjc
+ depends_lib-delete port:py26-pyobjc2 port:py26-pyobjc2-cocoa
}
variant cairo description "Enable Cairo backends" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090829/88a22271/attachment.html>
More information about the macports-changes
mailing list