Fix build WITH_NINJA Downgraded USES=autoreconf:2.69 to reduce the amount of warnings. There is no need to invoke autogen.sh after running autoreconf.
Created attachment 243911 [details] 0001-lang-mono6.8-Fix-build-WITH_NINJA.patch Patch to fix lang/mono6.8 build
Thanks for the patch Marcin, Any chances of using current autoconf (2.71) and fixing the warnings in the corresponding files?
I think this should be done upstream. We have a problem keeping those ports up to date anyway. I've done this because it obscured the fact that the files were re-generated twice.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdfb6aecac70d7811b4ccbe7f79206c9e206ac9f commit bdfb6aecac70d7811b4ccbe7f79206c9e206ac9f Author: Marcin Cieślak <saper@saper.info> AuthorDate: 2023-08-07 06:21:45 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-08 07:25:20 +0000 lang/mono6.8: Fix build with ninja Downgraded USES=autoreconf:2.69 to reduce the amount of warnings. There is no need to invoke autogen.sh after running autoreconf. PR: 272986 Reported by: saper@saper.info (maintainer) lang/mono6.8/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)