Ticket #11903: libxslt.patch

File libxslt.patch, 1.3 KB (added by mtalexander (Mike Alexander), 17 years ago)

Patch to upgrade libxslt port

  • textproc/libxslt/Portfile

     
    22PortSystem  1.0
    33
    44name              libxslt
    5 version            1.1.20
     5version            1.1.21
    66description       gnome xslt library and xsltproc
    77categories        textproc
    88platforms         darwin
    99maintainers       rhwood openmaintainer@macports.org
    1010
    1111homepage          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
     12master_sites      ftp://xmlsoft.org/${name}/
     13checksums         rmd160 5c55d24fdcb5c14f004829e9bf2b02320edd63a0
    1614depends_lib       port:libiconv port:libxml2 port:zlib
    1715configure.args    --mandir=${prefix}/share/man --enable-static=no \
    1816                    --with-libxml-prefix=${prefix} \
     
    2220    reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh
    2321}
    2422
     23variant debug {
     24        configure.cflags-append -O0 -g
     25        configure.args-append --with-debugger
     26}
     27
    2528long_description \
    2629Libxslt is the XSLT C library developed for the Gnome project. \
    2730XSLT itself is a an XML language to define transformation for XML. \