From owner-freebsd-chromium@FreeBSD.ORG Thu Oct 6 10:30:17 2011 Return-Path: Delivered-To: chromium@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 714DF106566B for ; Thu, 6 Oct 2011 10:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 485B18FC08 for ; Thu, 6 Oct 2011 10:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p96AUH4o090434 for ; Thu, 6 Oct 2011 10:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p96AUHnh090429; Thu, 6 Oct 2011 10:30:17 GMT (envelope-from gnats) Date: Thu, 6 Oct 2011 10:30:17 GMT Message-Id: <201110061030.p96AUHnh090429@freefall.freebsd.org> To: chromium@FreeBSD.org From: Jaques Cc: Subject: Re: ports/161323: www/chromium: [PATCH] fixes build with cups X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaques List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 10:30:17 -0000 The following reply was made to PR ports/161323; it has been noted by GNATS. From: Jaques To: bug-followup@FreeBSD.org, lichray@gmail.com Cc: Subject: Re: ports/161323: www/chromium: [PATCH] fixes build with cups Date: Thu, 06 Oct 2011 12:00:38 +0200 --=-nzHHwn0gyQkXsZE4/HAn Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Add the following patch to "files" folder: #cat patch-chrome__browser__ui__webui__print_preview_handler.cc --- chrome/browser/ui/webui/print_preview_handler.cc.orig 2011-10-06 09:38:17.000000000 +0000 +++ chrome/browser/ui/webui/print_preview_handler.cc 2011-10-06 09:38:17.000000000 +0000 @@ -46,6 +46,7 @@ #if defined(USE_CUPS) #include +#include #include "base/file_util.h" #endif ------------------------------------------------- This message sent via VFEmail.net http://www.vfemail.net $14.95 Lifetime accounts! 15GB disk! Commercial Mail Options! No bandwidth quotas! --=-nzHHwn0gyQkXsZE4/HAn Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit Add the following patch to "files" folder:

#cat patch-chrome__browser__ui__webui__print_preview_handler.cc

--- chrome/browser/ui/webui/print_preview_handler.cc.orig    2011-10-06 09:38:17.000000000 +0000
+++ chrome/browser/ui/webui/print_preview_handler.cc    2011-10-06 09:38:17.000000000 +0000
@@ -46,6 +46,7 @@

#if defined(USE_CUPS)
#include <cups/cups.h>
+#include <cups/ppd.h>

#include "base/file_util.h"
#endif




-------------------------------------------------
This message sent via VFEmail.net
$14.95 Lifetime accounts! 15GB disk!
Commerical Mail Options!    No Bandwidth Quotas!

--=-nzHHwn0gyQkXsZE4/HAn--