From owner-cvs-all Wed Jan 9 7: 9:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F272437B42B; Wed, 9 Jan 2002 07:09:25 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g09F9PR31667; Wed, 9 Jan 2002 07:09:25 -0800 (PST) (envelope-from lioux) Message-Id: <200201091509.g09F9PR31667@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 9 Jan 2002 07:09:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xsidplay Makefile pkg-plist ports/audio/xsidplay/files patch-src:audio:AudioDriver.cpp patch-src:audio:linux:AudioDriver.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/01/09 07:09:25 PST Modified files: audio/xsidplay Makefile pkg-plist Added files: audio/xsidplay/files patch-src:audio:AudioDriver.cpp patch-src:audio:linux:AudioDriver.cpp Log: o xsidplay tries to access /dev/sound/dsp (linuxism) when it cannot have exclusive access to /dev/dsp. This may cause lockups and all sort of problems. Fix it. o It is an X application, USE_X_PREFIX o Assign maintainership to submitter PR: 33722 Submitted by: John Merryweather Cooper Revision Changes Path 1.18 +10 -5 ports/audio/xsidplay/Makefile 1.1 +33 -0 ports/audio/xsidplay/files/patch-src:audio:AudioDriver.cpp (new) 1.1 +33 -0 ports/audio/xsidplay/files/patch-src:audio:linux:AudioDriver.cpp (new) 1.3 +23 -0 ports/audio/xsidplay/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message