[90481] trunk/dports/sysutils/libvirt

cal at macports.org cal at macports.org
Tue Mar 6 15:03:41 PST 2012


Revision: 90481
          http://trac.macports.org/changeset/90481
Author:   cal at macports.org
Date:     2012-03-06 15:03:41 -0800 (Tue, 06 Mar 2012)
Log Message:
-----------
libvirt: Update to 0.9.10

Modified Paths:
--------------
    trunk/dports/sysutils/libvirt/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/libvirt/files/
    trunk/dports/sysutils/libvirt/files/patch-src-util-virfile.h.diff

Modified: trunk/dports/sysutils/libvirt/Portfile
===================================================================
--- trunk/dports/sysutils/libvirt/Portfile	2012-03-06 22:33:48 UTC (rev 90480)
+++ trunk/dports/sysutils/libvirt/Portfile	2012-03-06 23:03:41 UTC (rev 90481)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libvirt
-version             0.9.8
+version             0.9.10
 revision            1
 categories          sysutils
 license             LGPL-2.1+
@@ -19,8 +19,8 @@
 homepage            http://www.libvirt.org/
 master_sites        ${homepage}sources/
 
-checksums           rmd160  51bfb25dbd11a7cb5529c692d843f8ac2b1c9101 \
-                    sha256  31b20864e44bb18a2d01b7ac6569f114cbe1007689219bf24a07ddb7528abe0e
+checksums           rmd160  8f103b176fc7b943a88cf7196709865edc5db5e8 \
+                    sha256  5b81d9f054ee4b395b0ab4f59845d082baaa6d6c2a038c966309156dde16e11d
 
 depends_build       port:pkgconfig \
                     port:xhtml1
@@ -35,6 +35,8 @@
                     port:yajl \
                     port:zlib
 
+patchfiles          patch-src-util-virfile.h.diff
+
 configure.args      --without-apparmor \
                     --without-audit \
                     --without-avahi \

Added: trunk/dports/sysutils/libvirt/files/patch-src-util-virfile.h.diff
===================================================================
--- trunk/dports/sysutils/libvirt/files/patch-src-util-virfile.h.diff	                        (rev 0)
+++ trunk/dports/sysutils/libvirt/files/patch-src-util-virfile.h.diff	2012-03-06 23:03:41 UTC (rev 90481)
@@ -0,0 +1,15 @@
+--- src/util/virfile.h.orig	2012-02-13 07:06:23.000000000 +0000
++++ src/util/virfile.h	2012-03-06 19:10:43.000000000 +0000
+@@ -58,10 +58,10 @@
+ 
+ int virFileDirectFdFlag(void);
+ 
+-enum {
++enum virFileWrapperFdFlags {
+     VIR_FILE_WRAPPER_BYPASS_CACHE   = (1 << 0),
+     VIR_FILE_WRAPPER_NON_BLOCKING   = (1 << 1),
+-} virFileWrapperFdFlags;
++};
+ 
+ virFileWrapperFdPtr virFileWrapperFdNew(int *fd,
+                                         const char *name,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120306/2298910f/attachment.html>


More information about the macports-changes mailing list