From owner-cvs-all@FreeBSD.ORG Fri Aug 21 04:00:41 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E833106568C; Fri, 21 Aug 2009 04:00:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4C88FC16; Fri, 21 Aug 2009 04:00:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7L40fMj051933; Fri, 21 Aug 2009 04:00:41 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7L40f1t051932; Fri, 21 Aug 2009 04:00:41 GMT (envelope-from dougb) Message-Id: <200908210400.n7L40f1t051932@repoman.freebsd.org> From: Doug Barton Date: Fri, 21 Aug 2009 04:00:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2009 04:00:41 -0000 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