From owner-freebsd-ports@FreeBSD.ORG Fri Jan 16 16:38:56 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60C92106566B; Fri, 16 Jan 2009 16:38:56 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 071A98FC24; Fri, 16 Jan 2009 16:38:54 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA05237; Fri, 16 Jan 2009 18:38:52 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4970B81B.906@icyb.net.ua> Date: Fri, 16 Jan 2009 18:38:51 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.18 (X11/20081124) MIME-Version: 1.0 To: FreeBSD Ports References: <497082F3.2080606@icyb.net.ua> In-Reply-To: <497082F3.2080606@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , Florent Thoumie , Maxim Sobolev Subject: Re: pkg_info: package files checked before installed packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 16:38:57 -0000 on 16/01/2009 14:52 Andriy Gapon said the following: > [people who "touched" pkg_info recently are CC-ed] > > Please see a prior discussion here: > http://docs.freebsd.org/cgi/mid.cgi?496F360E.1000508 > and especially this post: > http://docs.freebsd.org/cgi/mid.cgi?7d6fde3d0901152330p32c51b64i212c660c0aaeb04c > > So it is obvious from code in usr.sbin/pkg_install/info/perform.c, > function pkg_do() that if for a given name there is both a package file > in a defined packages directory and also an installed package, then > pkg_info would work on the package file. Additional info - this issue manifests itself if PKG_PATH env var points to a directory with (full of) packages. Apparently portupgrade sets it so (maybe -p option is needed for that). > I do not think that this is either obvious/intuitive or even correct. > At the very list there should be an option to control this behavior. > > I have a system where I keep package files for all installed/built > packages and pkg_info acts very nasty there, especially when working on > all packages. > -- Andriy Gapon