Date: Mon, 28 Dec 2015 18:17:22 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404687 - in head: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey Message-ID: <201512281817.tBSIHMAX094133@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Dec 28 18:17:22 2015 New Revision: 404687 URL: https://svnweb.freebsd.org/changeset/ports/404687 Log: gecko: enable PULSEAUDIO by default (mainly for WebRTC) ALSA currently relies on in-kernel support to enumerate available audio devices for getUserMedia i.e., to detect a microphone. So, build with PULSEAUDIO late bindings by default preferred over ALSA, over OSS. Nop for RUN_DEPENDS or users who previously disabled PULSEAUDIO. Modified: head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/Makefile.options (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Dec 28 18:06:09 2015 (r404686) +++ head/mail/thunderbird/Makefile Mon Dec 28 18:17:22 2015 (r404687) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Mon Dec 28 18:06:09 2015 (r404686) +++ head/www/firefox-esr/Makefile Mon Dec 28 18:17:22 2015 (r404687) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Dec 28 18:06:09 2015 (r404686) +++ head/www/firefox/Makefile Mon Dec 28 18:17:22 2015 (r404687) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 43.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Mon Dec 28 18:06:09 2015 (r404686) +++ head/www/firefox/Makefile.options Mon Dec 28 18:17:22 2015 (r404687) @@ -4,7 +4,8 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA GNOMEUI GSTREAMER INTEGER_SAMPLES LIBPROXY LOGGING \ OPTIMIZED_CFLAGS PGO PROFILE TEST -OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS \ +OPTIONS_DEFAULT+= DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS \ + ${OPTIONS_MULTI_AUDIO} \ ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/} OPTIONS_MULTI+= AUDIO Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Mon Dec 28 18:06:09 2015 (r404686) +++ head/www/libxul/Makefile Mon Dec 28 18:17:22 2015 (r404687) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 38.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Mon Dec 28 18:06:09 2015 (r404686) +++ head/www/seamonkey/Makefile Mon Dec 28 18:17:22 2015 (r404687) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.39 MOZILLA_VER= 42 # above + 3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512281817.tBSIHMAX094133>