From owner-freebsd-current@FreeBSD.ORG Tue Feb 25 15:32:00 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AB0F8A0 for ; Tue, 25 Feb 2014 15:32:00 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD6F168B for ; Tue, 25 Feb 2014 15:31:59 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id cc10so893874wib.17 for ; Tue, 25 Feb 2014 07:31:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=XIMXQimFADippSe7Dly4qQcnFwELkHdwehEMdcLJvNc=; b=pZgFijPSkr2pmLHkoDGTvuWauTCP9OrleQclIoc+b76X+d6YVcWOS877K4uvOpfkJa UoRhdftRX5Tzb569leO/R02mDPsskhWOlBKSqpMT12Dik46hzCJ26DBZroTuC/z6w5uP VZK1t4qXRbeknzBO+GtE3tqyjQvvfu4sFe8LZ+Si33QhwhYSpo59mNKAq1PsQ3eKh+kw o30uQPIURLAP4eT8D9Eo0OOZPzUE9Tv7IufICh+eu7e8GA3m/1eLPFSOB48kwQtRS+3+ LU9nE7m0kiPDZ69L6nknOgDYRx6+gITuWCBn0oe/FxY26VFXHcrpkq0fhfiVDG7JKB0M a0+Q== X-Received: by 10.194.192.233 with SMTP id hj9mr2712092wjc.78.1393342318559; Tue, 25 Feb 2014 07:31:58 -0800 (PST) Received: from gumby.homeunix.com (4e5670d1.skybroadband.com. [78.86.112.209]) by mx.google.com with ESMTPSA id r1sm1144005wia.5.2014.02.25.07.31.57 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 25 Feb 2014 07:31:57 -0800 (PST) Date: Tue, 25 Feb 2014 15:31:56 +0000 From: RW To: freebsd-current@freebsd.org Subject: Re: Import of DragonFly Mail Agent Message-ID: <20140225153156.3648c551@gumby.homeunix.com> In-Reply-To: References: <20140223211155.GS1699@ithaqua.etoilebsd.net> <530B67EA.1090102@FreeBSD.org> <45746.1393257416@critter.freebsd.dk> <17F7065F-5CE1-47CE-AB45-7356E78E243A@FreeBSD.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 15:32:00 -0000 On Mon, 24 Feb 2014 19:24:02 -0500 (EST) Benjamin Kaduk wrote: > On Mon, 24 Feb 2014, Lyndon Nerenberg wrote: > > > > > What would really help is if the ports fetch-recursive-list target > > could extend to reliably include the distfiles for the runtime > > dependencies as well. But I'm not even sure that's possible. We > > tried a few different things, but in the end we had to brute force > > it by running 'make fetch' in every one of the ports directories in > > order to get all the distfiles onto an external system, which we > > then rsynced to a USB drive, marched inside, and rsynced to the > > fileserver. Not pretty ... but with all the distfiles at hand we > > knew the inside ports builds wouldn't fail due to missing > > dependencies. > > I'm rather confused by why it isn't working for you. > http://svnweb.freebsd.org/ports/head/Mk/bsd.port.mk?revision=345884&view=markup#l5187 > is quite clearly looking in ALL-DEPENDS-LIST, which includes runtime > dependencies. The only thing I can think of is that non-default > configurations are in play, so that 'make config && make > config-recursive' should be (re-)run until it does not prompt, and > only then fetch-recursive-list be used. One oddity is that fetch-recursive-list generates a script that downloads all the files into the current directory. It doesn't take account of the fact that some ports look for their files are in a sub-directory.