From owner-freebsd-ports@FreeBSD.ORG Tue Mar 3 23:28:11 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 E2CB6106566B for ; Tue, 3 Mar 2009 23:28:11 +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 493FD8FC08 for ; Tue, 3 Mar 2009 23:28:10 +0000 (UTC) (envelope-from a.heider@gmail.com) Received: by fxm2 with SMTP id 2so2611474fxm.43 for ; Tue, 03 Mar 2009 15:28:10 -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:content-type :content-transfer-encoding; bh=DgAxxXPr4RMahGiRXyiVQ087PBiPhGX9ch76lbJSiE4=; b=dNdpGQr15Lb+ml80kYuBoZcMUaVBiFT6t8I+hH49Q6WQHPBcAiUwPUTyAc23VLIdPi Ac96CkcJ4IEaxyZQ9h/UCHKvT6dWzaklFvmUTzhtsEPXxwEhqRTkoUs8zpVAcZmjo7Qk 7thzX3gNGycW+N95zb+PVZT3W84UxM66MRFho= 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 :content-type:content-transfer-encoding; b=uXgjfiZtxKLId1fIkLJtX9Ywylc0jS2PqM032y+b6C5CPKi8U5XH9rDZ/ohxXN/HEQ LSHJ8OkC4Wev0FvysGaXCuqqk6q+65jpnl2aiDXYyRwtrZZ6O3MIR+Jo7oquc3hERnB8 RniBz0giAta7D9N3Xsm1wDwX2w5/tPShi4uRI= MIME-Version: 1.0 Received: by 10.103.248.17 with SMTP id a17mr3823456mus.97.1236122890173; Tue, 03 Mar 2009 15:28:10 -0800 (PST) In-Reply-To: <20090303232459.GB1091@medusa.sysfault.org> References: <20090303232459.GB1091@medusa.sysfault.org> Date: Wed, 4 Mar 2009 00:28:10 +0100 Message-ID: From: Andre Heider To: Marcus von Appen , Andre Heider , freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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: Tue, 03 Mar 2009 23:28:12 -0000 On Wed, Mar 4, 2009 at 12:24 AM, Marcus von Appen wrote: > On, Tue Mar 03, 2009, Andre Heider wrote: > >> Hi list, >> >> devel/sdl12 doesn't pick up pulseaudio, no matter if I select it in >> "make config" or not. I didn't find the time to dig further, but I >> noticed 2 bits: >> - the dependency to libpulse-simple.so.0 isn't set in the Makefile > > I missed that one, sorry. It will be fixed soon. > >> - if I run ./configure without args, it correctly finds the lib and >> compiles the SDL audio driver for it >> >> Is this a known issue or am I missing some other port? > > For some weird reason the --enable-pulseaudio switch will disable > PulseAudio support in 1.2.13. That'll be fixed as well. > > Thanks for noticing and notifying :-). Thank you for the fast answer and the upcoming fixes ;) > > Regards > Marcus >