From owner-freebsd-chromium@FreeBSD.ORG Sat Apr 7 09:39:21 2012 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F2AD1065670 for ; Sat, 7 Apr 2012 09:39:21 +0000 (UTC) (envelope-from meowthink@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA6B8FC16 for ; Sat, 7 Apr 2012 09:39:21 +0000 (UTC) Received: by iahk25 with SMTP id k25so5367868iah.13 for ; Sat, 07 Apr 2012 02:39:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kTlqOs/WwE3s5cKqHaSD6zaWxfDqV+MVO7DjTERtmSw=; b=vs5xPBl5Jgy2NJUQqd5TqfA+Jm0H+NQml6CsQbzeh4VU2H0VboU/iBgm7ucKMv0zN5 11DmxUZt9X7I1ZEh0oaM9SRlAcFO+HCg9u0zp277rfgc3XGbTtSf73c7vIHnMAMW0SET er7DuP76o1SdaA22OybZ2hK4QobxS7auYFb+ZFunoE4C0PW08HbbFMkjqxR1DnbgWsuG q8DrN8REiEVLIeNd3oI5oDz12wcytq7wWIvRkryWvRY6+gosV6gEuNYmnDLo1YN3lmmM m3JDAeQEzu/Wwi5NExYtFvHxBgFWV785/kmaYASV9GhZPvYPlYoxVlKyG4hGRApu2aJL 2PyQ== MIME-Version: 1.0 Received: by 10.50.197.132 with SMTP id iu4mr636981igc.74.1333791560752; Sat, 07 Apr 2012 02:39:20 -0700 (PDT) Received: by 10.64.14.133 with HTTP; Sat, 7 Apr 2012 02:39:20 -0700 (PDT) Date: Sat, 7 Apr 2012 17:39:20 +0800 Message-ID: From: Meowthink To: freebsd-chromium@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Chromium 18 w/PulseAudio X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 09:39:21 -0000 Hello all, There's a bug in current chromium's codebase, preventing compiling with pulseaudio. nullnix.backup posted a patch here: http://code.google.com/p/chromium/issues/detail?id=111392 Temporary(until port update) you can: 0. Download pulse-compile-fix.diff, store it to /path/to/your/pulse-compile-fix.diff 1. cd /usr/ports/www/chromium/ make patch patch work/chromium-courgette-redacted-18.0.1025.151/media/audio/pulse/pulse_output.cc -p1< /path/to/your/pulse-compile-fix.diff make 2. If step 1 finished successfully, make deinstall reinstall clean Cheers, Meowthink