From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 30 09:50:02 2012 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48ED6BDA for ; Fri, 30 Nov 2012 09:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDDE8FC12 for ; Fri, 30 Nov 2012 09:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU9o2qY086276 for ; Fri, 30 Nov 2012 09:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAU9o2MP086275; Fri, 30 Nov 2012 09:50:02 GMT (envelope-from gnats) Date: Fri, 30 Nov 2012 09:50:02 GMT Message-Id: <201211300950.qAU9o2MP086275@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org Cc: From: Jan Beich Subject: Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jan Beich List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2012 09:50:02 -0000 The following reply was made to PR ports/169896; it has been noted by GNATS. From: Jan Beich To: bug-followup@freebsd.org Cc: Subject: Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default Date: Fri, 30 Nov 2012 21:45:52 +1200 --=-=-= Content-Type: text/plain So, what's holding this? linux-firefox still has no sound without the fix. Here's an another way (linux_base-style like ports/174012): --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=symlink.diff Index: audio/linux-f10-alsa-lib/Makefile =================================================================== --- audio/linux-f10-alsa-lib/Makefile (revision 307884) +++ audio/linux-f10-alsa-lib/Makefile (working copy) @@ -25,4 +25,7 @@ RPMVERSION= 2.fc10 BRANDELF_FILES= usr/bin/aserver USE_LDCONFIG= yes +post-install: + ${LN} -sf ${LOCALBASE}/etc/asound.conf ${LINUXBASE}/etc/asound.conf + .include --=-=-=--