Ticket #19923: Portfile-rb-libxml2.patch
File Portfile-rb-libxml2.patch, 1.7 KB (added by astricker@…, 15 years ago) |
---|
-
ruby/rb-libxml2/Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup ruby 1.0 5 ruby.setup libxml-ruby 0.3.6 extconf.rb {} rubyforge:87755 ruby.setup libxml-ruby 1.1.3 setup.rb {} rubyforge:53632 6 6 name rb-libxml2 7 extract.suffix .tgz 7 8 categories-append ruby textproc 8 9 maintainers comcast.net:lharple 9 10 platforms darwin … … 13 14 library, supporting a wide range of XML technologies and offering very \ 14 15 competitive performance across the board. 15 16 16 checksums md5 dc427ade84aca1f5fba8349340b8cbbd\17 sha1 d137255eca7fe8e5457bc71012554b11f6351c54 \18 rmd160 60d67674f28d3b538b21386fbe78d37fb577237817 checksums md5 007881e4a5a4ddc29ddf8a3b76edb8b0 \ 18 sha1 575354bcff4dbd8d2e0f019384ddce8b654baa14 \ 19 rmd160 03f79a4338b0d30a2b1921e14b502ae87bee8109 19 20 20 21 depends_lib-append port:libxml2 \ 21 22 port:zlib \ 22 23 port:libiconv 23 24 patchfiles extconf.rb.patch25 26 configure.cmd ${ruby.bin} -rvendor-specific ext/xml/extconf.rb27 configure.args-append --with-zlib-dir=${prefix} \28 --with-iconv-dir=${prefix} \29 --with-xml2-include=${prefix}/include/libxml2 \30 --with-xml2-lib=${prefix}/lib