Ticket #11903: libxml2.patch
File libxml2.patch, 1.4 KB (added by mtalexander (Mike Alexander), 17 years ago) |
---|
-
textproc/libxml2/Portfile
3 3 PortSystem 1.0 4 4 5 5 name libxml2 6 version 2.6.2 86 version 2.6.29 7 7 revision 1 8 8 categories textproc 9 9 description gnome xml library … … 13 13 master_sites http://xmlsoft.org/sources/ \ 14 14 ftp://xmlsoft.org/libxml2/ \ 15 15 http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/ 16 checksums md5 ddf3c369964980a238fad0b6ad40532c\17 sha1 7642a52799efde2e0163d322b2aee8cd9f583268\18 rmd160 65d0c2cef5ce40751bd72bb54462d9122558fa1716 checksums md5 8b99b6e8b08e838438d9e6b639d79ebd \ 17 sha1 2355f2455aa6408244b7e2c444befeb0e93e37d5 \ 18 rmd160 489b394fc7dd9c23618a88ba3ddcecf71caf3874 19 19 depends_lib port:libiconv port:zlib 20 20 post-extract { 21 21 reinplace "s|/etc|${prefix}/etc|g" \ … … 34 34 test.run yes 35 35 test.target check 36 36 37 variant debug { 38 configure.cflags-append -O0 -g -Wno-uninitialized 39 configure.args-append --with-run-debug 40 } 41 37 42 long_description \ 38 43 Libxml is the XML C library developed for the Gnome project. \ 39 44 XML itself is a metalanguage to design markup languages. \