Date: Mon, 24 Feb 2014 19:24:02 -0500 (EST) From: Benjamin Kaduk <kaduk@MIT.EDU> To: Lyndon Nerenberg <lyndon@orthanc.ca> Cc: freebsd-current@freebsd.org Subject: Re: Import of DragonFly Mail Agent Message-ID: <alpine.GSO.1.10.1402241921020.1213@multics.mit.edu> In-Reply-To: <BAC116F6-6C6C-4CB3-B4C5-680C06096D54@orthanc.ca> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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. I suppose there could be broken ports that always prompt (ISTR kde used to do this), but I thought we had moved away from that. -Ben
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.GSO.1.10.1402241921020.1213>