Date: Tue, 16 Apr 2013 17:01:40 +0200 From: Stefan Bethke <stb@lassitu.de> To: freebsd-emulation@freebsd.org, Martin.Birgmeier@aon.at, decke@bluelife.at Subject: ports/174976: fix for IPv6 port setting Message-ID: <4E0B86FF-9C4D-4CDA-87FC-D6F75926695F@lassitu.de>
next in thread | raw e-mail | index | archive | help
--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 <stb@lassitu.de> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E0B86FF-9C4D-4CDA-87FC-D6F75926695F>