From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:43:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1563C16A4CE; Tue, 28 Dec 2004 05:43:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E231943D31; Tue, 28 Dec 2004 05:43:40 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5heDF093657; Tue, 28 Dec 2004 05:43:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5hepT093656; Tue, 28 Dec 2004 05:43:40 GMT (envelope-from kris) Message-Id: <200412280543.iBS5hepT093656@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 05:43:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts buildscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:43:41 -0000 kris 2004-12-28 05:43:40 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: Fix the Xvfb code to run Xvfb before the build phase if detected (i.e. if the package lists a dependency on the relevant package in the PACKAGE_BUILDING case). This allows packages that require an available DISPLAY to again build (with some forthcoming fixes to existing ports). Improve the reporting of detected filesystem anomalies (extra files left behind after deinstallation, changes to and removal of pre-existing files) Revision Changes Path 1.18 +25 -15 ports/Tools/portbuild/scripts/buildscript