From owner-svn-ports-head@freebsd.org Tue Sep 15 07:36:01 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 E0EE5A02E34; Tue, 15 Sep 2015 07:36:00 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (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 573251A5E; Tue, 15 Sep 2015 07:36:00 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by lbbvu2 with SMTP id vu2so7669394lbb.0; Tue, 15 Sep 2015 00:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ta9Ta+45SbdiwXAjTcsDqySLOZtnRy0hlL2xXg32LVc=; b=VOhqIWJuA7sTMk/6NMfVJ4TmlGUFQN1OfxyL3U80c2ZtcXAvJkzs2zFltI72yMzXSa qOtDQ3dNX4tz2LPx9Rg4bCo7LXZa/VQCPIOK809OzO+7GA+NGn1KMWOp8IUN46kbf5ai kUvtM05RY/6YKjqdfQ1211urxuSVJkvPVzNWrTZ6jcXB2puZKFc1EOrNGfAbJU0R1GKM j7adJbukYrlgFVcmlWti3u9uldo5GvokOrIdqLpCYzJZ1fIkKka8tzlX+otnSI9Ql0Ca t/c2i0J/fF9Rl/NwDvq11BMlRolDZ2nlO7ygQJDd7rLpdUE3tNFWnVdJiv8/BZrLFcvM uRKA== X-Received: by 10.152.21.129 with SMTP id v1mr2304034lae.87.1442302557978; Tue, 15 Sep 2015 00:35:57 -0700 (PDT) Received: from dev.san.ru (dev.san.ru. [88.147.129.60]) by smtp.gmail.com with ESMTPSA id bx5sm3038198lbc.36.2015.09.15.00.35.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Sep 2015 00:35:57 -0700 (PDT) Date: Tue, 15 Sep 2015 10:35:51 +0300 From: Roman Bogorodskiy To: Kubilay Kocak Cc: Jason Helfman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r396721 - in head/devel: libvirt py-libvirt Message-ID: <20150915073547.GA84677@dev.san.ru> References: <201509112313.t8BNDn1f099374@repo.freebsd.org> <55F56340.3040506@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55F56340.3040506@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Tue, 15 Sep 2015 07:36:01 -0000 Kubilay Kocak wrote: > > @@ -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? Most of the 'without' arguments disable some Linux specific features (e.g. Linux Containers and User Mode Linux drivers) or features that were not tested and/or not actively supported on FreeBSD. Some features should be user controlled indeed, e.g. libxl support could be enabled and that's in my todo list. Roman Bogorodskiy