Date: Sun, 13 May 2007 17:32:53 -0500 From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: Pav Lucistnik <pav@freebsd.org> Cc: "\[LoN\]Kamikaze" <LoN_Kamikaze@gmx.de>, freebsd-ports@freebsd.org, Kris Kennaway <kris@obsecurity.org> Subject: Re: Time to abandon recursive pulling of dependencies? Message-ID: <46479215.1080401@math.missouri.edu> In-Reply-To: <20070513101332.L82202@math.missouri.edu> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> <4646193E.5040503@gmx.de> <464665D5.1090509@math.missouri.edu> <464676CC.2000203@math.missouri.edu> <46469BF5.9030603@math.missouri.edu> <1179058696.13237.3.camel@ikaros.oook.cz> <20070513101332.L82202@math.missouri.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
I have looked into making the registration and package-building process even faster. It seems to me that the easiest way would be to redesign the package database so that it also includes a package-name/+DEPENDENCIES file, which would be a kind of reverse of package-name/+REQUIRED_BY. This could be used instead of "make package-depends" in creating PKG_ARGS in bsd.port.mk. Creating +DEPENDENCIES would be very easy - you "cat" together the files of the immediate dependencies ${RUN_LIB_DEPENDS} and do a "uniq" to the final result. Stephen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46479215.1080401>