From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 6 07:00:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8713B106567A for ; Thu, 6 Oct 2011 07:00:19 +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 5C63A8FC13 for ; Thu, 6 Oct 2011 07:00:19 +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 p9670JEX083919 for ; Thu, 6 Oct 2011 07:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9670JVh083915; Thu, 6 Oct 2011 07:00:19 GMT (envelope-from gnats) Resent-Date: Thu, 6 Oct 2011 07:00:19 GMT Resent-Message-Id: <201110060700.p9670JVh083915@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9919E1065689 for ; Thu, 6 Oct 2011 06:57:52 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 599B58FC1A for ; Thu, 6 Oct 2011 06:57:52 +0000 (UTC) Received: by ywp17 with SMTP id 17so2920372ywp.13 for ; Wed, 05 Oct 2011 23:57:51 -0700 (PDT) Received: by 10.236.129.228 with SMTP id h64mr1480415yhi.101.1317884271583; Wed, 05 Oct 2011 23:57:51 -0700 (PDT) Received: from compaq.yuetime (c-98-228-191-105.hsd1.il.comcast.net. [98.228.191.105]) by mx.google.com with ESMTPS id f24sm6380411yhk.5.2011.10.05.23.57.48 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Oct 2011 23:57:50 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Thu, 06 Oct 2011 01:57:44 -0500 Message-Id: <4e8d516e.a499ec0a.25aa.38b0@mx.google.com> Date: Thu, 06 Oct 2011 01:57:44 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/161323: www/chromium: [PATCH] fixes build with cups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 07:00:19 -0000 >Number: 161323 >Category: ports >Synopsis: www/chromium: [PATCH] fixes build with cups >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 06 07:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #9 r225739: Sat Sep 24 04:14:17 CDT 2011 lichray@compaq.yuetime:/usr/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64 >Description: This version requires the use of ppd, but cups/ppd.h is not included. I did not tested gcc42, but for gcc46 & and clang, this version does not build. >How-To-Repeat: >Fix: --- patch-chromium_1 begins here --- diff -ruN --exclude=CVS /usr/ports/www/chromium.orig/Makefile /usr/ports/www/chromium/Makefile --- /usr/ports/www/chromium.orig/Makefile 2011-10-04 15:58:08.000000000 -0500 +++ /usr/ports/www/chromium/Makefile 2011-10-06 00:52:19.021445272 -0500 @@ -8,6 +8,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- DISTVERSION= 14.0.835.202 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ diff -ruN --exclude=CVS /usr/ports/www/chromium.orig/files/patch-chrome__browser__ui__webui__print_preview_handler.cc /usr/ports/www/chromium/files/patch-chrome__browser__ui__webui__print_preview_handler.cc --- /usr/ports/www/chromium.orig/files/patch-chrome__browser__ui__webui__print_preview_handler.cc 1969-12-31 18:00:00.000000000 -0600 +++ /usr/ports/www/chromium/files/patch-chrome__browser__ui__webui__print_preview_handler.cc 2011-10-06 00:49:57.000000000 -0500 @@ -0,0 +1,10 @@ +--- chrome/browser/ui/webui/print_preview_handler.cc~ 2011-09-30 03:01:50.000000000 -0500 ++++ chrome/browser/ui/webui/print_preview_handler.cc 2011-10-06 00:48:39.943195565 -0500 +@@ -46,6 +46,7 @@ + + #if defined(USE_CUPS) + #include ++#include + + #include "base/file_util.h" + #endif --- patch-chromium_1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: