dougb 2009-08-21 04:00:41 UTC FreeBSD ports repository
Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Bug Fixes ========= 1. Rework the NO_DEP_UPDATES feature which is an optimization when you are updating or installing a port whose dependencies are all up to date. a. Stop using a temporary file for this feature, and instead utilize the existing IPC_SAVE mechanism b. Focus the toggling of this flag in update_port() so that it will always be unset when it needs to be (and not when it doesn't) [This is the actual bug fix] c. Add a flag that is global but not exported in dependency_check() so that the toggle in update_port() will know when (and when not) to fire 2. Set PM_BUILDING when it needs to be set in multiport() Enhancements ============ 1. Use globstrip() in multiport(), change the variable to match the parser, and add notes in the parser and multiport() to keep the code in synch (it's _just_ different enough so that a function doesn't make sense atm) 2. Replace globstrip sed kludge with more effcient shell pattern 3. Make the PM_BUILDING values more explicit to aid in debugging Revision Changes Path 2.10 +26 -20 ports/ports-mgmt/portmaster/files/portmaster.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"