Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id F13FD63B99A for ; Thu, 31 Jul 2008 14:03:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7757563B434; Thu, 31 Jul 2008 14:03:17 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id A4F8C63B42E for ; Thu, 31 Jul 2008 14:03:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 18F5C175D0; Thu, 31 Jul 2008 14:03:16 +0000 (UTC) From: Matthias Drochner Subject: CVS commit: pkgsrc/audio/esound To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org Message-Id: <20080731140316.18F5C175D0@cvs.netbsd.org> Date: Thu, 31 Jul 2008 14:03:16 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: drochner Date: Thu Jul 31 14:03:16 UTC 2008 Modified Files: pkgsrc/audio/esound: Makefile distinfo Added Files: pkgsrc/audio/esound/patches: patch-ac Log Message: In the new nonblocking write code, abort on write errors, especially on EPIPE. This fixes Gnome session hangs if sounds are switched off. See Gnome bugzilla #542391 for details. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -r1.70 -r1.71 pkgsrc/audio/esound/Makefile cvs rdiff -r1.25 -r1.26 pkgsrc/audio/esound/distinfo cvs rdiff -r0 -r1.5 pkgsrc/audio/esound/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.