Ticket #11903: libxml2.patch

File libxml2.patch, 1.4 KB (added by mtalexander (Mike Alexander), 17 years ago)

Patch to upgrade libxml2 port

  • textproc/libxml2/Portfile

     
    33PortSystem      1.0
    44
    55name                  libxml2
    6 version               2.6.28
     6version               2.6.29
    77revision              1
    88categories            textproc
    99description           gnome xml library
     
    1313master_sites          http://xmlsoft.org/sources/ \
    1414                      ftp://xmlsoft.org/libxml2/ \
    1515                      http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/
    16 checksums             md5 ddf3c369964980a238fad0b6ad40532c \
    17                       sha1 7642a52799efde2e0163d322b2aee8cd9f583268 \
    18                       rmd160 65d0c2cef5ce40751bd72bb54462d9122558fa17
     16checksums             md5 8b99b6e8b08e838438d9e6b639d79ebd \
     17                      sha1 2355f2455aa6408244b7e2c444befeb0e93e37d5 \
     18                      rmd160 489b394fc7dd9c23618a88ba3ddcecf71caf3874
    1919depends_lib           port:libiconv port:zlib
    2020post-extract {
    2121    reinplace "s|/etc|${prefix}/etc|g" \
     
    3434test.run              yes
    3535test.target           check
    3636
     37variant debug {
     38        configure.cflags-append -O0 -g -Wno-uninitialized
     39        configure.args-append --with-run-debug
     40}
     41
    3742long_description \
    3843Libxml is the XML C library developed for the Gnome project.  \
    3944XML itself is a metalanguage to design markup languages. \