Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2016 07:58:19 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r427474 - branches/2016Q4/www/chromium
Message-ID:  <201612010758.uB17wJFh003129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Dec  1 07:58:19 2016
New Revision: 427474
URL: https://svnweb.freebsd.org/changeset/ports/427474

Log:
  MFH: r427414
  
  ALSA option was split during r426855. Also it set ALSA to off by default which
  led to non-working audio. Turn back on by default.
  
  Development repositories have some code to choose between ALSA and PulseAudio.
  This will be merged with the next version update.
  
  PR:		214924
  Submitted by:	timp87@gmail.com
  Approved by:	ports-secteam (junovitch), chromium (rene)

Modified:
  branches/2016Q4/www/chromium/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/www/chromium/Makefile
==============================================================================
--- branches/2016Q4/www/chromium/Makefile	Thu Dec  1 06:55:21 2016	(r427473)
+++ branches/2016Q4/www/chromium/Makefile	Thu Dec  1 07:58:19 2016	(r427474)
@@ -3,6 +3,7 @@
 
 PORTNAME=	chromium
 PORTVERSION=	54.0.2840.100
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://commondatastorage.googleapis.com/chromium-browser-official/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on
@@ -108,7 +109,7 @@ OPTIONS_DEFINE=	ALSA CODECS GCONF PULSEA
 CODECS_DESC=	Compile and enable patented codecs like H.264
 DRIVER_DESC=	Install chromedriver
 
-OPTIONS_DEFAULT=	CODECS GCONF KERBEROS
+OPTIONS_DEFAULT=	ALSA CODECS GCONF KERBEROS
 OPTIONS_SUB=	yes
 
 GCONF_USE=	GNOME=gconf2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612010758.uB17wJFh003129>