From owner-svn-ports-all@freebsd.org Fri Sep 25 11:06:24 2020 Return-Path: Delivered-To: svn-ports-all@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 162303F2E13 for ; Fri, 25 Sep 2020 11:06:24 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ByTcZ5rbnz3W90; Fri, 25 Sep 2020 11:06:22 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1601031979; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Q1vaNQznu8e6H7vm97JtGUbGFjIe3gSRXRzowy+Feis=; b=D6ojTot+vJ7umSQ/OiI+aR2o8ntw41CrQ1L/PBNIJjJ8Q2YlOC2NCOLwGFrFmgO85Bkobz cfduFNWJbtrpET4QBfWTlFS27ez/67rmPIwZX9wA3sTgUXG/M7J8Ltq3LXiAYUrRs9d/LA /OQLMEtXcKws6zXsH8jH04VPFShHOfU= Received: from amy.home (lfbn-idf2-1-288-247.w82-123.abo.wanadoo.fr [82.123.126.247]) by mx.blih.net (OpenSMTPD) with ESMTPSA id eaa34bb5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 25 Sep 2020 11:06:19 +0000 (UTC) Date: Fri, 25 Sep 2020 13:06:19 +0200 From: Emmanuel Vadot To: Yasuhiro KIMURA Cc: manu@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org Subject: Re: svn commit: r549990 - head/graphics/cairo Message-Id: <20200925130619.00a533ecddec0d59b44f5afc@bidouilliste.com> In-Reply-To: <20200925.194148.565379472697669750.yasu@utahime.org> References: <202009250654.08P6sbrq071429@repo.freebsd.org> <20200925.194148.565379472697669750.yasu@utahime.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4ByTcZ5rbnz3W90 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=D6ojTot+; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-3.12 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MV_CASE(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.010]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-0.60)[-0.599]; NEURAL_HAM_MEDIUM(-1.02)[-1.016]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-ports-all] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2020 11:06:24 -0000 On Fri, 25 Sep 2020 19:41:48 +0900 (JST) Yasuhiro KIMURA wrote: > Hello Emmanuel, > > From: Emmanuel Vadot > Subject: svn commit: r549990 - head/graphics/cairo > Date: Fri, 25 Sep 2020 06:54:37 +0000 (UTC) > > > Author: manu > > Date: Fri Sep 25 06:54:37 2020 > > New Revision: 549990 > > URL: https://svnweb.freebsd.org/changeset/ports/549990 > > > > Log: > > graphics/cairo: Allow GLESv2 backend as an options > > > > This is useful for X11-less setups. > > Would you please change options setting about GL from SINGLE to RADIO? > > Currently I set OPENGL option to OFF to avoid building llvm that is > too much overhead for low spec X11-less machine. But after this commit > there is no way to avoid it. > > Best Regards. Done in r550014, sorry and thanks for reporting. -- Emmanuel Vadot