From owner-freebsd-gecko@freebsd.org Sun Aug 21 15:28:20 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 5408ABC07D1 for ; Sun, 21 Aug 2016 15:28:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA411F66 for ; Sun, 21 Aug 2016 15:28:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3E040BC07CE; Sun, 21 Aug 2016 15:28:20 +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 3B342BC07CC for ; Sun, 21 Aug 2016 15:28:20 +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 2BC0A1F60 for ; Sun, 21 Aug 2016 15:28:20 +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 u7LFSJEq089468 for ; Sun, 21 Aug 2016 15:28:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 212028] www/firefox: Add SNDIO option Date: Sun, 21 Aug 2016 15:28:19 +0000 X-Bugzilla-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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.22 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 15:28:20 -0000 Tobias Kortkamp has reassigned Bugzilla Automation 's request for maintainer-feedback to gecko@FreeBSD.o= rg: Bug 212028: www/firefox: Add SNDIO option https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212028 --- Description --- Created attachment 173909 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173909&action= =3Dedit gecko.diff This adds an SNDIO option (disabled by default) and support for audio/sndio to Firefox. The initial goal was to have it in www/firefox only but I've had to edit Mk/bsd.gecko.mk for this so that means it AFAICT affects the following ports: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey I've successfully tested audio in www/firefox and www/firefox-esr. I've have been running www/firefox with SNDIO=3Don for ~2.5 months now on my desktop with FreeBSD 10.3. I'm not sure how to test this in mail/thunderbird or www/libxul. Both build fine with SNDIO=3Don however. I've added SNDIO_BROKEN to www/seamonkey since it will not build with SNDIO=3Don. It's missing mozilla/media/webrtc/trunk/webrtc/modules/audio_device/sndio/audio_device_s= ndio .cc in the source tree. Poudriere test builds were all done for FreeBSD 10.3/amd64. I will rebase the patch later when the update to Firefox 48.0.1 in bug #211792 is done. patch-media_libcubeb_src_cubeb_sndio_c has been upstreamed by OpenBSD and is part of Firefox 48.0, so can be removed after updating Firefox.