From owner-freebsd-ports Sun Jan 10 16:54:43 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08364 for freebsd-ports-outgoing; Sun, 10 Jan 1999 16:54:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA08356 for ; Sun, 10 Jan 1999 16:54:41 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 12246 invoked by uid 100); 11 Jan 1999 00:54:08 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 11 Jan 1999 00:54:08 -0000 Date: Sun, 10 Jan 1999 16:54:08 -0800 (PST) From: Mike Meyer To: Steve Price cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9422 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nope - I'm not setting it at all. Like I said, I don't deal with packages very often. Having played with it, it looks like the command in the docs should be: PKG_PATH=`pwd` pkg_add `make package-name` for sh users, anyway. Either that, or a step needs to be added to copy the package file created by "make package" to the right place. Or maybe just clarifying this, so that when you get people who don't deal with packages submitting ports, it avoids the problem. Date: Sun, 10 Jan 1999 18:27:23 -0600 (CST) > From: Steve Price > To: Mike Meyer > Cc: freebsd-ports@FreeBSD.ORG > Subject: Re: ports/9422 > > On Sun, 10 Jan 1999, Mike Meyer wrote: > > # Ok, I don't deal with packages very often. Every time I try one, it > # tells me "can't find package." I asked jkh what was up (as the port > # was otherwise fine), and was told this looked like a bug. > # > # So, given that I've got a port that portlint says is fine, and the > # make install/deinstall/reinstall all work fine, and 'make package' > # leaves me with a .tgz file, why is this one failing? > > Ah, now I see. Are you setting PKG_PATH in your environment > or on the commandline? 'man pkg_add' for a description of it. > I put it in my .profile because I kept forgetting. :) > > -steve > > # The port in question was just submitted as t1utils-1.8. I can send you > # a copy as well if you'd like. > # > # Thanx, > # > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message