pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/tinderbox-dragonfly



Module Name:    pkgsrc
Committed By:   marino
Date:           Mon Nov 14 02:00:20 UTC 2011

Modified Files:
        pkgsrc/pkgtools/tinderbox-dragonfly: Makefile PLIST distinfo options.mk
        pkgsrc/pkgtools/tinderbox-dragonfly/patches: patch-aa patch-ai patch-aj
            patch-ar patch-as patch-av patch-aw
Added Files:
        pkgsrc/pkgtools/tinderbox-dragonfly/files: add_all_packages.sh.in
        pkgsrc/pkgtools/tinderbox-dragonfly/patches: patch-ah
Removed Files:
        pkgsrc/pkgtools/tinderbox-dragonfly/patches: patch-ax patch-ay

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)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/tinderbox-dragonfly/Makefile \
    pkgsrc/pkgtools/tinderbox-dragonfly/PLIST \
    pkgsrc/pkgtools/tinderbox-dragonfly/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/tinderbox-dragonfly/options.mk
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/pkgtools/tinderbox-dragonfly/files/add_all_packages.sh.in
cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-aa \
    pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ai \
    pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-aj \
    pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ar \
    pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-as \
    pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-av \
    pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-aw
cvs rdiff -u -r0 -r1.1 pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ah
cvs rdiff -u -r1.1 -r0 pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ax \
    pkgsrc/pkgtools/tinderbox-dragonfly/patches/patch-ay

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




Home | Main Index | Thread Index | Old Index