Ticket #13820: Portfile-gimp2.diff
File Portfile-gimp2.diff, 1.4 KB (added by gui-dos (Guido Soranzio), 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name gimp2 6 version 2.4. 26 version 2.4.3 7 7 categories graphics 8 8 maintainers nomaintainer 9 9 homepage http://www.gimp.org/ … … 20 20 master_sites http://gimp.mirrors.hoobly.com/gimp/v${M.m}/ \ 21 21 ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v${M.m}/ \ 22 22 ftp://ftp.gimp.org/pub/gimp/v${M.m}/ 23 checksums md5 ebd8902d29753d41c8d51a3efd84d1bf23 checksums md5 958988ac02642e2dfda7ad7d045e2a84 24 24 distname gimp-${version} 25 25 use_bzip2 yes 26 26 … … 37 37 port:poppler \ 38 38 port:py25-gtk 39 39 40 configure.env PYTHON=${prefix}/bin/python2.5 40 platform darwin 9 { 41 post-patch { 42 reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am 43 reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.in 44 } 45 } 46 47 configure.python ${prefix}/bin/python2.5 41 48 configure.args --enable-mp \ 42 49 --with-pdbgen \ 43 50 --without-dbus … … 53 60 54 61 variant no_python description "Disable Python scripts and filters." { 55 62 depends_lib-delete port:py25-gtk 56 configure.env-delete PYTHON=${prefix}/bin/python2.557 63 configure.args-append --disable-python 58 64 } 59 65