Ticket #18360: libxml2-2.7.3.diff
File libxml2-2.7.3.diff, 2.0 KB (added by 0xced (Cédric Luthi), 16 years ago) |
---|
-
textproc/libxml2/Portfile
3 3 PortSystem 1.0 4 4 5 5 name libxml2 6 version 2.7.2 7 revision 2 6 version 2.7.3 8 7 categories textproc 9 8 description gnome xml library 10 9 platforms darwin … … 18 17 ${homepage}sources/ \ 19 18 ftp://xmlsoft.org/${name}/ 20 19 21 checksums md5 dc43ff7ae6aded45f578c87b7b0c8766\22 sha1 750b2bcd4ee3bf8595baf97e1881f1a57b1ef363\23 rmd160 2b14531007a705679c7814618dc15baed62bc57420 checksums md5 8f4fda3969237c2a33bdb1583b5d06b2 \ 21 sha1 fd4e427fb55c977876bc74c0e552ef7d3d794a07 \ 22 rmd160 14018347531fd135366cee9fd9d760a1988546e2 24 23 25 24 depends_lib port:libiconv port:zlib 26 25 … … 41 40 use_parallel_build yes 42 41 43 42 destroot.keepdirs ${destroot}${prefix}/etc/xml 44 pre-destroot {45 # Work around parallel build issue with MacPorts 1.6.0.46 # Remove when MacPorts 1.7.0 is released.47 xinstall -d ${destroot}${prefix}/include/libxml2/libxml48 }49 43 post-destroot { 50 44 xinstall -m 755 -d ${destroot}${prefix}/etc/xml 51 45 } … … 64 58 Though the library is written in C, a variety of language bindings make it \ 65 59 available in other environments. 66 60 67 # These can be removed when MacPorts 1.7 is released68 platform darwin 7 {69 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.370 build.env-append MACOSX_DEPLOYMENT_TARGET=10.371 }72 73 platform darwin 8 {74 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.475 build.env-append MACOSX_DEPLOYMENT_TARGET=10.476 }77 78 platform darwin 9 {79 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.580 build.env-append MACOSX_DEPLOYMENT_TARGET=10.581 }82 83 61 livecheck.check regex 84 62 livecheck.url ${homepage}news.html 85 63 livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}