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 Oct 24 11:02:08 UTC 2008

Modified Files:
        wip/distbb: Makefile distinfo

Log Message:

updated to 0.22.1

  FIXED typo in stage_gen_report:
       packages_failed_prev_cnt(bug) -> packages_failed_deps_cnt(ok)

  Workaround for the following bug in Korn shell.
     Seen on Interix's /bin/sh, FreeBSD's /bin/sh (and NetBSD's /bin/ksh)

       0 ~>cat /home/cheusov/tmp/1.sh
       #!/bin/sh
       set -e
       if eval false; then
           echo 'Really?'
       fi
       echo "Ok"
       0 ~>/bin/sh /home/cheusov/tmp/1.sh # good
       Ok
       0 ~>/bin/ksh /home/cheusov/tmp/1.sh # bad
       1 ~>

  DISTBB feature list in README


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.29 -r1.30 wip/distbb/distinfo
cvs -z3 rdiff -u -r1.40 -r1.41 wip/distbb/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/distbb/distinfo?r1=1.29&r2=1.30
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/distbb/Makefile?r1=1.40&r2=1.41

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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