Date: Sun, 6 Nov 2016 07:54:55 +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: r425465 - head/devel/libvirt Message-ID: <201611060754.uA67stS6035396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Nov 6 07:54:55 2016 New Revision: 425465 URL: https://svnweb.freebsd.org/changeset/ports/425465 Log: devel/libvirt: update to 2.4.0 - update to 2.4.0 - add an explicit dependency on readline via READLINE option, enabled by default - explicitly disable dbus as it's used for firewalld and polkit, that are not supported by the port Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sun Nov 6 05:42:32 2016 (r425464) +++ head/devel/libvirt/Makefile Sun Nov 6 07:54:55 2016 (r425465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -21,8 +21,8 @@ BUILD_DEPENDS= dnsmasq:dns/dnsmasq \ RUN_DEPENDS= dnsmasq:dns/dnsmasq \ dmidecode:sysutils/dmidecode -OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU SASL -OPTIONS_DEFAULT= GNUTLS +OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU READLINE SASL +OPTIONS_DEFAULT= GNUTLS READLINE OPTIONS_DEFINE_amd64= XEN .if exists(/usr/sbin/bhyve) OPTIONS_DEFINE_amd64+= BHYVE @@ -57,6 +57,9 @@ NLS_CONFIGURE_ON= --with-libintl-prefix= NSS_CONFIGURE_WITH= nss-plugin +READLINE_CONFIGURE_WITH= readline +READLINE_USES= readline + SASL_CONFIGURE_WITH= sasl SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 @@ -70,6 +73,7 @@ USE_RC_SUBR= libvirtd virtlogd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-avahi \ + --without-dbus \ --without-polkit \ --without-hal \ --without-udev \ Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sun Nov 6 05:42:32 2016 (r425464) +++ head/devel/libvirt/distinfo Sun Nov 6 07:54:55 2016 (r425465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475687370 -SHA256 (libvirt-2.3.0.tar.xz) = e430e69b27d3f6c97255e638617b59b179618d531d81ac7dfe0783a1c1eeafd1 -SIZE (libvirt-2.3.0.tar.xz) = 13224384 +TIMESTAMP = 1478323826 +SHA256 (libvirt-2.4.0.tar.xz) = b727c5f43ed3d7337ec2c2f2031ebd4207507978f68d00ad13d4f0f84aad6224 +SIZE (libvirt-2.4.0.tar.xz) = 13237652
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611060754.uA67stS6035396>