Hi,
mail/mutt-wizard is currently broken due to hardcoded strings of gnu
tool names including grep, seq and other Linux-only command. It will
generate corrupted config files because of that. I will try to fix this
in upstream and then update this port.
Below is a patch for adding ggrep as a dependence.
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/mutt-wizard/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 24 May 2021 16:23:43 -0000 1.5
+++ Makefile 23 Jul 2021 07:19:58 -0000
@@ -19,7 +19,8 @@
mail/isync \
mail/msmtp \
security/password-store \
- sysutils/coreutils
+ sysutils/coreutils \
+ sysutils/ggrep
NO_BUILD = Yes
NO_TEST = Yes