Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 15:31:56 +0000
From:      RW <rwmaillists@googlemail.com>
To:        freebsd-current@freebsd.org
Subject:   Re: Import of DragonFly Mail Agent
Message-ID:  <20140225153156.3648c551@gumby.homeunix.com>
In-Reply-To: <alpine.GSO.1.10.1402241921020.1213@multics.mit.edu>
References:  <20140223211155.GS1699@ithaqua.etoilebsd.net> <530B67EA.1090102@FreeBSD.org> <D39456D8-88D1-4617-825C-44B30890FBD8@orthanc.ca> <45746.1393257416@critter.freebsd.dk> <ACBDDBE2-34C5-4F8D-8803-D42686C526C7@orthanc.ca> <17F7065F-5CE1-47CE-AB45-7356E78E243A@FreeBSD.org> <BAC116F6-6C6C-4CB3-B4C5-680C06096D54@orthanc.ca> <alpine.GSO.1.10.1402241921020.1213@multics.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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. 



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