From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 16 15:01:41 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C9F4F3B for ; Tue, 16 Apr 2013 15:01:41 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [IPv6:2a00:14b0:4200:32e0::1ea]) by mx1.freebsd.org (Postfix) with ESMTP id 4226FB3 for ; Tue, 16 Apr 2013 15:01:41 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id 845F41937CE; Tue, 16 Apr 2013 15:01:40 +0000 (UTC) From: Stefan Bethke Content-Type: multipart/mixed; boundary="Apple-Mail=_C2F51BB9-5EC5-416E-84E8-A8521E413C8E" Subject: ports/174976: fix for IPv6 port setting Date: Tue, 16 Apr 2013 17:01:40 +0200 Message-Id: <4E0B86FF-9C4D-4CDA-87FC-D6F75926695F@lassitu.de> To: freebsd-emulation@freebsd.org, Martin.Birgmeier@aon.at, decke@bluelife.at Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 15:01:41 -0000 --Apple-Mail=_C2F51BB9-5EC5-416E-84E8-A8521E413C8E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii With the following patch, VirtualBox uses the vrde properties = VNCAddress4, VNCAddress6, VNCPort4, and VNCPort6, and passes their = values to libvncserver. For example: $ VBoxManage modifyvm Ubuntu --vrdeproperty VNCPort4=3D5902 $ VBoxManage modifyvm Ubuntu --vrdeproperty VNCPort6=3D5902 --=20 Stefan Bethke Fon +49 151 14070811 --Apple-Mail=_C2F51BB9-5EC5-416E-84E8-A8521E413C8E Content-Disposition: attachment; filename=patch-virtualbox-vnc.txt Content-Type: text/plain; x-unix-mode=0644; name="patch-virtualbox-vnc.txt" Content-Transfer-Encoding: quoted-printable Index: files/patch-VBox-ExtPacks-VNC-VBoxVNC.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-VBox-ExtPacks-VNC-VBoxVNC.cpp (revision 0) +++ files/patch-VBox-ExtPacks-VNC-VBoxVNC.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/VBox/ExtPacks/VNC/VBoxVNC.cpp.orig 2013-04-16 = 16:11:42.655664088 +0200 ++++ src/VBox/ExtPacks/VNC/VBoxVNC.cpp 2013-04-16 16:11:50.742664706 = +0200 +@@ -44,7 +44,7 @@ +=20 + #ifdef LIBVNCSERVER_IPv6 + // enable manually! +-// #define VBOX_USE_IPV6 ++#define VBOX_USE_IPV6 + #endif +=20 +=20 --Apple-Mail=_C2F51BB9-5EC5-416E-84E8-A8521E413C8E--