From owner-freebsd-pkg@FreeBSD.ORG Wed Jan 29 19:55:00 2014 Return-Path: Delivered-To: freebsd-pkg@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 F295BEC9 for ; Wed, 29 Jan 2014 19:55:00 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C50C01F8E for ; Wed, 29 Jan 2014 19:55:00 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 2627920AA9 for ; Wed, 29 Jan 2014 14:54:58 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Wed, 29 Jan 2014 14:54:58 -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:subject:date:in-reply-to :references; s=smtpout; bh=SXLHGJr9EL28yl/xlXn1xfzFrAk=; b=eRKB+ 9uzoS6oIt8KbP7n7nG0k/vOVYxVTbsWKl2QonEqIsHK0O3d2IiezmHYtfaRWU/11 w7V+jYZzMQGBpLPMxlVpRjGP3pvPm21N5c3NVzt0JknEr7Sd4RwcWvoi6X1TMRwa huF3esl1Am9umSC7jMvbg3PARqX0OEKGAnBgSc= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id E408C11E852; Wed, 29 Jan 2014 14:54:57 -0500 (EST) Message-Id: <1391025297.7611.76916141.17A7F808@webmail.messagingengine.com> X-Sasl-Enc: azJLWSwjC5W9OVJCLm/dj2kRQIlH9bGjhSc6rFJjdjo/ 1391025297 From: Mark Felder To: freebsd-pkg@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-1b692d69 Subject: Re: can pkg be used to install in /opt? Date: Wed, 29 Jan 2014 13:54:57 -0600 In-Reply-To: <52E9496E.2030702@att.net> References: <52E9496E.2030702@att.net> X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 19:55:01 -0000 On Wed, Jan 29, 2014, at 12:33, Kostas Oikonomou wrote: > The packages math/goblin and math/glpk can't both be installed in 9.2, > due to a conflict on a shared library they both try to install. > > Is it possible to use pkg to install a package in /opt, thus avoiding > the shared library problem in this case? > I can't see how to do this with pkg. The old pkg_add had this ability. > File a PR. They should be built in a way that they provide their own shared library under a unique name. This isn't too difficult to accomplish.