Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D6C2363B873 for ; Tue, 15 Jun 2010 19:23:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4CB7763B2CF; Tue, 15 Jun 2010 19:23:57 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 74FBE63B125 for ; Tue, 15 Jun 2010 19:23:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 67ECA175DD; Tue, 15 Jun 2010 19:23:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 15 Jun 2010 19:23:56 +0000 From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20100615192356.67ECA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: joerg Date: Tue Jun 15 19:23:56 UTC 2010 Modified Files: pkgsrc/mk/pbulk: pbulk-index.mk pkgsrc/mk/pkginstall: bsd.pkginstall.mk Log Message: Allow pre-install for USERGROUP_PHASE. This is intended for PKG_DESTDIR_SUPPORT=destdir packages, that don't otherwise need the user/group during build. Export USERGROUP_PHASE for the sake of pbulk. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/mk/pbulk/pbulk-index.mk cvs rdiff -u -r1.49 -r1.50 pkgsrc/mk/pkginstall/bsd.pkginstall.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.