View | Details | Raw Unified | Return to bug 157712
Collapse All | Expand All

(-)devel/libvirt/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libvirt
8
PORTNAME=	libvirt
9
PORTVERSION=	0.9.1
9
PORTVERSION=	0.9.2
10
PORTREVISION=	2
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	http://libvirt.org/sources/
11
MASTER_SITES=	http://libvirt.org/sources/
13
12
(-)devel/libvirt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libvirt-0.9.1.tar.gz) = 02b3423bb188a4a904eac3ee5cb698a55f5172e4d0ac62cbbcb9245a121b7b2b
1
SHA256 (libvirt-0.9.2.tar.gz) = 9a851fba532bafb604de92819752815a9015f529f6d69c9a93d2c90c79419f38
2
SIZE (libvirt-0.9.1.tar.gz) = 15216787
2
SIZE (libvirt-0.9.2.tar.gz) = 15793846
(-)devel/libvirt/pkg-plist (+4 lines)
Lines 115-120 Link Here
115
%%DOCSDIR%%%%PORTVERSION%%/html/libvirt-object-model.png
115
%%DOCSDIR%%%%PORTVERSION%%/html/libvirt-object-model.png
116
%%DOCSDIR%%%%PORTVERSION%%/html/libvirt.css
116
%%DOCSDIR%%%%PORTVERSION%%/html/libvirt.css
117
%%DOCSDIR%%%%PORTVERSION%%/html/libvirtLogo.png
117
%%DOCSDIR%%%%PORTVERSION%%/html/libvirtLogo.png
118
%%DOCSDIR%%%%PORTVERSION%%/html/locking.html
118
%%DOCSDIR%%%%PORTVERSION%%/html/logging.html
119
%%DOCSDIR%%%%PORTVERSION%%/html/logging.html
119
%%DOCSDIR%%%%PORTVERSION%%/html/madeWith.png
120
%%DOCSDIR%%%%PORTVERSION%%/html/madeWith.png
120
%%DOCSDIR%%%%PORTVERSION%%/html/main.css
121
%%DOCSDIR%%%%PORTVERSION%%/html/main.css
Lines 126-131 Link Here
126
%%DOCSDIR%%%%PORTVERSION%%/html/remote.html
127
%%DOCSDIR%%%%PORTVERSION%%/html/remote.html
127
%%DOCSDIR%%%%PORTVERSION%%/html/sitemap.html
128
%%DOCSDIR%%%%PORTVERSION%%/html/sitemap.html
128
%%DOCSDIR%%%%PORTVERSION%%/html/storage.html
129
%%DOCSDIR%%%%PORTVERSION%%/html/storage.html
130
%%DOCSDIR%%%%PORTVERSION%%/html/testapi.html
131
%%DOCSDIR%%%%PORTVERSION%%/html/testsuites.html
132
%%DOCSDIR%%%%PORTVERSION%%/html/testtck.html
129
%%DOCSDIR%%%%PORTVERSION%%/html/todo.html
133
%%DOCSDIR%%%%PORTVERSION%%/html/todo.html
130
%%DOCSDIR%%%%PORTVERSION%%/html/uri.html
134
%%DOCSDIR%%%%PORTVERSION%%/html/uri.html
131
%%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html
135
%%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html
(-)devel/libvirt/files/patch-docs__apibuild.py (+8 lines)
Added Link Here
1
--- ./docs/apibuild.py	2011-06-07 21:31:43.000000000 -0700
2
+++ ./docs/apibuild.py	2011-06-07 21:31:55.000000000 -0700
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/python -u
5
+#!/usr/bin/env python
6
 #
7
 # This is the API builder, it parses the C sources and build the
8
 # API formal description in XML.
(-)devel/libvirt/files/patch-src__util__command.c (-14 lines)
Removed Link Here
1
--- ./src/util/command.c.orig	2011-05-13 09:51:42.000000000 -0700
2
+++ ./src/util/command.c	2011-05-13 09:52:12.000000000 -0700
3
@@ -22,9 +22,11 @@
4
 #include <config.h>
5
 
6
 #include <poll.h>
7
+#include <signal.h>
8
 #include <stdarg.h>
9
 #include <stdlib.h>
10
 #include <sys/stat.h>
11
+#include <sys/types.h>
12
 #include <sys/wait.h>
13
 
14
 #include "command.h"

Return to bug 157712