From owner-cvs-all@FreeBSD.ORG Fri Oct 27 02:05:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 4F60A16A412; Fri, 27 Oct 2006 02:05:31 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A7AE43D77; Fri, 27 Oct 2006 02:05:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9R25UGI090177; Fri, 27 Oct 2006 02:05:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9R25UbN090176; Fri, 27 Oct 2006 02:05:30 GMT (envelope-from marcus) Message-Id: <200610270205.k9R25UbN090176@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 27 Oct 2006 02:05:30 +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/devel/dbus Makefile ports/devel/dbus/files patch-dbus_dbus-sysdeps-util-unix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Oct 2006 02:05:31 -0000 marcus 2006-10-27 02:05:30 UTC FreeBSD ports repository Modified files: devel/dbus Makefile devel/dbus/files patch-dbus_dbus-sysdeps-util-unix.c Log: Add a missing #include to correct a problem where dbus would refuse to launch if /usr/local or /usr/X11R6 were NFS mounts. The error seen would be: Failed to start message bus: Can't calculate buffer size when reading directory Approved by: portmgr (implicit) Revision Changes Path 1.55 +1 -1 ports/devel/dbus/Makefile 1.2 +11 -3 ports/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c