From owner-cvs-all@FreeBSD.ORG Tue Jul 27 00:16:33 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 6BB7216A4CE; Tue, 27 Jul 2004 00:16:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E0543D39; Tue, 27 Jul 2004 00:16:33 +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 i6R0GXgk006132; Tue, 27 Jul 2004 00:16:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6R0GXxY006131; Tue, 27 Jul 2004 00:16:33 GMT (envelope-from marcus) Message-Id: <200407270016.i6R0GXxY006131@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 Jul 2004 00:16:33 +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 ports/devel/dbus/files dbus.sh patch-configure patch-python_Makefile.in patch-python_dbus_bindings.pyx.in 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, 27 Jul 2004 00:16:33 -0000 marcus 2004-07-27 00:16:33 UTC FreeBSD ports repository Modified files: devel/dbus Makefile devel/dbus/files dbus.sh patch-configure Added files: devel/dbus/files patch-python_Makefile.in patch-python_dbus_bindings.pyx.in Log: * Fix local session socket support * Fix rc.d script variable initialization * Add support for slave ports (needed for upcoming py-dbus) Revision Changes Path 1.3 +11 -8 ports/devel/dbus/Makefile 1.3 +4 -3 ports/devel/dbus/files/dbus.sh 1.2 +24 -3 ports/devel/dbus/files/patch-configure 1.1 +21 -0 ports/devel/dbus/files/patch-python_Makefile.in (new) 1.1 +14 -0 ports/devel/dbus/files/patch-python_dbus_bindings.pyx.in (new)