From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 31 11:17:08 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 045401065670 for ; Wed, 31 Dec 2008 11:17:08 +0000 (UTC) (envelope-from knowtree@aloha.com) Received: from relay.pixi.com (relay.pixi.com [206.127.224.101]) by mx1.freebsd.org (Postfix) with ESMTP id C7E1B8FC12 for ; Wed, 31 Dec 2008 11:17:07 +0000 (UTC) (envelope-from knowtree@aloha.com) Received: from leka.aloha.com (leka.aloha.com [206.127.224.85]) by relay.pixi.com (8.13.8+Sun/8.13.6) with ESMTP id mBVAQMKx022553 for ; Wed, 31 Dec 2008 00:26:22 -1000 (HST) Received: from [10.0.1.199] (atm-251-63.pixi.com [206.127.251.63]) by leka.aloha.com (8.13.8+Sun/8.12.11) with ESMTP id mBVAQLYJ022549 for ; Wed, 31 Dec 2008 00:26:22 -1000 (HST) From: Gary Dunn To: FreeBSD-Gnome In-Reply-To: <1230609189.1467.15.camel@slate1> References: <1230609189.1467.15.camel@slate1> Content-Type: text/plain Date: Wed, 31 Dec 2008 00:26:18 -1000 Message-Id: <1230719178.106.10.camel@slate1> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Enable Inkscape whiteboard X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 11:17:08 -0000 On Mon, 2008-12-29 at 17:53 -1000, Gary Dunn wrote: > According to the Inkscape web site it is possible to build Inkscape with > support for a Jabber-based shared whiteboard, code name Pedro. > > http://wiki.inkscape.org/wiki/index.php/WhiteBoard > > This page says that to get this capability I "... must compile inkscape > with the configure option --enable-whiteboard" > > I thought that I could accomplish this by adding this line to the > Makefile in the top directory of the inkscape port: > > CONFIGURE_ARGS+= --enable-whiteboard > > immediately after > > .include > > After that I did a make rmconfig, make, make deinstall, make reinstall. > Still no Whiteboard menu. > > Is there a way I can enable the inkscape whiteboard? > I think I fixed this. The correct config option is --enable-inkboard. The Inkscape wiki also wanted a "prefix" defined containing the path to the installed program, so my additions to the Makefile ended up being: CONFIGURE_ARGS+= --prefix=/usr/local/bin/inkscape CONFIGURE_ARGS+= --enable-inkboard After that I did make rmconfig make configure and the Inkboard option changed from no to yes. make make deinstall make reinstall and now my Inkscape has a Whiteboard menu, as described on the Inkscape wiki. Don't know if it works, but at least it's there. -- Gary Dunn, Honolulu osp@aloha.com http://openslate.net/ http://e9erust.blogspot.com/ Sent from Slate001