From owner-svn-src-all@FreeBSD.ORG Tue Dec 30 08:34:27 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5370AA8C for ; Tue, 30 Dec 2014 08:34:27 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 1A6F735CF for ; Tue, 30 Dec 2014 08:34:26 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6672D20B27 for ; Tue, 30 Dec 2014 03:34:25 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 30 Dec 2014 03:34:25 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= x-sasl-enc:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=mesmtp; bh=2Nlv8oGsbY8CmADNubbXd9rHNHg=; b=DbyhpJv0jLWgFrJLvy VzQUz6dUBFrFWZ6y7o+ElEmtGZ4EdtLM5DHIs5Wrq4Qx3UIY2MeBuupNDa2l/Czo 5HhAomNzDgLikr9YNot+a9gD2Pr7bSfQgUrABPUFxUanSY5ytVRszWXVAF4Lw6MU +Frd4zQs3JUDxrLkiOGsecKH4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=2Nlv8oGsbY8CmADNubbXd9 rHNHg=; b=GAxKTsxoJoJsd4pZfpeZ/PpHqo31QFzM0+8DH/QHjXPJ4vYNSOza5U U+7mt5XzhoR6U3NYFE8lF2FE3tMoKpzS83F+wwhRQoTGSXwTKjTM8riBZOZSZkHK /FiVXutZ21i3Co/ftTa/l64k5n+Th2veWeG/Kp0CQ3CU4u18/DGUA= X-Sasl-enc: Ysk8MvzYrSJdj9o3uBb5g1IYutppRztj4vtAIedpOgNL 1419928465 Received: from [10.106.39.117] (unknown [46.233.112.192]) by mail.messagingengine.com (Postfix) with ESMTPA id 8283FC00283; Tue, 30 Dec 2014 03:34:24 -0500 (EST) Message-ID: <54A26390.8030609@fastmail.net> Date: Tue, 30 Dec 2014 08:34:24 +0000 From: Bruce Simpson User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Dmitry Morozovsky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r276083 - head/etc References: <201412222126.sBMLQo7w070013@svn.freebsd.org> In-Reply-To: <201412222126.sBMLQo7w070013@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 08:34:27 -0000 On 22/12/2014 21:26, Dmitry Morozovsky wrote: > Log: > Add VAMI (VMware Appliance Management Interface) port. > This is vApp / VMware Studio related; any plans to get FreeBSD guests working?