svn commit: r427474 - branches/2016Q4/www/chromium

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 1 07:58:20 UTC 2016


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 at 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


More information about the svn-ports-branches mailing list