Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2017 16:34:18 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435417 - head/devel/libvirt
Message-ID:  <201703041634.v24GYI6b061497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sat Mar  4 16:34:18 2017
New Revision: 435417
URL: https://svnweb.freebsd.org/changeset/ports/435417

Log:
  devel/libvirt: update to 3.1.0
  
   - update to 3.1.0
   - disable scsi storage driver: it builds fine, but will
     not work on FreeBSD
   - Add an OPTION for the ZFS storage driver (enabled by default)

Modified:
  head/devel/libvirt/Makefile
  head/devel/libvirt/distinfo
  head/devel/libvirt/pkg-plist

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sat Mar  4 16:03:08 2017	(r435416)
+++ head/devel/libvirt/Makefile	Sat Mar  4 16:34:18 2017	(r435417)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	2.5.0
+PORTVERSION=	3.1.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -20,8 +20,8 @@ BUILD_DEPENDS=	dnsmasq:dns/dnsmasq \
 		xsltproc:textproc/libxslt
 RUN_DEPENDS=	dnsmasq:dns/dnsmasq
 
-OPTIONS_DEFINE=	DOCS GNUTLS NLS NSS QEMU READLINE SASL
-OPTIONS_DEFAULT=	GNUTLS READLINE
+OPTIONS_DEFINE=	DOCS GNUTLS NLS NSS QEMU READLINE SASL ZFS
+OPTIONS_DEFAULT=	GNUTLS READLINE ZFS
 OPTIONS_DEFINE_amd64=	XEN
 .if exists(/usr/sbin/bhyve)
 OPTIONS_DEFINE_amd64+=	BHYVE
@@ -35,6 +35,7 @@ QEMU_DESC=	QEMU driver
 BHYVE_DESC=	bhyve driver
 XEN_DESC=	Xen support via libxl
 NSS_DESC=	Name Service Switch plugin
+ZFS_DESC=	ZFS storage driver
 
 OPTIONS_SUB=	yes
 
@@ -66,6 +67,8 @@ XEN_CONFIGURE_WITH=	libxl
 XEN_CFLAGS=	-I${LOCALBASE}/include
 XEN_LIB_DEPENDS=	libxenlight.so:sysutils/xen-tools
 
+ZFS_CONFIGURE_WITH=	storage-zfs
+
 VARDIR=		/var
 
 USE_RC_SUBR=	libvirtd virtlogd
@@ -81,6 +84,7 @@ CONFIGURE_ARGS+=	--without-avahi \
 		--without-xen \
 		--without-login-shell \
 		--without-wireshark-dissector \
+		--without-storage-scsi \
 		--with-ssh2 \
 		--localstatedir=${VARDIR}
 

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Sat Mar  4 16:03:08 2017	(r435416)
+++ head/devel/libvirt/distinfo	Sat Mar  4 16:34:18 2017	(r435417)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481343631
-SHA256 (libvirt-2.5.0.tar.xz) = 819dffefbfd6ae95dfe1b28cfdee15ebcf9f91bbd732157488a57705bf81cb1e
-SIZE (libvirt-2.5.0.tar.xz) = 13638636
+TIMESTAMP = 1488599419
+SHA256 (libvirt-3.1.0.tar.xz) = 7879029a0fcac4e58dbeec66f0bc77771565c4b6667212c8f6251eefb03732a9
+SIZE (libvirt-3.1.0.tar.xz) = 13906204

Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist	Sat Mar  4 16:03:08 2017	(r435416)
+++ head/devel/libvirt/pkg-plist	Sat Mar  4 16:34:18 2017	(r435417)
@@ -251,6 +251,7 @@ share/gtk-doc/html/libvirt/up.png
 %%DATADIR%%/schemas/storagecommon.rng
 %%DATADIR%%/schemas/storagepool.rng
 %%DATADIR%%/schemas/storagevol.rng
+%%DATADIR%%/test-screenshot.png
 %%NLS%%share/locale/af/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/am/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/anp/LC_MESSAGES/libvirt.mo
@@ -353,6 +354,8 @@ lib/libvirt/connection-driver/libvirt_dr
 lib/libvirt/connection-driver/libvirt_driver_storage.so
 lib/libvirt/connection-driver/libvirt_driver_vbox.so
 %%XEN%%lib/libvirt/connection-driver/libvirt_driver_libxl.so
+lib/libvirt/storage-backend/libvirt_storage_backend_fs.so
+%%ZFS%%lib/libvirt/storage-backend/libvirt_storage_backend_zfs.so
 %%QEMU%%@dir /var/run/libvirt/qemu
 %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target
 %%QEMU%%@dir /var/lib/libvirt/qemu/channel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703041634.v24GYI6b061497>