From owner-freebsd-emulation@FreeBSD.ORG Sun Dec 2 10:00:01 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 7D53DD34 for ; Sun, 2 Dec 2012 10:00:01 +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 62F938FC08 for ; Sun, 2 Dec 2012 10:00:01 +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 qB2A01et045219 for ; Sun, 2 Dec 2012 10:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB2A01xW045215; Sun, 2 Dec 2012 10:00:01 GMT (envelope-from gnats) Date: Sun, 2 Dec 2012 10:00:01 GMT Message-Id: <201212021000.qB2A01xW045215@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org Cc: From: Boris Samorodov 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: Boris Samorodov List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 10:00:01 -0000 The following reply was made to PR ports/169896; it has been noted by GNATS. From: Boris Samorodov To: bug-followup@FreeBSD.org, jbeich@tormail.org Cc: Subject: Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default Date: Sun, 02 Dec 2012 13:58:08 +0400 OK, seems that now I understand the problem a bit deeper. Linuxolator is not aware of LOCALBASE, it just strips LINUXBASE while searchig a file. I was wrong at my previous assumption. Back to the PR. 1. The best way here is to create a link from existing configuration file LOCALBASE/etc/asound.conf to LINUXBASE/etc. That way a use has only one source file to edit/configure. I assume here that both native FreeBSD and Linux files must be identical, but I'm not an expert here. 2. There is no guaranty that LOCALBASE/etc/asound.conf already exists at the target machine. Than a configuration file at LINUXBASE should be created. 3. And don't forget, that those steps should be used for packages as well. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve