svn commit: r427414 - head/www/chromium

Emanuel Haupt ehaupt at FreeBSD.org
Wed Nov 30 09:32:29 UTC 2016


Author: ehaupt
Date: Wed Nov 30 09:32:28 2016
New Revision: 427414
URL: https://svnweb.freebsd.org/changeset/ports/427414

Log:
  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:	chromium (rene)
  MFH:		2016Q4

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Wed Nov 30 09:00:41 2016	(r427413)
+++ head/www/chromium/Makefile	Wed Nov 30 09:32:28 2016	(r427414)
@@ -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
@@ -109,7 +110,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-all mailing list