Ticket #32523: libvirt-0.9.8.diff
File libvirt-0.9.8.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name libvirt 7 version 0. 8.87 version 0.9.8 8 8 categories sysutils 9 license LGPL-2.1 9 license LGPL-2.1+ 10 10 platforms darwin 11 11 maintainers redhat.com:jclift 12 12 … … 16 16 capabilities of modern hypervisors. 17 17 18 18 homepage http://www.libvirt.org/ 19 master_sites http://www.libvirt.org/sources/19 master_sites ${homepage}sources/ 20 20 21 checksums md5 ac9235576352b84b8cb17df7456bbdfc \ 22 sha1 b80374768d7bc3234735c1221aa554c75fe79ab8 \ 23 rmd160 2009761fa7cb01300d7c8c566ea8613f23289900 21 checksums rmd160 51bfb25dbd11a7cb5529c692d843f8ac2b1c9101 \ 22 sha256 31b20864e44bb18a2d01b7ac6569f114cbe1007689219bf24a07ddb7528abe0e 24 23 25 24 depends_build port:pkgconfig \ 26 25 port:xhtml1 … … 47 46 --without-netcf \ 48 47 --without-network \ 49 48 --without-numactl \ 50 --without-o ne\49 --without-openvz \ 51 50 --without-phyp \ 52 51 --without-polkit \ 53 52 --without-python \ … … 63 62 --with-esx \ 64 63 --with-libpcap \ 65 64 --with-libvirtd \ 66 --with-openvz \67 65 --with-remote \ 68 66 --with-test \ 69 67 --with-vbox=check \ … … 114 112 configure.args-delete --without-sasl 115 113 configure.args-append --with-sasl 116 114 } 117 118 # Yajl doesn't build for universal variants119 if {[variant_isset universal]} {120 depends_lib-delete port:yajl121 configure.args-delete --with-yajl122 }