From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:41:15 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 51CE016A4CE; Thu, 22 Jul 2004 05:41:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4958A43D1D; Thu, 22 Jul 2004 05:41:15 +0000 (GMT) (envelope-from marcus@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 i6M5fFUY086907; Thu, 22 Jul 2004 05:41:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5fFt8086906; Thu, 22 Jul 2004 05:41:15 GMT (envelope-from marcus) Message-Id: <200407220541.i6M5fFt8086906@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Jul 2004 05:41:15 +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/dbus Makefile pkg-install ports/devel/dbus/files dbus.sh patch-configure patch-dbus_dbus-sysdeps.c 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: Thu, 22 Jul 2004 05:41:15 -0000 marcus 2004-07-22 05:41:15 UTC FreeBSD ports repository Modified files: devel/dbus Makefile devel/dbus/files dbus.sh patch-dbus_dbus-sysdeps.c Added files: devel/dbus pkg-install devel/dbus/files patch-configure Log: * Fix the path to the dbus socket * Make sure the messagebus user and group are created, and block out uid/gid 556 for this * Delete the dbus.pid file as part of a stop_postcmd (dbus doesn't delete its own pid file) * Clean up some bash'isms in the KDE detection configure code * Make the strtod() Call more 4.X friendly by not passing hex to it Revision Changes Path 1.2 +5 -1 ports/devel/dbus/Makefile 1.2 +8 -1 ports/devel/dbus/files/dbus.sh 1.1 +20 -0 ports/devel/dbus/files/patch-configure (new) 1.2 +28 -1 ports/devel/dbus/files/patch-dbus_dbus-sysdeps.c 1.1 +36 -0 ports/devel/dbus/pkg-install (new)