Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2003 21:40:26 -0700 (PDT)
From:      Tom Hines <tom_hines@yahoo.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: pkg_add ignoring PKG_PATH!
Message-ID:  <20030415044026.52539.qmail@web11508.mail.yahoo.com>
In-Reply-To: <20030415042416.GA61882@rot13.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--- Kris Kennaway <kris@obsecurity.org> wrote:
> On Mon, Apr 14, 2003 at 08:28:52PM -0700, Tom Hines
> wrote:
> 
> > cp838536-b# set PKG_PATH=/usr/ports/packages/All
> 
> Set it to /usr/ports/packages/ instead; the
> subdirectories are
> automatically appended by pkg_add according to the
> canonical structure
> (see the layout of the package directories on the
> ftp site).
> 
> Kris

cp838536-b# set PKG_PATH=/usr/ports/packages
cp838536-b# pkg_add -n ispell-3.2.06_3.tgz
pkg_add: can't stat package file 'ispell-3.2.06_3.tgz'
pkg_add: 1 package addition(s) failed
cp838536-b# set PKG_PATH=/usr/ports/packages/
cp838536-b# pkg_add -n ispell-3.2.06_3.tgz
pkg_add: can't stat package file 'ispell-3.2.06_3.tgz'
pkg_add: 1 package addition(s) failed
cp838536-b# echo $PKG_PATH
/usr/ports/packages/

cp838536-b# uname -a
FreeBSD cp838536-b 4.8-STABLE FreeBSD 4.8-STABLE #0:
Sun Apr 13 01:06:43 EDT 2003    
tom@cp838536-b:/usr/obj/usr/src/sys/CUSTOM  i38


__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030415044026.52539.qmail>