Date: Tue, 19 Jun 2012 20:45:59 -0500 (CDT) From: Dan Mack <mack@macktronics.com> To: Bernhard Froehlich <decke@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/virtualbox-ose/files patch-src-VBox-Frontends-VBoxHeadless-FramebufferVNC.cpp Message-ID: <20120619204159.N93382@coco.macktronics.com> In-Reply-To: <201206060813.q568DrmA060105@repoman.freebsd.org> References: <201206060813.q568DrmA060105@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 6 Jun 2012, Bernhard Froehlich wrote: > decke 2012-06-06 08:13:53 UTC > > FreeBSD ports repository > > Added files: > emulators/virtualbox-ose/files > patch-src-VBox-Frontends-VBoxHeadless-FramebufferVNC.cpp > Log: > - Also assign IPv6 TCP port otherwise it's using the default 5900 > port for IPv6 and allows only to start one VM that uses VNC. > > rfbListenOnTCP6Port: error in bind IPv6 socket: Address already in use > > Submitted by: Gary Palmer <gpalmer@freebsd.org> > Tested by: Steve Tuts <yiz5hwi@gmail.com> > > Revision Changes Path > 1.1 +13 -0 ports/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VBoxHeadless-FramebufferVNC.cpp (new) This seemed to break the build for me: from a fresh pull of ports, I'm getting: /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp:94: error: 'struct _rfbScreenInfo' has no member named 'ipv6port' kmk: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/out/freebsd.amd64/release/obj/VBoxHeadless/FramebufferVNC.o] Error 1 Backing out the patch gets it to build. Dan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120619204159.N93382>