I went to build a new archivemount package with a patched version of archivemount.c and discovered that sysutils/archivemount/Makefile wanted gmake, which I don't have installed. Since I had already compiled archivemount without gmake installed, I commented out the requirement for gmake in the Makefile. "make package" worked without incident. So unless there's some reason to keep the gmake dependency, it should be removed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce6d95684b2de940525a4330552127f694e3ba11 commit ce6d95684b2de940525a4330552127f694e3ba11 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-03-16 12:03:25 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-03-18 07:14:18 +0000 sysutils/archivemount: Remove gmake dependency It is not necessary to build the port. PR: 262321 Reported by: billblake2018@gmail.com Approved by: jirnov@gmail.com (maintainer, timeout 2 weeks) sysutils/archivemount/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
- closing PR Committed, thanks!