From owner-svn-ports-head@freebsd.org Sat Mar 17 09:05:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23DD3F54683; Sat, 17 Mar 2018 09:05:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0E116FE54; Sat, 17 Mar 2018 09:05:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 0007320E9C; Sat, 17 Mar 2018 05:05:51 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Sat, 17 Mar 2018 05:05:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ibpJAd NbYgoy89NuaAiiK4DKjDgVmRwKj0lZzz6gAd4=; b=B3doxsL9iSIrgTSlrn8Z7g +TQeOgYpqwjnK4SOxplD7HtNf8u6qe5C2QJC3OOC6Bsyj6EXzT2MrETdzs20ch6W 0r+kurJMKFz/5rCCo/WDUp6VQc0678ylRQG9zbi/9mBOki0RhEeBMRl7lT4YCp+T ngq2j8lMRpsW6HL4WBWRxkYF9c6D4haJ2cgos6yjvdRVWWa1EBNYHgzj7x+rithv oSFPwYguFw6BqyPkqvKrzSxTmvfKkGXfW00IsbxH9ZfUu17eooSfNX/PpXaQQ4x+ X79fPbPrnU5Azu3RcgbmL5uOlt8gruc0ZEG3IevYIeO3tcAg4GbjXfyq/713NDuQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id C4C489E193; Sat, 17 Mar 2018 05:05:51 -0400 (EDT) Message-Id: <1521277551.2669658.1306328728.05FDC960@webmail.messagingengine.com> From: Tobias Kortkamp To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b3834dbb Subject: Re: svn commit: r464674 - in head/audio/pulseaudio-module-sndio: . files In-Reply-To: <201803161116.w2GBGIcN043102@repo.freebsd.org> References: <201803161116.w2GBGIcN043102@repo.freebsd.org> Date: Sat, 17 Mar 2018 10:05:51 +0100 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 09:05:53 -0000 On Fri, Mar 16, 2018, at 12:16, Tobias Kortkamp wrote: > Author: tobik > Date: Fri Mar 16 11:16:18 2018 > New Revision: 464674 > URL: https://svnweb.freebsd.org/changeset/ports/464674 > > Log: > audio/pulseaudio-module-sndio: Unbreak on armv6/armv7 > > `pulseaudio --version` fails to run on armv6/armv7 because > etc/pulse/daemon.conf generation fails and still has m4 macros > embedded in it. > > Get the PulseAudio version from pkg-config instead. > > PR: 208535 > Reported by: linimon > For the record and since this is slightly ambiguous. linimon@ only reported the breakage on armv6/armv7 to me, not PR 208535 or the root of the problem.