From 8fe2391ae75104141a4b2a242327e64270f78c50 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 10 Jul 2015 08:05:58 +0200 Subject: [PATCH] libvirt: update to 1.2.17. --- srcpkgs/libvirt/template | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index 8a67cd254e..a307fa942a 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -1,23 +1,19 @@ # Template file for 'libvirt' pkgname=libvirt -version=1.2.16 -revision=5 +version=1.2.17 +revision=1 build_style=gnu-configure configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody - --disable-static - --with-qemu-group=kvm --without-netcf --with-interface --sbindir=/usr/bin - ac_cv_path_MOUNT=/bin/mount ac_cv_path_UMOUNT=/bin/umount - ac_cv_path_MKFS=/bin/mkfs ac_cv_path_SHOWMOUNT=/bin/showmount - ac_cv_path_DNSMASQ=/bin/dnsmasq ac_cv_path_EBTABLES=/bin/ebtables" + --with-qemu-group=kvm --without-netcf --with-interface --disable-static" short_desc="The virtualization API for controlling virtualization engines" maintainer="Juan RP " homepage="http://libvirt.org" license="LGPL-2.1" distfiles="http://libvirt.org/sources/$pkgname-$version.tar.gz" -checksum=419bee553442024b9ee8a1fa94023b1189bb52b7c3021fa37d8e4c108490060d +checksum=e07eaf20b0590fae05ba3b53ad4dac3e5fbd771437563cc78b692f23ddd02fad hostmakedepends="automake libtool perl pkg-config lvm2 parted gettext-devel - iptables" + iptables libxslt docbook-xsl" makedepends="readline-devel libcap-ng-devel libnl3-devel attr-devel gnutls-devel libsasl-devel libcurl-devel libpcap-devel libxml2-devel libparted-devel device-mapper-devel dbus-devel libudev-devel libblkid-devel @@ -26,21 +22,12 @@ makedepends="readline-devel libcap-ng-devel libnl3-devel attr-devel depends="ebtables dnsmasq" case "$XBPS_TARGET_MACHINE" in - # musl libc - *-musl) makedepends+=" portablexdr-devel" - ;; + i686) configure_args+=" --without-xen"; makedepends+=" libnuma-devel";; + x86_64) configure_args+=" --with-xen"; makedepends+=" libnuma-devel xen-devel";; + *-musl) configure_args+=" --without-xen"; makedepends+=" portablexdr-devel";; + *) configure_args+=" --without-xen";; esac -if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then - configure_args+=" --with-xen" - makedepends+=" libnuma-devel xen-devel" -elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then - configure_args+=" --without-xen" - makedepends+=" libnuma-devel" -else - configure_args+=" --without-xen" -fi - conf_files=" /etc/libvirt/libvirt.conf /etc/libvirt/libvirtd.conf