Re: git: b7f05445c00f - main - Add WWW entries to port Makefiles

From: <se_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 22:31:55 UTC
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