From owner-freebsd-gecko@freebsd.org Sat Dec 31 00:16:01 2016 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33E58C98F9E for ; Sat, 31 Dec 2016 00:16:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7E31586 for ; Sat, 31 Dec 2016 00:16:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1CC7EC98F9D; Sat, 31 Dec 2016 00:16:01 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C63DC98F9C for ; Sat, 31 Dec 2016 00:16:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 097651584 for ; Sat, 31 Dec 2016 00:16:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uBV0FxIV075046 for ; Sat, 31 Dec 2016 00:16:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 212028] www/firefox: Add SNDIO option Date: Sat, 31 Dec 2016 00:15:59 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 00:16:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212028 --- Comment #4 from Jan Beich (mail not working) --- Comment on attachment 176619 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176619 gecko.diff > Index: www/firefox/Makefile.options [...] > OPTIONS_DEFAULT+=3D DBUS DTRACE FFMPEG GSTREAMER LOGGING OPTIMIZED_CFLAG= S \ > - ${OPTIONS_MULTI_AUDIO} \ > + ALSA PULSEAUDIO \ Since the new backend doesn't support falling back to others at runtime you= may need to define the following. SNDIO_PREVENTS=3D ALSA PULSEAUDIO > Index: www/seamonkey/Makefile [...] > +MOZ_SRC=3D ${WRKSRC}/mozilla MOZSRC as defined in Mk/bsd.gecko.mk already handles mozilla/ subdirectory. > +SNDIO_BROKEN=3D missing sndio support OPTIONS_EXCLUDE=3DSNDIO may be better unless it works with 2.46. > Index: Mk/bsd.gecko.mk [...] > +# In mail/thunderbird and www/seamonky media/libcubeb is in > +# ${WRKSRC}/mozilla instead of ${WRKSRC}. All other gecko-based ports > +# have it in ${WRKSRC}. > +MOZ_SRC?=3D ${WRKSRC} MOZSRC as defined in Mk/bsd.gecko.mk already handles mozilla/ subdirectory. > + @${ECHO} "OS_LIBS +=3D ['sndio']" >> \ > + ${MOZ_SRC}/media/webrtc/signaling/test/common.build Why does this affect FreeBSD and not OpenBSD? --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=