From owner-freebsd-ports@FreeBSD.ORG Sun Aug 8 04:19:01 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84FFA106566B; Sun, 8 Aug 2010 04:19:01 +0000 (UTC) (envelope-from 849372@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1CDE18FC08; Sun, 8 Aug 2010 04:19:00 +0000 (UTC) Received: by qwg5 with SMTP id 5so5076226qwg.13 for ; Sat, 07 Aug 2010 21:19:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=6drEGFgtX8T2LtOTV8Zzr8NUQzrah4Ms8JSgIkGWARI=; b=Mclh4m6ptkV6pbzrG6VVS+5OrFKeegaR70hf8LRAL7t9LLtvZJC4ekQKa8zl8LzYvG mZrFppEeyF8ICXyzFgHcR+4QWV90IOn1FK8UYjniZcYGnB/gr6OSjKnLnMkC5lwZD3kh 5Qq5HoobW4/Mg+40b5upPivFJngFAJDKS0+cA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=qezF5/o3nAx713CWKQyUSlaAT/xQgTPHW9mBrKui5wCjsSx2i1M12q3aSyV5gso75K fm3DZnrv4cS/NVs/lmqkXnK1XE4d629tFAN+5ZVeFCoBgw+H/O00LiRfeWKVbvbAV/pt Hj2GMGOxUi25rbvyuuDrS4uflItfdUI2EGuuY= MIME-Version: 1.0 Received: by 10.220.162.148 with SMTP id v20mr9041088vcx.36.1281241140031; Sat, 07 Aug 2010 21:19:00 -0700 (PDT) Sender: 849372@gmail.com Received: by 10.220.187.68 with HTTP; Sat, 7 Aug 2010 21:18:59 -0700 (PDT) In-Reply-To: <4C5C9C1B.5080804@FreeBSD.org> References: <4C5C9C1B.5080804@FreeBSD.org> Date: Sat, 7 Aug 2010 23:48:59 -0430 X-Google-Sender-Auth: YAc8CeUdOMe_hzTBxIGgJIW6ZUA Message-ID: From: Andres Perera To: Doug Barton Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org Subject: Re: portmaster and environ from pkg_install tools (was: i keep *trying* to move from portupgrade to portmaster) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: 849372@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 04:19:01 -0000 On Fri, Aug 6, 2010 at 7:04 PM, Doug Barton wrote: > On 08/06/2010 16:01, Andres Perera wrote: >> On Fri, Aug 6, 2010 at 5:41 PM, Doug Barton wrote: >>> On 08/06/2010 15:03, Adam Vande More wrote: >>> >>>> While your in the mood for for taking portmaster suggestions, >>> >>> I am always in the mood for taking suggestions. :) >>> >> >> On that note, I suggest that portmaster should fallback on PKG_PATH, >> which is explained in pkg_add(1), if LOCAL_PACKAGEDIR isn't defined. > > It uses PACKAGES if LOCAL_PACKAGEDIR is not defined, which is a > throwback to the days before package installation support because it > uses that location for other things too. > The problem is that PM_PACKAGES_LOCAL requires LOCAL_PACKAGEDIR regardless. That inconsistency aside, PACKAGES definately makes more sense now. Andres