Date: Mon, 8 May 2023 14:51:19 +0200 From: Robert Clausecker <fuz@fuz.su> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: Robert Clausecker <fuz@freebsd.org>, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 809ff8bfc9d4 - main - mail/queue-repair: fix with Python 3 Message-ID: <ZFjwR0f1do-zPSNM@fuz.su> In-Reply-To: <ZFjuXl3UcAZ2tcqE@FreeBSD.org> References: <202305080826.3488Qj0B051065@gitrepo.freebsd.org> <ZFjuXl3UcAZ2tcqE@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Alexey, Am Mon, May 08, 2023 at 12:43:10PM +0000 schrieb Alexey Dokuchaev: > On Mon, May 08, 2023 at 08:26:45AM +0000, Robert Clausecker wrote: > > commit 809ff8bfc9d4b3221ed5c5329d70d40ba3c8e900 > > > > mail/queue-repair: fix with Python 3 > > > > +--- queue_repair.py.orig 2003-10-22 15:54:13 UTC > > ++++ queue_repair.py > > +@@ -1,4 +1,4 @@ > > +-#!/usr/bin/python > > ++#!/usr/local/bin/python3.9 > > This does not look right (hardcoded Python version). > > ./danfe Thank you for the information. This seems to be caused by me regenerating the upstream patch with "make makepatch," which inadvertently picked up the homegrown shebang fix code from do-build. I'll check and submit a fixed patch later. Yours, Robert Clausecker -- () ascii ribbon campaign - for an 8-bit clean world /\ - against html email - against proprietary attachments
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZFjwR0f1do-zPSNM>