Ticket #32523: libvirt-0.9.8.diff

File libvirt-0.9.8.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    44PortSystem          1.0
    55
    66name                libvirt
    7 version             0.8.8
     7version             0.9.8
    88categories          sysutils
    9 license             LGPL-2.1
     9license             LGPL-2.1+
    1010platforms           darwin
    1111maintainers         redhat.com:jclift
    1212
     
    1616                    capabilities of modern hypervisors.
    1717
    1818homepage            http://www.libvirt.org/
    19 master_sites        http://www.libvirt.org/sources/
     19master_sites        ${homepage}sources/
    2020
    21 checksums           md5     ac9235576352b84b8cb17df7456bbdfc \
    22                     sha1    b80374768d7bc3234735c1221aa554c75fe79ab8 \
    23                     rmd160  2009761fa7cb01300d7c8c566ea8613f23289900
     21checksums           rmd160  51bfb25dbd11a7cb5529c692d843f8ac2b1c9101 \
     22                    sha256  31b20864e44bb18a2d01b7ac6569f114cbe1007689219bf24a07ddb7528abe0e
    2423
    2524depends_build       port:pkgconfig \
    2625                    port:xhtml1
     
    4746                    --without-netcf \
    4847                    --without-network \
    4948                    --without-numactl \
    50                     --without-one \
     49                    --without-openvz \
    5150                    --without-phyp \
    5251                    --without-polkit \
    5352                    --without-python \
     
    6362                    --with-esx \
    6463                    --with-libpcap \
    6564                    --with-libvirtd \
    66                     --with-openvz \
    6765                    --with-remote \
    6866                    --with-test \
    6967                    --with-vbox=check \
     
    114112    configure.args-delete   --without-sasl
    115113    configure.args-append   --with-sasl
    116114}
    117 
    118 # Yajl doesn't build for universal variants
    119 if {[variant_isset universal]} {
    120     depends_lib-delete      port:yajl
    121     configure.args-delete   --with-yajl
    122 }