From owner-cvs-all@FreeBSD.ORG  Sun Jul  3 20:31:43 2005
Return-Path: <owner-cvs-all@FreeBSD.ORG>
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 7DE7D16A41C;
	Sun,  3 Jul 2005 20:31:43 +0000 (GMT)
	(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 3E0CD43D48;
	Sun,  3 Jul 2005 20:31:43 +0000 (GMT)
	(envelope-from marcus@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 j63KVhpT014297;
	Sun, 3 Jul 2005 20:31:43 GMT
	(envelope-from marcus@repoman.freebsd.org)
Received: (from marcus@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j63KVhps014296;
	Sun, 3 Jul 2005 20:31:43 GMT (envelope-from marcus)
Message-Id: <200507032031.j63KVhps014296@repoman.freebsd.org>
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Sun, 3 Jul 2005 20:31:43 +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/x11/gnomeapplets2 Makefile
 ports/x11/gnomeapplets2/files patch-battstat-acpi
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 03 Jul 2005 20:31:43 -0000

marcus      2005-07-03 20:31:43 UTC

  FreeBSD ports repository

  Modified files:
    x11/gnomeapplets2    Makefile 
    x11/gnomeapplets2/files patch-battstat-acpi 
  Log:
  Check to make sure we were able to open /var/run/devd.pipe successfully
  once before continually trying to reopen it.  Because of this, some users
  not using the devd patch to process dynamic ACPI updates were bitten by
  the file descriptor leak.  Thus, I am bumping PORTREVISION for this commit.
  
  Revision  Changes    Path
  1.83      +1 -1      ports/x11/gnomeapplets2/Makefile
  1.9       +227 -211  ports/x11/gnomeapplets2/files/patch-battstat-acpi