From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 14 15:30:33 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 E65C71065686 for ; Tue, 14 Oct 2008 15:30:32 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE328FC18 for ; Tue, 14 Oct 2008 15:30:32 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=s012408; c=relaxed/simple; q=dns/txt; i=@embarqmail.com; t=1223998231; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=HPCAY0qlvw/fSbB3/sQ5u0HnomE=; b=W9j6TOR78T9Ut1HOs7D5e33N99X6/sm2ZbbIgUq7YQjgfDRExMGM6+znuiv/tddO oSxRhUFKZBJzBGeU0VFvSBJ0ObbJ/eaiMZ+MGCIOKa543bAO7IpI+a5XaiFJvuE9; X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=5WEzHpkCAAAA:8 a=Cj1sOffyMc0NBdebuPYA:9 a=bU8WvMMRI6A8hxCDbJIA:7 a=LIepi9pgvRgSREFA9pkRP35ckEgA:4 a=xluYz4oXUW0A:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp08.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received: from [74.5.188.110] ([74.5.188.110:61301] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.2.33 r(25932/25934)) with ESMTPA id 9A/14-15695-71BB4F84; Tue, 14 Oct 2008 11:30:31 -0400 Date: Tue, 14 Oct 2008 11:30:30 -0400 From: Randy Pratt To: Jan Henrik Sylvester Message-Id: <20081014113030.3e461bd0.bsd-unix@embarqmail.com> In-Reply-To: <48F4ACE3.1080806@janh.de> References: <48F33478.7090300@janh.de> <20081013221308.05c2926e.bsd-unix@embarqmail.com> <48F4ACE3.1080806@janh.de> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd6.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: gnome-list freebsd Subject: Re: gimp-app pkg-plist wrong? 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: Tue, 14 Oct 2008 15:30:33 -0000 On Tue, 14 Oct 2008 16:29:55 +0200 Jan Henrik Sylvester wrote: > Randy Pratt wrote: > > On Mon, 13 Oct 2008 13:43:52 +0200 > > Jan Henrik Sylvester wrote: > > > >> libexec/gimp/2.2/plug-ins/help-browser is in pkg-plist, but did not get > >> installed. Is my installation broken or pkg-plist wrong? > > > The www/webkit-gtk2 _might_ be what configure is looking for but > > that's just a guess on my part. I've not tried it yet since it adds > > You are correct: If www/webkit-gtk2 is installed, gimp-app does install > help-browser (and pkg-plist is correct in that case). > > I would expect help-browser to provide the "Help", but GIMP still > claims: "The GIMP user manual is not installed on your Computer." > > Pulling in the www/webkit-gtk2 dependency for a non-functional help in > GIMP seems to be wrong, but otherwise the pkg-plist of gimp-app needs > conditionals. It might be missing graphics/gimp-help to complete things. The URL ( http://www.gimpusers.com/forums/gimp-docs/10496-GIMP-help-in-2-6.html#msg47479 ) also mentions that the online version can be used instead of installing locally via options in Edit/Preferences. I tried to install webkit this morning but did not quite get there with many errors similar to: In file included from DerivedSources/HTMLNames.cpp:36: ./JavaScriptCore/wtf/PassRefPtr.h:44: sorry, unimplemented: inlining failed in c all to 'WTF::PassRefPtr::~PassRefPtr() [with T = WebCore::StringImpl]': funct ion body not available ./WebCore/platform/text/PlatformString.h:58: sorry, unimplemented: called from h ere In file included from DerivedSources/HTMLNames.cpp:36: ./JavaScriptCore/wtf/PassRefPtr.h:44: sorry, unimplemented: inlining failed in c all to 'WTF::PassRefPtr::~PassRefPtr() [with T = WebCore::StringImpl]': funct ion body not available ./WebCore/platform/text/PlatformString.h:58: sorry, unimplemented: called from h ere gmake[1]: *** [DerivedSources/libWebKitGtk_la-HTMLNames.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/www/webkit-gtk2/work/WebKit-r30549' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/www/webkit-gtk2. OS/Version: FreeBSD 6.4-PRERELEASE #0: Fri Oct 3 08:05:50 EDT 2008 All ports are up-to-date. Randy --