From owner-dev-commits-ports-all@freebsd.org Mon Jun 7 23:36:50 2021 Return-Path: Delivered-To: dev-commits-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 B5F14655CAF; Mon, 7 Jun 2021 23:36:50 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from lb2-smtp-cloud9.xs4all.net (lb2-smtp-cloud9.xs4all.net [194.109.24.26]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.xs4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FzVBp1DcSz4lnK; Mon, 7 Jun 2021 23:36:49 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from cust-d4a83f22 ([IPv6:fc0c:c11d:cecc:f58a:eaa1:c0:9d8f:c143]) by smtp-cloud9.xs4all.net with ESMTPA id qOnWlowBEhg8ZqOnXl6gz9; Tue, 08 Jun 2021 01:36:47 +0200 From: Adriaan de Groot To: ports-committers@freebsd.org Cc: dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 9a34ad5a4907 - main - category/port: Package name dependencies do not support globbing. Date: Tue, 08 Jun 2021 01:36:41 +0200 Message-ID: <2009685.BuRyMYtAyW@beastie.bionicmutton.org> Organization: FreeBSD In-Reply-To: References: <202106072240.157MeM5N088916@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart39588911.yjtGejjdTc"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-CMAE-Envelope: MS4xfK4J4HwAHWCfgBelX//YfMu4qgY2fQ/eq3C2Qb/284y4vvVlYGQoJ7R/l+O1LISkdkOu8xpWTEb4bBo5tFeohGrpTsA9D7Ealz8Zw4/fSHrYVBwfoQTt JvaLXDfMWReygDBIWTBJUZUVWSgbD0OMoTDD2XeaeGqevZYwFXj5s41VOvlB+V9JHbbRZeClwNMbR48aH9JUDGkb6JQBNbe1OBJvfQ20tw/80HIoFLUXvCqE RGNar4956rjm14UwnXvpyEciEOReUTkqOXlF79ZXoyglv5UWK5smQx3URoeloubPc7TzSSJiRwwC0oqQ6c+eFaOA/UqqLFVLjyootHWiFxQcEwqbCxhL6RC9 DV0ylrMA3FkXstEH4TN+FNl9Pd5UYQ== X-Rspamd-Queue-Id: 4FzVBp1DcSz4lnK X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2021 23:36:50 -0000 --nextPart39588911.yjtGejjdTc Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8"; protected-headers="v1" From: Adriaan de Groot To: ports-committers@freebsd.org Cc: dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 9a34ad5a4907 - main - category/port: Package name dependencies do not support globbing. Date: Tue, 08 Jun 2021 01:36:41 +0200 Message-ID: <2009685.BuRyMYtAyW@beastie.bionicmutton.org> Organization: FreeBSD In-Reply-To: References: <202106072240.157MeM5N088916@gitrepo.freebsd.org> On Tuesday, 8 June 2021 00:51:11 CEST Bryan Drewery wrote: > On 6/7/2021 3:48 PM, Piotr Kubaj wrote: > > Uhm. > > > > On 21-06-07 22:40:22, Bryan Drewery wrote: > >> The branch main has been updated by bdrewery: > >> > >> URL: > >> https://cgit.FreeBSD.org/ports/commit/?id=9a34ad5a4907925598c80d6c3e3cfe > >> ac1ca9e4a9 > >> > >> commit 9a34ad5a4907925598c80d6c3e3cfeac1ca9e4a9 > >> Author: Bryan Drewery > >> AuthorDate: 2021-06-07 22:24:25 +0000 > >> Commit: Bryan Drewery > >> CommitDate: 2021-06-07 22:39:37 +0000 > >> > >> category/port: Package name dependencies do not support globbing. > > > > So now we're working around the limitations we ourselves set? > > See the commit 4 above this one. It's only getting in the way. This is a message, sent at most once a week to an arbitrary commit-message- related thread, to remind people that commit messages are a *communication tool*. Something to tell other ports folks -- who are human, just like you -- what is going on. Git commits are displayed in many formats, by many different tools. Because of the history of git itself -- which was strongly email-oriented -- git commits look a *tiny* bit like email messages: Many tools will show the first line as the summary of the commit. Different projects have developed different traditions around how-to-write- the-summary. Since ports commits are *generally* concerned with one single port, a useful tradition to use -- which imitates the kinds of messages that the svn-mailer produces -- is to write /: If you like, you can look back at https://svnweb.freebsd.org/ports/head/ to see a hodgepodge of messages from SVN times. Being social and communicative is .. well, it's a social matter. And ports commits *generally* apply to one port, but not always. So there's a judgement call when to write /: and when to use some other subject / summary line, like KDE: make ecm a build-dep everywhere I would hope that the latter message makes people (humans, just like you) think "this commit is special, it doesn't name a specific port, but a collection of ports; but I'm glad that I understand it applies to KDE ports (not GNOME ones, not Haskell ones) and does something unspeakable with ecm, whatever that is". Unfortunately, we had a social problem -- uncommunicative commit messages, hard-of-learning with respect to the preferred format -- to which we applied a technical solution: a server-side hook that requires a strict format. The arbitrary commit I'm replying to is an *excellent* example of where this technical soluition bumps up against "generally". The right description of the commit is there, after the bogus "category/port:" -- bogus, because it's inserted to satisfy the technical tool, rather than the social and communicative needs of the project. Ideally, we would drop the technical tool. Sure, we (ports committers as a group) are then back at the stage of "remember, commit messages are there to help others understand what you're doing", but I'd assume that even the most recalcitrant of committers eventually understand that ports is not their private playground. I'm perfectly happy to continue to send my once-a-week kind of reminders when there's honestly and accidentally a lousy commit message. Others do the same regarding the commit body, or the actual commit contents. Everyone has tools available to help locally, such as the very helpful ports- specific prepare-commit-msg script. Those are technical *assistants*, rather than technical solutions to social problems. [ade] --nextPart39588911.yjtGejjdTc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEEhrjttu2OP5apuuy1z93JbxKxkVwFAmC+rYkACgkQz93JbxKx kVx+ogwAh0ka5L9OzXibwc2BnUTB0pz1aKF4+JcOhqAGoPeAcV3+q7Fj1YyfEKUi tpUT0ohndG3+1+KduS0RBBkA9mpf6BY2jh4heM2CnYPzNEBn/rfznE5whxCUaO+u be1CMONOxN5qce7W7M5Gx7XGMVmA6vnVoOj9yRboAOpkmYEiMFLf2rr17cA1NmmG 9X+4zzDDOiKG8YbVgd+yTt+da6+XZki1lKpQbyvqnnxxiJOQ9F0+V9qylwHbNGt3 I5TKhfOhvCVWCKR2ilBpj3OaQQNc5E6hnS1KViZAw4qISByR3l0chpBVj7mzL5/M g8ZTYAygYH0gEnHbP5iw2W1xCaqSFfWyvh9o10KOeowcTA3x3pBV9O0E8rc4fyBQ fW9eFvvJCb6HfBEvWS+Dorz5LPd3B7d3Onw/qm9nX/XzzPOw8Nwm98ZiZq5n05qj rDBFwoC9Jas71CoMNNf4E3EwMzn6GUoTlhjN+PPjH0AlDOJvdEM3MdNTLYObSfYO i9PyMDgM =ObpH -----END PGP SIGNATURE----- --nextPart39588911.yjtGejjdTc--