[32520] trunk/dports/graphics/gimp2/Portfile

yves at macports.org yves at macports.org
Sun Jan 6 06:07:55 PST 2008


Revision: 32520
          http://trac.macosforge.org/projects/macports/changeset/32520
Author:   yves at macports.org
Date:     2008-01-06 06:07:44 -0800 (Sun, 06 Jan 2008)

Log Message:
-----------
ticket:13820

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2008-01-06 11:40:37 UTC (rev 32519)
+++ trunk/dports/graphics/gimp2/Portfile	2008-01-06 14:07:44 UTC (rev 32520)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            gimp2
-version         2.4.2
+version         2.4.3
 categories      graphics
 maintainers     nomaintainer
 homepage        http://www.gimp.org/
@@ -20,7 +20,7 @@
 master_sites    http://gimp.mirrors.hoobly.com/gimp/v${M.m}/ \
                 ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v${M.m}/ \
                 ftp://ftp.gimp.org/pub/gimp/v${M.m}/
-checksums       md5 ebd8902d29753d41c8d51a3efd84d1bf
+checksums       md5 958988ac02642e2dfda7ad7d045e2a84
 distname        gimp-${version}
 use_bzip2       yes
 
@@ -37,7 +37,14 @@
                 port:poppler \
                 port:py25-gtk
 
-configure.env   PYTHON=${prefix}/bin/python2.5
+platform darwin 9 { 
+    post-patch { 
+        reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am 
+        reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.in 
+    } 
+}
+
+configure.python    ${prefix}/bin/python2.5
 configure.args  --enable-mp \
                 --with-pdbgen \
                 --without-dbus
@@ -53,7 +60,6 @@
 
 variant no_python description "Disable Python scripts and filters." {
     depends_lib-delete      port:py25-gtk
-    configure.env-delete    PYTHON=${prefix}/bin/python2.5
     configure.args-append   --disable-python
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080106/40268f66/attachment.html


More information about the macports-changes mailing list