From owner-freebsd-chromium@freebsd.org Sat Mar 10 17:47:06 2018 Return-Path: Delivered-To: freebsd-chromium@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAADDF4BAFF for ; Sat, 10 Mar 2018 17:47:06 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7274D7D04E for ; Sat, 10 Mar 2018 17:47:06 +0000 (UTC) (envelope-from leres@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 320E9F4BAF4; Sat, 10 Mar 2018 17:47:06 +0000 (UTC) Delivered-To: chromium@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FFF7F4BAF3 for ; Sat, 10 Mar 2018 17:47:06 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from xse.com (xse.com [IPv6:2607:f2f8:abb8::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "xse.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E72D7D049; Sat, 10 Mar 2018 17:47:05 +0000 (UTC) (envelope-from leres@freebsd.org) Received-SPF: pass (dot.xse.com: authenticated connection) receiver=dot.xse.com; client-ip=2001:558:6045:10:9084:9e0:4b6d:eb99; helo=ice.ee.lbl.gov; envelope-from=leres@freebsd.org; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.10; Received: from ice.ee.lbl.gov (ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99]) (authenticated bits=0) by dot.xse.com (8.15.2/8.15.2) with ESMTPSA id w2AHl173093138 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 10 Mar 2018 09:47:04 -0800 (PST) (envelope-from leres@freebsd.org) X-Authentication-Warning: dot.xse.com: Host ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99] claimed to be ice.ee.lbl.gov Subject: Re: Could we please add a CUPS option for www/chromium? To: "Carlos J. Puga Medina" References: <1520702258.2073.4.camel@FreeBSD.org> Cc: chromium@freebsd.org From: Craig Leres Message-ID: <70ab7775-0b43-9b2c-f124-3dd77be77a80@freebsd.org> Date: Sat, 10 Mar 2018 09:47:01 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1520702258.2073.4.camel@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99.4 at dot.xse.com X-Virus-Status: Clean X-GBUdb-Analysis: Unknown X-MessageSniffer-Rules: 0-0-0-2139-c X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 17:47:07 -0000 On 03/10/18 09:17, Carlos J. Puga Medina wrote: > Or one can build their own copy of Chromium with printing > support turned off, and that will get rid of the CUPS dependency. Could you please help with that? Once I figured out the only way to disable cups was to disable printing I couldn't find the options to do that. I got here: GN_ARGS+=cloud_print=false GN_ARGS+=enable_basic_printing=false GN_ARGS+=enable_print_preview=false GN_ARGS+=use_cups=false but was still getting linker errors from some cloud_print module. Craig