Hello,

At Sun, 03 Feb 2008 03:01:51 +0100,
Jean-Francois Mertens wrote:
> 
> This is really wonderful !
> 
Thank you!

> To be clear : was this build done (guessing
> from the results) removing for each build
> all pkgs that were not required by fink for
> that build ?
> 
Yes. If you want to know the details of the build script,
see README in the log directory. This build script,
which is called fink-build-forever, is made by
ASARI Takashi and AIDA Shinra @ Todai Fink Team.

Roughly speaking, the main routine of fink-build-forever
is very simple:

while read pkg; do
   removeall
   fink -y build ${pkg}
done
fink validate /path/to/*.deb
fink selfupdate

and go back to the beginning. The variable ${pkg} is
the list of all Fink packages, in alphabetical order.

See README for the details.

Thanks,
Tomoaki Okayama

> And: was it done in strict build-order _
> i.e., using as required dependencies only
> other pkgs built in the same sequence ?
> 
> Thanks a lot !
> 
> JF Mertens

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to