From owner-freebsd-hackers Fri Oct 17 22:57:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA29684 for hackers-outgoing; Fri, 17 Oct 1997 22:57:13 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA29679 for ; Fri, 17 Oct 1997 22:57:10 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id WAA11060; Fri, 17 Oct 1997 22:57:15 -0700 (PDT) To: hubertf@NetBSD.ORG cc: freebsd-hackers@FreeBSD.ORG Subject: Re: pkg_add glitch In-reply-to: Your message of "17 Oct 1997 23:01:31 -0000." <19971017230131.17696.qmail@mail.NetBSD.ORG> Date: Fri, 17 Oct 1997 22:57:14 -0700 Message-ID: <11056.877154234@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > during importing the latest pkg_install tools from FreeBSD into > NetBSD, I have fixed a bug that affects installing local packages > (3rd point below): > > - most important: do string-magic on the right variable when trying > to find dependent packages on the local disk (i.e. package given as > filename, not URL) > > Besides that, the patch below does: > > - document $PKG_PATH > - use -v on pkg_add for dependent packages (forgot on last commit) > > I hope that you can make use of this! :-) We can indeed, thanks! All of your changes have been committed. Jordan