From owner-svn-ports-all@freebsd.org Sun Nov 6 07:54:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3C19C33EE6; Sun, 6 Nov 2016 07:54:56 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 763402DB; Sun, 6 Nov 2016 07:54:56 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA67stuT035398; Sun, 6 Nov 2016 07:54:55 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA67stS6035396; Sun, 6 Nov 2016 07:54:55 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611060754.uA67stS6035396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 Nov 2016 07:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425465 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 07:54:56 -0000 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