From owner-freebsd-questions Mon Jun 7 18:18:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 9B744150D5 for ; Mon, 7 Jun 1999 18:18:14 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-132.dialup.HiWAAY.net [216.180.14.132]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id UAA04002 for ; Mon, 7 Jun 1999 20:18:12 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id UAA06080 for ; Mon, 7 Jun 1999 20:18:07 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199906080118.UAA06080@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-questions@freebsd.org Subject: /usr/ports: recursive "make fetch"? From: David Kelly Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 07 Jun 1999 20:18:07 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my dialup connection I'd like to be able to prefetch all the elements of a complex port such as /usr/ports/x11/kde11. Then drop the line. And *then* compile. "make fetch" does not recurse into the sub-ports of a combinded port such as kde11. I'm interested in a fetch which walks the tree much like "make clean". Currently "make install" fetches as needed, compiles, fetches, compiles, etc. Right now I'm manually prefetching while kde11 is compiling. ports(7) lists some interesting targets. "fetch-list" doesn't seem to work, else I simply don't understand its output: nospam: {1091} pwd /home/ports/misc/kdeutils11 nospam: {1092} make fetch-list /usr/bin/env /usr/bin/fetch -A ftp://ftp.us.kde.org/pub/kde/stable/1.1.1/distrib ution/tar/generic/source/bz2/kdeutils-1.1.1.tar.bz2 ||echo kdeutils-1.1.1.tar.b z2 not fetched nospam: {1093} make depends-list make: don't know how to make depends-list. Stop nospam: {1094} make package-depends giflib-3.0 XFree86-3.3.3.1 jpeg-6b qt-1.42 Mesa-3.0 XFree86-3.3.3.1 XFree86-3.3.3.1 kdelibs-1.1.1 giflib-3.0 XFree86-3.3.3.1 jpeg-6b png-1.0.3 tiff-3.4b37 jpeg-6b qt-1.42 Mesa-3.0 XFree86-3.3.3.1 XFree86-3.3.3.1 nospam: {1095} "depends-list" is documented but apparently no longer exists. "package-depends" is interesting in that its listing the ports needed. Listed by package name and not ports directory. :-( -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message