From owner-cvs-ports@FreeBSD.ORG Sun Jul 29 19:35:01 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B7D516A418; Sun, 29 Jul 2007 19:35:01 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76DCD13C459; Sun, 29 Jul 2007 19:35:01 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6TJZ19O067501; Sun, 29 Jul 2007 19:35:01 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6TJZ1gN067500; Sun, 29 Jul 2007 19:35:01 GMT (envelope-from kris) Message-Id: <200707291935.l6TJZ1gN067500@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 29 Jul 2007 19:35:01 +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/Tools/portbuild/scripts buildscript X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 19:35:01 -0000 kris 2007-07-29 19:35:01 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: * Remove vestiges of procfs mounting/umounting from here; we have to do it in portbuild from outside the jail thesedays * Ignore /var/db/fontconfig which does not get restored to pristine state * Save copies of master.passwd and groups and check them after the build for changes, to look for user/group additions that may not be correctly registered in UIDs/GIDs. Future work will hopefully automatically check against those files and make unregistered IDs a fatal condition * Correct logic mistake that was keeping distfiles for collection when the checksum mismatched Revision Changes Path 1.30 +15 -23 ports/Tools/portbuild/scripts/buildscript