From owner-svn-ports-all@freebsd.org Thu Dec 1 07:58:20 2016 Return-Path: Delivered-To: svn-ports-all@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 423AEC5F126; Thu, 1 Dec 2016 07:58:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 11A461284; Thu, 1 Dec 2016 07:58:19 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB17wJkB003130; Thu, 1 Dec 2016 07:58:19 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB17wJFh003129; Thu, 1 Dec 2016 07:58:19 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612010758.uB17wJFh003129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 1 Dec 2016 07:58:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427474 - branches/2016Q4/www/chromium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 07:58:20 -0000 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