Ticket #33504: macports-libvirt-0.9.10.diff
File macports-libvirt-0.9.10.diff, 1.9 KB (added by macports@…, 13 years ago) |
---|
-
dports/sysutils/libvirt/files/patch-src-util-virfile.h.diff
1 --- src/util/virfile.h.orig 2012-02-13 07:06:23.000000000 +0000 2 +++ src/util/virfile.h 2012-03-06 19:10:43.000000000 +0000 3 @@ -58,10 +58,10 @@ 4 5 int virFileDirectFdFlag(void); 6 7 -enum { 8 +enum virFileWrapperFdFlags { 9 VIR_FILE_WRAPPER_BYPASS_CACHE = (1 << 0), 10 VIR_FILE_WRAPPER_NON_BLOCKING = (1 << 1), 11 -} virFileWrapperFdFlags; 12 +}; 13 14 virFileWrapperFdPtr virFileWrapperFdNew(int *fd, 15 const char *name, -
dports/sysutils/libvirt/Portfile
4 4 PortSystem 1.0 5 5 6 6 name libvirt 7 version 0.9. 87 version 0.9.10 8 8 revision 1 9 9 categories sysutils 10 10 license LGPL-2.1+ … … 19 19 homepage http://www.libvirt.org/ 20 20 master_sites ${homepage}sources/ 21 21 22 checksums rmd160 51bfb25dbd11a7cb5529c692d843f8ac2b1c9101\23 sha256 31b20864e44bb18a2d01b7ac6569f114cbe1007689219bf24a07ddb7528abe0e22 checksums rmd160 8f103b176fc7b943a88cf7196709865edc5db5e8 \ 23 sha256 5b81d9f054ee4b395b0ab4f59845d082baaa6d6c2a038c966309156dde16e11d 24 24 25 25 depends_build port:pkgconfig \ 26 26 port:xhtml1 … … 35 35 port:yajl \ 36 36 port:zlib 37 37 38 patchfiles patch-src-util-virfile.h.diff 39 38 40 configure.args --without-apparmor \ 39 41 --without-audit \ 40 42 --without-avahi \