From owner-freebsd-questions@FreeBSD.ORG Sat Nov 23 15:49:56 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E607B67 for ; Sat, 23 Nov 2013 15:49:56 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3E12DEA for ; Sat, 23 Nov 2013 15:49:56 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VkFT0-00050v-6u for freebsd-questions@freebsd.org; Sat, 23 Nov 2013 16:49:54 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginm.net ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Nov 2013 16:49:54 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Nov 2013 16:49:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Opera Web Browser- Missing shlibs Date: Sat, 23 Nov 2013 15:49:33 +0000 (UTC) Lines: 17 Message-ID: References: < 1385220998.30210.51155657.34706550@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginm.net User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 15:49:56 -0000 On Sat, 23 Nov 2013 09:36:38 -0600, Mark Felder wrote: > On Sat, Nov 23, 2013, at 7:15, Walter Hurry wrote: >> Tkanks both, but I *did* have KDE deselected. Opera installs quite >> happily, but pkg_libchk still complains. >> >> > It is supposed to complain. We don't have the source code to Opera; we > can't recompile it and tell it to stop looking for those libraries. > Opera is built to work with either GTK or KDE libs and is dynamically > linked against both. As long as you provide GTK or KDE it will run just > fine. There probably isn't any reasonable way to teach pkg_libchk how to > understand this. Ah, I see. The mists are beginning to clear now; thanks. So the options in 'make config' for www/opera don't change what's actually built, merely the dependencies. Is that right?