From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 20:01:07 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EB061065670 for ; Tue, 9 Jun 2009 20:01:07 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [213.47.211.116]) by mx1.freebsd.org (Postfix) with ESMTP id 7F46B8FC0A for ; Tue, 9 Jun 2009 20:01:06 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from home.bluelife.at ([78.142.74.81] helo=chii.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1ME7VI-00080d-12; Tue, 09 Jun 2009 22:01:04 +0200 Date: Tue, 9 Jun 2009 22:02:30 +0200 From: Bernhard Froehlich To: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= Message-ID: <20090609220230.3feee0f9@chii.bluelife.at> In-Reply-To: References: <4A251E0A.2050307@icyb.net.ua> <4A25205E.5030907@icyb.net.ua> <1244020967.26991.3.camel@localhost> <4A2EA15C.200@icyb.net.ua> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.5 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, 9 Jun 2009 21:56:03 +0200 (CEST) Bernhard Fröhlich 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. > [...] Content analysis details: (-1.5 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP -0.0 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@freebsd.org, Andriy Gapon Subject: Re: virtualbox: clipboard sharing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2009 20:01:07 -0000 On Tue, 9 Jun 2009 21:56:03 +0200 (CEST) Bernhard Fr=F6hlich 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). >=20 > 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. >=20 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:0= 7: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 =3D \ $(VBOX_LIBPATH_X11)