From owner-svn-ports-head@freebsd.org Mon Sep 14 14:42:01 2020 Return-Path: Delivered-To: svn-ports-head@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 7EA143D831E; Mon, 14 Sep 2020 14:42:01 +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 4BqpwS1wZPz3Wrh; Mon, 14 Sep 2020 14:41:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1600094512; 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=8nqnNEnV/I83IhNfwPck3QgL3+7RI9pEgPBoVtg0p2M=; b=BP0T/OyYSGVoxx7yHTccithvQmkihflrvKbyKvYUfWCfn4znQdYktvDLWtRI0lBEWDH/wa eNAVhhyeaGUJvdRLp427fOmXEymJfdF6Hl6oDbVEI+35TcQa2CvhxZua5rE5DaENwUXf1S r67iTajEnFyO2VQTocdp3txzZV9JSgA= Received: from skull.home.blih.net (lfbn-idf2-1-288-247.w82-123.abo.wanadoo.fr [82.123.126.247]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 82da5610 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 14 Sep 2020 14:41:52 +0000 (UTC) Date: Mon, 14 Sep 2020 16:41:52 +0200 From: Emmanuel Vadot To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r548253 - in head/graphics: . glx-utils mesa-demos Message-Id: <20200914164152.fe53cfb4b24b1d184e646c0f@bidouilliste.com> In-Reply-To: <202009111728.08BHShvE009018@repo.freebsd.org> References: <202009111728.08BHShvE009018@repo.freebsd.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: 4BqpwS1wZPz3Wrh X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=BP0T/OyY; 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.11 / 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)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; NEURAL_HAM_LONG(-1.03)[-1.027]; NEURAL_HAM_MEDIUM(-1.03)[-1.026]; DKIM_TRACE(0.00)[bidouilliste.com:+]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-0.55)[-0.555]; 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,svn-ports-head] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2020 14:42:01 -0000 On Fri, 11 Sep 2020 17:28:43 +0000 (UTC) Jan Beich wrote: > Author: jbeich > Date: Fri Sep 11 17:28:43 2020 > New Revision: 548253 > URL: https://svnweb.freebsd.org/changeset/ports/548253 > > Log: > graphics/glx-utils: add new port > > A few popular OpenGL X11 demos from Mesa: > > - glxinfo prints capabilities of OpenGL driver > - glxgears draws rotating gears and prints FPS > > Inspired by: D26077, glx-utils (CentOS, PkgSrc), glxinfo (AUR, MacPorts, Nix) > Motivated by: testing GLX on Xwayland, avoiding cruft and extra deps > > Added: > head/graphics/glx-utils/ > head/graphics/glx-utils/Makefile (contents, props changed) > head/graphics/glx-utils/distinfo (contents, props changed) > head/graphics/glx-utils/pkg-descr (contents, props changed) > Modified: > head/graphics/Makefile (contents, props changed) > head/graphics/mesa-demos/Makefile (contents, props changed) > Saw this commit on Friday evening and decided to not answer as I wanted to spend a nice weekend. Now that I'm back, what the fuck ? Seriously what the fuck ? You see a review where a commiter start to address a problem, decide that it's not the right way to do it and instead of talking to him you just commit your way of solving the problem ? And now we're suppose to adapt to your way of handling this problem without prior discussion ? It's freebsd-ports, not jbeich-ports. I still don't understand that you're not willing to send a email stating your plan before commiting stuff. There was no hurry in commiting this without prior discussion. This is not the first time that you do that and you still don't understand. It's really demotivating *not* working with you. -- Emmanuel Vadot