From owner-freebsd-ports@FreeBSD.ORG Fri Mar 6 20:57:51 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CCA1065672; Fri, 6 Mar 2009 20:57:51 +0000 (UTC) (envelope-from a.heider@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 904988FC08; Fri, 6 Mar 2009 20:57:50 +0000 (UTC) (envelope-from a.heider@gmail.com) Received: by fxm2 with SMTP id 2so505646fxm.43 for ; Fri, 06 Mar 2009 12:57:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/e7iN1eKCEU/mn9Q36G7t6MTU53ImexT1F4Pl2YUYGA=; b=rYIiqGCRL2iNNnPSfR26IV0yo+ekLT26BZPo/PL3GtjurYxSEX2OkaS4oZX9eVE9Gr NK0Y9Ofe1whCc8NvBj7GYpj2iFN+3nzG8vLdLGi2oZAzOn7Bivn9+1onhL2ZLg2BtZ8f kOURVuJptIHLVJ+vw8TmVapgI38CeOxcCyDFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Z7Nqcl+kbalb62oa18pFUf82wKIlp3IPak+0lH72X++ysfSfGz6ILCxFrhBUiPQNtl 2LmmBy+AYv8hWibbrF/pAMpEE8uE3kg/8EIrc+n+ZIWDFAu1x9uqtUSYReSa/EJsQ5HL vBdd+9PiLGokCjicsR7XeE61MMPUY7DBMk72s= MIME-Version: 1.0 Received: by 10.103.12.8 with SMTP id p8mr1266500mui.44.1236373069527; Fri, 06 Mar 2009 12:57:49 -0800 (PST) In-Reply-To: <49B18BCC.6090005@freebsd.org> References: <20090303232459.GB1091@medusa.sysfault.org> <49B18BCC.6090005@freebsd.org> Date: Fri, 6 Mar 2009 21:57:49 +0100 Message-ID: From: Andre Heider To: Joe Marcus Clarke Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Marcus von Appen , freebsd-ports@freebsd.org Subject: Re: SDL / Pulseaudio X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 20:57:51 -0000 On Fri, Mar 6, 2009 at 9:47 PM, Joe Marcus Clarke wrot= e: > This only works with procfs mounted on /proc, but given that many GNOME > components already require this, it's probably not a big deal here. It does, and the right way would be to add a fallback string or something, so the issue is fixed for every other platform out there. I'm not even sure if this should be fixed in pulseaudio itself, but at least the current version abort()s if the passed app name is NULL and using PULSE_SERVER. > One thing I've done in console-kit, for example, is to print a message > when procfs is not mounted. =A0Perhaps something could be added in SDL as > well if the fopen() fails. Sounds like a good idea, but I'm not even sure what that string is used for - apart from the visible entry in apps like pavucontrol. Regards, Andre