[44368] trunk/dports/python/py25-cairo/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Fri Dec 26 23:30:21 PST 2008
Revision: 44368
http://trac.macports.org/changeset/44368
Author: mcalhoun at macports.org
Date: 2008-12-26 23:30:21 -0800 (Fri, 26 Dec 2008)
Log Message:
-----------
py25-cairo: Removed unnecessary patch.
Reworded comments.
Modified Paths:
--------------
trunk/dports/python/py25-cairo/Portfile
Modified: trunk/dports/python/py25-cairo/Portfile
===================================================================
--- trunk/dports/python/py25-cairo/Portfile 2008-12-27 07:27:51 UTC (rev 44367)
+++ trunk/dports/python/py25-cairo/Portfile 2008-12-27 07:30:21 UTC (rev 44368)
@@ -31,12 +31,11 @@
configure.python ${prefix}/bin/python2.5
set python_prefix ${frameworks_dir}/Python.framework/Versions/2.5
-# change default includedir to avoid conflict with py-cairo
+# change default includedir to avoid conflict with other python pycairo packages
configure.args-append --includedir=${prefix}/include/python2.5
platform darwin 9 {
post-patch {
- reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/cairo/Makefile.am
reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/cairo/Makefile.in
}
}
@@ -47,7 +46,7 @@
xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING NEWS README \
${destroot}${docdir}
- # avoid conflict with py-cairo
+ # avoid conflict with other python pycairo packages
# pkg-config based ports will have to set configure.pkg_config_path to find this package
xinstall -d -m 0755 ${destroot}${python_prefix}/lib
move ${destroot}${prefix}/lib/pkgconfig ${destroot}${python_prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081226/79135d6d/attachment.html>
More information about the macports-changes
mailing list