Date: Wed, 10 Jun 2009 13:42:38 +0000 From: Abdul Gani <wirasto@gorontaloindie.com> To: freebsd-emulation@freebsd.org Subject: Re: virtualbox: clipboard sharing Message-ID: <4A2FB84E.3050709@gorontaloindie.com> In-Reply-To: <20090609220230.3feee0f9@chii.bluelife.at> References: <4A251E0A.2050307@icyb.net.ua> <4A25205E.5030907@icyb.net.ua> <1244020967.26991.3.camel@localhost> <4A2EA15C.200@icyb.net.ua> <b6ccd53825e2a1106f04da5afc601032.squirrel@webmail.itac.at> <20090609220230.3feee0f9@chii.bluelife.at>
next in thread | previous in thread | raw e-mail | index | archive | help
Bernhard Froehlich wrote: > On Tue, 9 Jun 2009 21:56:03 +0200 (CEST) > Bernhard Fröhlich <decke@bluelife.at> wrote: > > >> On Tue, June 9, 2009 7:52 pm, Andriy Gapon wrote: >> >>> on 03/06/2009 12:22 Vladimir Grebenschikov said the following: >>> >>>> Hi >>>> >>>> Can you share port patch ? >>>> I've just tried to add freebsd here and get library installed but I >>>> still have no sharing. >>>> >>> Unfortunately I don't have any patches handy right now - I simply hacked >>> the files >>> in the working directory of the port. >>> You can select "Show Log" in the context menu of the particular machine >>> and see if >>> there is anything interesting about VBoxSharedClipboard. >>> And, BTW, I think that for shared clipboard to work you have to install >>> Guest >>> Additions in the guest OS (if supported). >>> >> Thanks, i've created a patch based on your description and added it to the >> vbox port. Compiles fine but i can't test the functionality at the moment >> because newer vbox builds are somehow broken. >> >> > > If someone wants to test it on one of the CFT ports please do so. Don't know > if it applies though. > > --- src/VBox/HostServices/Makefile.kmk.orig 2009-06-09 20:06:46.000000000 +0200 > +++ src/VBox/HostServices/Makefile.kmk 2009-06-09 20:07:17.000000000 +0200 > @@ -31,7 +31,7 @@ > include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk > endif > endif > -if1of ($(KBUILD_TARGET), win linux solaris darwin) > +if1of ($(KBUILD_TARGET), win linux solaris darwin freebsd) > ifdef VBOX_WITH_SHARED_CLIPBOARD > include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk > endif > --- src/VBox/HostServices/SharedClipboard/Makefile.kmk.orig 2009-06-09 20:07:48.000000000 +0200 > +++ src/VBox/HostServices/SharedClipboard/Makefile.kmk 2009-06-09 20:08:49.000000000 +0200 > @@ -55,7 +55,7 @@ > $(LIB_VMM) \ > $(LIB_RUNTIME) \ > $(LIB_REM) > -if1of ($(KBUILD_TARGET), linux solaris) > +if1of ($(KBUILD_TARGET), linux solaris freebsd) > ifndef VBOX_HEADLESS > VBoxSharedClipboard_LIBPATH = \ > $(VBOX_LIBPATH_X11) > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" > > I use this ports http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz How to use your patch ? -- ------------------------------------------------------------------------------------------------------------------ http://wirastokarim.wordpress.com Tak ada hukum yang bisa mengatur Bloger dan Millister.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A2FB84E.3050709>