From owner-cvs-ports@FreeBSD.ORG Fri Jul 10 06:57:16 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66DCC10657DC; Fri, 10 Jul 2009 06:57:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55BA18FC23; Fri, 10 Jul 2009 06:57:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6A6vGVv072146; Fri, 10 Jul 2009 06:57:16 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6A6vGP6072145; Fri, 10 Jul 2009 06:57:16 GMT (envelope-from marcus) Message-Id: <200907100657.n6A6vGP6072145@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 10 Jul 2009 06:57:16 +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/audio/pulseaudio Makefile ports/audio/pulseaudio/files patch-src_modules_module-oss.c patch-ubuntu-bundle X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 06:57:16 -0000 marcus 2009-07-10 06:57:16 UTC FreeBSD ports repository Modified files: audio/pulseaudio Makefile audio/pulseaudio/files patch-ubuntu-bundle Added files: audio/pulseaudio/files patch-src_modules_module-oss.c Log: Fix pulseaudio's interaction with OSS on FreeBSD. Most notably, use the fixer file descriptor when executing mixer-rleated ioctls. It was only luck that this used to work with the DSP file descriptor, but broke when vpc was introduced in -CURRENT. Thanks to ariff for tracking this down. Submitted by: ariff Revision Changes Path 1.43 +1 -1 ports/audio/pulseaudio/Makefile 1.1 +24 -0 ports/audio/pulseaudio/files/patch-src_modules_module-oss.c (new) 1.2 +3 -1 ports/audio/pulseaudio/files/patch-ubuntu-bundle