From owner-freebsd-ports Mon Jul 12 17:16:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id C7AC615198 for ; Mon, 12 Jul 1999 17:16:28 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp1608.on.bellglobal.com [206.172.249.72]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id UAA19572; Mon, 12 Jul 1999 20:17:53 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id UAA24287; Mon, 12 Jul 1999 20:16:00 -0400 (EDT) (envelope-from tim) Date: Mon, 12 Jul 1999 20:15:59 -0400 From: Tim Vanderhoek To: Joao Carlos Mendes Luis Cc: ports@FreeBSD.org Subject: Re: bsd.port.mk Message-ID: <19990712201559.D19425@mad> References: <19990712005620.54729@ravel.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990712005620.54729@ravel.ufrj.br>; from Joao Carlos Mendes Luis on Mon, Jul 12, 1999 at 12:56:20AM -0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 12, 1999 at 12:56:20AM -0300, Joao Carlos Mendes Luis wrote: > Hi, > > Is there an option in ports Makefiles to fetch not only the current > port distfiles, but also all dependencies distfiles ? There is a PR on this, but you can probably do, $ cd my-favourite-port $ for port in `make build-depends-list run-depends-list` do cd $port make checksum make checksum done Incidentally, I seem to remember that the related bugreport that adds a fetch-recursive has a much more complicated solution. I'm not sure if it is superior or not. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message