Ticket #11903: libxslt.patch
File libxslt.patch, 1.3 KB (added by mtalexander (Mike Alexander), 17 years ago) |
---|
-
textproc/libxslt/Portfile
2 2 PortSystem 1.0 3 3 4 4 name libxslt 5 version 1.1.2 05 version 1.1.21 6 6 description gnome xslt library and xsltproc 7 7 categories textproc 8 8 platforms darwin 9 9 maintainers rhwood openmaintainer@macports.org 10 10 11 11 homepage http://xmlsoft.org/XSLT/ 12 master_sites gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/ \ 13 ftp://xmlsoft.org/${name}/ 14 use_bzip2 yes 15 checksums rmd160 663816b06322574473185582a6407bcf3fc38111 12 master_sites ftp://xmlsoft.org/${name}/ 13 checksums rmd160 5c55d24fdcb5c14f004829e9bf2b02320edd63a0 16 14 depends_lib port:libiconv port:libxml2 port:zlib 17 15 configure.args --mandir=${prefix}/share/man --enable-static=no \ 18 16 --with-libxml-prefix=${prefix} \ … … 22 20 reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh 23 21 } 24 22 23 variant debug { 24 configure.cflags-append -O0 -g 25 configure.args-append --with-debugger 26 } 27 25 28 long_description \ 26 29 Libxslt is the XSLT C library developed for the Gnome project. \ 27 30 XSLT itself is a an XML language to define transformation for XML. \