From owner-freebsd-questions@FreeBSD.ORG Sat Nov 23 15:53:43 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 68F6AD7A for ; Sat, 23 Nov 2013 15:53:43 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FDE02E3C for ; Sat, 23 Nov 2013 15:53:43 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0F83F23D9D for ; Sat, 23 Nov 2013 10:53:42 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Sat, 23 Nov 2013 10:53:42 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=MiPWbHUHlWeMIbRj8xjuiQh++/8=; b=JWB vB1XXT4LM1Xcol7ho1xl3CapPxzqdWDBPRIXJmlSxE01C2Q93cl5I1RHi065bkbX cNfXzacAr7uGGmVX0ixxqTBex8bwuYvBdv7tvChcKKMANUcrfusgbOT2rKpwjw6d CKW9T+3N41TUqdlpJrOiJliWDXWvsuzkQjbirnlI= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id E422F112F98; Sat, 23 Nov 2013 10:53:41 -0500 (EST) Message-Id: <1385222021.3757.51160193.50169E11@webmail.messagingengine.com> X-Sasl-Enc: bVKIXrU/nzDQWx6LLpNBulPuMFmLpY9Rc4dtJYGDfiUT 1385222021 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-3f1150ec In-Reply-To: References: Subject: Re: Opera Web Browser- Missing shlibs Date: Sat, 23 Nov 2013 09:53:41 -0600 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:53:43 -0000 On Sat, Nov 23, 2013, at 9:49, Walter Hurry wrote: > 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? > > Correct