From owner-freebsd-ports@freebsd.org Fri Oct 11 07:08:39 2019 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C9EA140018 for ; Fri, 11 Oct 2019 07:08:39 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46qJvp2L0mz459w for ; Fri, 11 Oct 2019 07:08:37 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id x9B78RJd013121 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 11 Oct 2019 09:08:29 +0200 (CEST) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=201910; t=1570777709; bh=YhoFeRl0GNpVPK6OLxpSTsvxi4eCj/9HHao3rouNvLQ=; h=Subject:To:References:From:Date:In-Reply-To; b=PE0OLsPCN04er4yIsFzqxWce4tQd3NDw1tpuo0mjDD3A+2VA7ou34Nwf6e3Ts7XO+ Y2dFK+r056PunVtOC0c+o00MuL/msYoyKPtAFCB+ON+ow6PHAeVBzUClirbRTWyekq KHura/jj/livxF5nEpJhG+p6Px44OV9mQ3apvarM= X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: Installing packaged firefox wants to install tesseract To: Erich Dollansky , freebsd-ports@freebsd.org References: <20191011141057.6b7cf073.freebsd.ed.lists@sumeritec.com> From: Andrea Venturoli Message-ID: Date: Fri, 11 Oct 2019 09:08:27 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191011141057.6b7cf073.freebsd.ed.lists@sumeritec.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46qJvp2L0mz459w X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=netfence.it header.s=201910 header.b=PE0OLsPC; dmarc=none; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 2.44.121.52 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-4.23 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[netfence.it:s=201910]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:2.44.121.52]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[netfence.it]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[netfence.it:+]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-1.73)[ip: (-5.71), ipnet: 2.44.0.0/16(-2.86), asn: 30722(-0.13), country: IT(0.03)]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 07:08:39 -0000 On 2019-10-11 08:10, Erich Dollansky wrote: > Hi, > > I just was wondering what this game has to do with the browser: > > pkg install firefox says: > > New packages to be INSTALLED: > firefox: 69.0.2_1,1 > kf5-kholidays: 5.62.0 > opencv: 3.4.1_24 > tesseract: 4.1.0_3 > tesseract-data: 4.0.0 > aom: 1.0.0.2474 > > Is this game really required to run a browser? I don't have this, but I build my packages... In any case, I think you are misunderstanding games/tesseract for graphics/tesseract. bye av.