Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 17:51:27 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami)
To:        rdm@cfcl.com
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: retrieving and unpacking archives
Message-ID:  <199904270051.RAA21908@silvia.hip.berkeley.edu>
In-Reply-To: <v04020a2eb34a6836acee@Untitled> (message from Rich Morin on Mon, 26 Apr 1999 12:10:28 -0700)
References:   <v04020a2eb34a6836acee@Untitled>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Rich Morin <rdm@cfcl.com>
 * 
 * I want to maintain a set of unpacked package directories, corresponding
 * to the packages in the Ports Collection.  I do NOT want to patch, build,
 * or install the packages, just unpack them into specified places.

Not sure what you mean, do you want to unpack the distfiles?  And
where are the "specified places" you are talking about?

 * I am mirroring and unpacking the Ports Collection and mirroring the
 * distfiles directory, so most of the files I need should be on hand.  If
 * you are conversant with the Ports Collection Makefiles (and feeling
 * helpful :-), please drop me a line and we can discuss specifics...

Well, I'm fairly conversant I think but I'm certainly not helpful.
That said, a couple of hints:

make NO_DEPENDS=t extract

from /usr/ports should extract pretty much everything, and

make NO_DEPENDS=t WRKDIRPREFIX=/someplace extract

will put them all under /someplace/usr/ports/category/port/work

-PW


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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