pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/distbb



Module name:    wip
Committed by:   cheusov
Date:           Fri Apr 22 21:49:14 UTC 2011

Modified Files:
        wip/distbb: Makefile PLIST distinfo

Log Message:

Update to 0.40.0

  As of this release completely new algorithm of building a dependency
  graph is used. By default old available binary packages
  (dependencies) are used for building dependent packages unless
  DEPENDS or BUILD_DEPENDS forbid this. As a result significantly less
  packages are rebuilt by bulk builds. Another effect is that
  incompatible changes in ABI overlooked by pkgsrc package maintainers
  may cause package breakages at run time. Also, incompatible changes
  in API may cause package failures at build time if bl3.mk was not
  updated properly.

  Error messages are saved to $meta_dir/errors.txt

  pkg_summary.txt is created under $meta_dir/
  and then is copied to final destination.

  Stage "post_build" was removed

  New configuration variable WEIGH_PACKAGES_CMD was added.
  It contains path to a program that weighs packages.
  It defaults to libexec/distbb/gen_weights.

  'paexec -W2' is used for selecting package to build first.

  Minor fixes in stage_gen_report.

  'distbb -r' after manual editing progress.txt doesn't cause failures
  in stage_gen_report anymore.

  dbb_* targets was removed.
  Available, Excluded, Vars etc. are used instead.

  Targets "install" and "deinstall" was removed from TARGETS.

  Fix for UNPRIV_USER mode on BSD systems.

  Clean-ups in default distbb.conf


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.20 -r1.21 wip/distbb/PLIST
cvs -z3 rdiff -u -r1.56 -r1.57 wip/distbb/distinfo
cvs -z3 rdiff -u -r1.78 -r1.79 wip/distbb/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/distbb/PLIST?r1=1.20&r2=1.21
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/distbb/distinfo?r1=1.56&r2=1.57
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/distbb/Makefile?r1=1.78&r2=1.79

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index