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

(-)devel/libvirt/Makefile (-7 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libvirt
8
PORTNAME=	libvirt
9
PORTVERSION=	0.9.4
9
PORTVERSION=	0.9.6
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://libvirt.org/sources/
11
MASTER_SITES=	http://libvirt.org/sources/
12
12
Lines 14-19 Link Here
14
COMMENT=	Toolkit to interact with virtualization capabilities
14
COMMENT=	Toolkit to interact with virtualization capabilities
15
15
16
LICENSE=	LGPL3
16
LICENSE=	LGPL3
17
18
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
19
		gcrypt.18:${PORTSDIR}/security/libgcrypt \
20
		xml2.5:${PORTSDIR}/textproc/libxml2 \
21
		gnutls.47:${PORTSDIR}/security/gnutls
22
17
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
18
USE_AUTOTOOLS=	automake autoconf
24
USE_AUTOTOOLS=	automake autoconf
19
CONFIGURE_ARGS=	--without-libssh2 \
25
CONFIGURE_ARGS=	--without-libssh2 \
Lines 25-41 Link Here
25
		--without-udev \
31
		--without-udev \
26
		--without-netcf \
32
		--without-netcf \
27
		--without-network
33
		--without-network
34
CONFIGURE_ENV=	LDFLAGS="${PTHREAD_LIBS}"
35
28
USE_GMAKE=	yes
36
USE_GMAKE=	yes
29
USE_GNOME=	gnomehack
37
USE_GNOME=	gnomehack
30
GNOME_MAKEFILEIN=	Makefile.am
38
GNOME_MAKEFILEIN=	Makefile.am
31
USE_LDCONFIG=	yes
39
USE_LDCONFIG=	yes
32
USE_PYTHON_BUILD=	yes
40
USE_PYTHON_BUILD=	yes
33
PLIST_SUB=	PORTVERSION="-${PORTVERSION}"
41
SHLIB_VER=	9
34
42
PLIST_SUB=	PORTVERSION="-${PORTVERSION}" \
35
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
43
		SHLIB_VER=${SHLIB_VER}
36
		gcrypt.18:${PORTSDIR}/security/libgcrypt \
37
		xml2.5:${PORTSDIR}/textproc/libxml2 \
38
		gnutls.47:${PORTSDIR}/security/gnutls
39
44
40
.if !defined(WITHOUT_NLS)
45
.if !defined(WITHOUT_NLS)
41
USE_GETTEXT=	yes
46
USE_GETTEXT=	yes
(-)devel/libvirt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libvirt-0.9.4.tar.gz) = e76c026646ae4885b162bf711b854f36195f93538d6fcbee48479c2354a342af
1
SHA256 (libvirt-0.9.6.tar.gz) = ce29b1cd3067b224aa834fec2a93d7613c0e72bc035760ad536a2142430bc02b
2
SIZE (libvirt-0.9.4.tar.gz) = 16643543
2
SIZE (libvirt-0.9.6.tar.gz) = 17326676
(-)devel/libvirt/pkg-plist (-2 / +8 lines)
Lines 30-43 Link Here
30
lib/libvirt-qemu.a
30
lib/libvirt-qemu.a
31
lib/libvirt-qemu.la
31
lib/libvirt-qemu.la
32
lib/libvirt-qemu.so
32
lib/libvirt-qemu.so
33
lib/libvirt-qemu.so.9
33
lib/libvirt-qemu.so.%%SHLIB_VER%%
34
lib/libvirt.a
34
lib/libvirt.a
35
lib/libvirt.la
35
lib/libvirt.la
36
lib/libvirt.so
36
lib/libvirt.so
37
lib/libvirt.so.9
37
lib/libvirt.so.%%SHLIB_VER%%
38
%%PYTHON_SITELIBDIR%%/libvirt.py
38
%%PYTHON_SITELIBDIR%%/libvirt.py
39
%%PYTHON_SITELIBDIR%%/libvirtmod.la
39
%%PYTHON_SITELIBDIR%%/libvirtmod.la
40
%%PYTHON_SITELIBDIR%%/libvirtmod.so
40
%%PYTHON_SITELIBDIR%%/libvirtmod.so
41
%%PYTHON_SITELIBDIR%%/libvirt_qemu.py
42
%%PYTHON_SITELIBDIR%%/libvirtmod_qemu.la
43
%%PYTHON_SITELIBDIR%%/libvirtmod_qemu.so
41
libdata/pkgconfig/libvirt.pc
44
libdata/pkgconfig/libvirt.pc
42
libexec/libvirt_iohelper
45
libexec/libvirt_iohelper
43
sbin/libvirtd
46
sbin/libvirtd
Lines 66-71 Link Here
66
%%DOCSDIR%%%%PORTVERSION%%/html/downloads.html
69
%%DOCSDIR%%%%PORTVERSION%%/html/downloads.html
67
%%DOCSDIR%%%%PORTVERSION%%/html/drivers.html
70
%%DOCSDIR%%%%PORTVERSION%%/html/drivers.html
68
%%DOCSDIR%%%%PORTVERSION%%/html/drvesx.html
71
%%DOCSDIR%%%%PORTVERSION%%/html/drvesx.html
72
%%DOCSDIR%%%%PORTVERSION%%/html/drvhyperv.html
69
%%DOCSDIR%%%%PORTVERSION%%/html/drvlxc.html
73
%%DOCSDIR%%%%PORTVERSION%%/html/drvlxc.html
70
%%DOCSDIR%%%%PORTVERSION%%/html/drvopenvz.html
74
%%DOCSDIR%%%%PORTVERSION%%/html/drvopenvz.html
71
%%DOCSDIR%%%%PORTVERSION%%/html/drvqemu.html
75
%%DOCSDIR%%%%PORTVERSION%%/html/drvqemu.html
Lines 124-129 Link Here
124
%%DOCSDIR%%%%PORTVERSION%%/html/php.html
128
%%DOCSDIR%%%%PORTVERSION%%/html/php.html
125
%%DOCSDIR%%%%PORTVERSION%%/html/python.html
129
%%DOCSDIR%%%%PORTVERSION%%/html/python.html
126
%%DOCSDIR%%%%PORTVERSION%%/html/relatedlinks.html
130
%%DOCSDIR%%%%PORTVERSION%%/html/relatedlinks.html
131
%%DOCSDIR%%%%PORTVERSION%%/html/rpc.html
127
%%DOCSDIR%%%%PORTVERSION%%/html/remote.html
132
%%DOCSDIR%%%%PORTVERSION%%/html/remote.html
128
%%DOCSDIR%%%%PORTVERSION%%/html/sitemap.html
133
%%DOCSDIR%%%%PORTVERSION%%/html/sitemap.html
129
%%DOCSDIR%%%%PORTVERSION%%/html/storage.html
134
%%DOCSDIR%%%%PORTVERSION%%/html/storage.html
Lines 154-159 Link Here
154
%%DATADIR%%/schemas/basictypes.rng
159
%%DATADIR%%/schemas/basictypes.rng
155
%%DATADIR%%/schemas/capability.rng
160
%%DATADIR%%/schemas/capability.rng
156
%%DATADIR%%/schemas/domain.rng
161
%%DATADIR%%/schemas/domain.rng
162
%%DATADIR%%/schemas/domaincommon.rng
157
%%DATADIR%%/schemas/domainsnapshot.rng
163
%%DATADIR%%/schemas/domainsnapshot.rng
158
%%DATADIR%%/schemas/interface.rng
164
%%DATADIR%%/schemas/interface.rng
159
%%DATADIR%%/schemas/network.rng
165
%%DATADIR%%/schemas/network.rng

Return to bug 160912