From owner-cvs-all@FreeBSD.ORG Fri Aug 6 12:25:55 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 2FD1816A4CE; Fri, 6 Aug 2004 12:25:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1099143D46; Fri, 6 Aug 2004 12:25:55 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i76CPsTo013419; Fri, 6 Aug 2004 12:25:54 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i76CPsRS013418; Fri, 6 Aug 2004 12:25:54 GMT (envelope-from lofi) Message-Id: <200408061225.i76CPsRS013418@repoman.freebsd.org> From: Michael Nottebrock Date: Fri, 6 Aug 2004 12:25:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/valgrind Makefileports/devel/valgrind-snapshot Makefile 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: Fri, 06 Aug 2004 12:25:55 -0000 lofi 2004-08-06 12:25:54 UTC FreeBSD ports repository Modified files: devel/valgrind Makefile devel/valgrind-snapshot Makefile Log: Instead of just checking for PACKAGE_BUILDING, don't let the check for procfs stop the portbuild at all. Displaying a warning is fine, breaking the build over a runtime requirement that does not break building the port is not. Revision Changes Path 1.5 +0 -3 ports/devel/valgrind-snapshot/Makefile 1.6 +0 -3 ports/devel/valgrind/Makefile