From owner-dev-commits-ports-main@freebsd.org Wed Jun 2 22:30:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 4FACB64C972; Wed, 2 Jun 2021 22:30:17 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.evolve.de (mail.evolve.de [213.239.217.29]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.evolve.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FwNyJ3CDmz4thF; Wed, 2 Jun 2021 22:30:16 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: by mail.evolve.de (OpenSMTPD) with ESMTP id 9b398883; Wed, 2 Jun 2021 22:30:13 +0000 (UTC) Received: by mail.evolve.de (OpenSMTPD) with ESMTPSA id c73dd98c (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Wed, 2 Jun 2021 22:30:11 +0000 (UTC) Mime-Version: 1.0 (1.0) Subject: Re: Replacing USE_GCC=any and the danfe@ filter (was: svn commit: r568012 - head/net/tightvnc) From: Michael Gmelin In-Reply-To: Date: Thu, 3 Jun 2021 00:30:10 +0200 Cc: Mathieu Arnold , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Message-Id: References: To: Gerald Pfeifer X-Mailer: iPhone Mail (18E212) X-Rspamd-Queue-Id: 4FwNyJ3CDmz4thF X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 22:30:17 -0000 > On 3. Jun 2021, at 00:23, Gerald Pfeifer wrote: >=20 > =EF=BB=BFOn Sun, 30 May 2021, Mathieu Arnold wrote: >> Thank you for working on this. >=20 > So, I was just ready to commit the next step and prepared a nice git > style commit message: >=20 > Replace USE_GCC=3Dany with USE_GCC=3Dyes >=20 > USE_GCC=3Dany has been equivalent to USE_GCC=3Dyes in most cases (such > as i386 and amd64 since 12.x and depending on configuration 11.x, > most newer installations on other platforms, and 13.x across the > board). >=20 > Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk ... >=20 > Alas, the danfe@ filter struck: >=20 > remote: Resolving deltas: 100% (111/111), completed with 111 local objec= ts. > remote:=20 > remote: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > remote: First line does not start with the regular > remote: category/port: subject > remote: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > What now? My commit message generator[0] would suggest: "category1/port1, category2/po= rt2, and N more: your text here" I don=E2=80=99t know if this is still possible with the remote commit hook t= hough. [0] https://github.com/grembo/committer-tools/blob/main/ports-prepare-commit= -msg >=20 > Neither "*/*: Replace USE_GCC=3Dany..." in the subject nor a couple dozen=20= > individual commits strike me as desirable. >=20 > Gerald