Subject: CVS commit: pkgsrc/pkgtools/tinderbox-dragonfly
From: John Marino
Date: 2011-11-14 03:00:20
Message id: 20111114020020.90EE1175DD@cvs.netbsd.org

Log Message:
pkgtools/tinderbox-dragonfly: Several bug fixes

This update of tinderbox addresses several issues:
 1) Updates obsolete failure message on options.mk
 2) Adds support for PKG_DEVELOPER=yes
 3) Switches build failure default to build only once, twice is the option.
 4) Merge BOOTSTRAP_DEPENDS with FETCH_DEPENDS in order to maintain the
    same database structure as Tinderbox.  Removes two patches.
 5) Change behavior where leftover files immediately after package deinstall
    is no longer considered an error, but still list the files that do this.
 6) Add a way out of an infinite recursion loop as seen when the package
    name changed between portbuild and buildscript (considered a safeguard).
 7) Push the package name from portbuild to buildscript to avoid issue with
    php5 packages getting renamed to php53 (for example), which was the
    cause for the infinite loop on lang/pear.
 8) Fix enterbuild by allowing it to properly detected when the port has
    entered the sleep state.
 9) Fix php/pgsql bug on row limiting, should be fixed upstream for next
    released.  Requires old patch to be reincarnated.
10) Fix PLIST, several files were missing
11) Add utility script to add all 10K packages to database (this takes
    several hours to do)

Files:
RevisionActionfile
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/Makefile
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/PLIST
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/distinfo
1.3modifypkgsrc/pkgtools/tinderbox-dragonfly/options.mk
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-aa
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ai
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-aj
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ar
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-as
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-av
1.2modifypkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-aw
1.1addpkgsrc/pkgtools/tinderbox-dragonfly/files/add_all_packages.sh.in
1.1addpkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ah
1.1removepkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ax
1.1removepkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ay