Date: Thu, 8 Sep 2022 00:31:55 +0200 From: se@FreeBSD.org To: Yasuhiro Kimura <yasu@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: b7f05445c00f - main - Add WWW entries to port Makefiles Message-ID: <90799f35-c5b5-c156-158e-7d648a720f79@FreeBSD.org> In-Reply-To: <20220908.065657.1368308997400943299.yasu@FreeBSD.org> References: <202209072117.287LHGu7035095@gitrepo.freebsd.org> <20220908.065657.1368308997400943299.yasu@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 07.09.22 um 23:56 schrieb Yasuhiro Kimura: > This commit breaks `make index` as following. > > ---------------------------------------------------------------------- > yasu@rolling-vm-freebsd2[1054]% make index > Generating INDEX-13 - please wait..--- describe.accessibility --- > --- describe.arabic --- > --- describe.archivers --- > (snip) > --- describe.x11-servers --- > --- describe.x11-themes --- > --- describe.x11-toolkits --- > --- describe.x11-wm --- > --- describe.devel --- > make[4]: don't know how to make describe. Stop > ===> devel/py3c failed > *** [describe.devel] Error code 1 Sorry for the breakage, it is a result of the accidental removal of devel/py3c/Makefile. There is a remote pre-commit hook that prevents commits to this port, and my attempt to exclude it from the WWW update resulted in its Makefile being deleted in the repository. The pre-commit hook prevented a revert - the only solution that might be to temporarily comment the py3c entry out in devel/Makefile. The correct solution is of course a fixed pre-commit hook and a revert of the removal of devel/py3c/Makefile and devel/py3c/pkg-descr. Regards STefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?90799f35-c5b5-c156-158e-7d648a720f79>