From owner-svn-ports-head@freebsd.org Sun Sep 13 11:51:33 2015 Return-Path: Delivered-To: svn-ports-head@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 76EDFA03D49; Sun, 13 Sep 2015 11:51:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4721A110C; Sun, 13 Sep 2015 11:51:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacex6 with SMTP id ex6so116822499pac.0; Sun, 13 Sep 2015 04:51:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Q0joTCPQSdXjILxB0Dh59msbMOFhQMX6FDP3x39kSH0=; b=jC8lxfon7H2lSoEjfcsY6BYqoPz+Vhu07Q0SbZpk0XytTLzX0DZ7N3qqE5Fj+EFIOQ vEvpmv9RVO11vB2c7MTCYt+QUqmF2ADGPmKngRnIWe2Eb0Sq/sr9/tBZCEhqme8DpLEY 0pKxHpqzdKgZpWsfd+ZhDH1+FQTqXl5Uw/TD7sJWeAZtNasrr9OCH40aBMVXB6nSolZU Vyd+ttLzLXSJiiKB+SNZz8mHDdO3KILbKS8WzganO+ZMOdoY9Zjt6IG+kqgitzSrwnll c4zWwFQMNS5jcxNTdKXunBf3meq2X+zIX/D0bDlgFVu05M8Nbu7kTyT3CJdHUmK3OY7c bH9A== X-Received: by 10.68.241.103 with SMTP id wh7mr21525260pbc.88.1442145092944; Sun, 13 Sep 2015 04:51:32 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id as4sm10217367pbc.48.2015.09.13.04.51.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Sep 2015 04:51:32 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r396721 - in head/devel: libvirt py-libvirt References: <201509112313.t8BNDn1f099374@repo.freebsd.org> To: Jason Helfman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55F56340.3040506@FreeBSD.org> Date: Sun, 13 Sep 2015 21:51:28 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Thunderbird/41.0 MIME-Version: 1.0 In-Reply-To: <201509112313.t8BNDn1f099374@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2015 11:51:33 -0000 On 12/09/2015 9:13 AM, Jason Helfman wrote: > Author: jgh > Date: Fri Sep 11 23:13:48 2015 > New Revision: 396721 > URL: https://svnweb.freebsd.org/changeset/ports/396721 > > Log: > - update to devel/libvirt [1] and devel/py-libvirt to 1.2.19 > > http://libvirt.org/git/?p=libvirt.git;a=shortlog;h=refs/tags/v1.2.19 > > PR: 202839 [1] > Submitted by: novel@ [1] > > Modified: > head/devel/libvirt/Makefile > head/devel/libvirt/distinfo > head/devel/libvirt/pkg-plist > head/devel/py-libvirt/Makefile > head/devel/py-libvirt/distinfo > > Modified: head/devel/libvirt/Makefile > ============================================================================== > --- head/devel/libvirt/Makefile Fri Sep 11 22:51:10 2015 (r396720) > +++ head/devel/libvirt/Makefile Fri Sep 11 23:13:48 2015 (r396721) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= libvirt > -PORTVERSION= 1.2.18 > +PORTVERSION= 1.2.19 > CATEGORIES= devel > MASTER_SITES= http://libvirt.org/sources/ \ > ftp://libvirt.org/libvirt/ > @@ -58,6 +58,8 @@ CONFIGURE_ARGS= --without-avahi \ > --without-sysctl \ > --without-lxc \ > --without-uml \ > + --without-xen \ > + --without-libxl \ > --with-ssh2 \ > --localstatedir=${VARDIR} > Might any of these configure bits be valuable as user OPTIONS?