Created attachment 205210 [details] include dirent.h instead of sys/dir.h reed includes sys/dir.h, but that header is scheduled for removal and dirent.h should be included instead. Update this port for that.
Sounds great, thanks. Please go ahead.
Actually, I have a couple more changes to make.
A commit references this bug: Author: crees Date: Wed Jun 19 08:29:56 UTC 2019 New revision: 504525 URL: https://svnweb.freebsd.org/changeset/ports/504525 Log: sysutils/reed: Remove sys/dir.h It was replaced a long time ago with sys/dirent.h, which is implicitly included from dirent.h Use sed instead of perl, remove redundant seds and use a patch for the source file for clarity PR: ports/238696 Submitted by: rene Changes: head/sysutils/reed/Makefile head/sysutils/reed/files/patch-cfg.data head/sysutils/reed/files/patch-reed.c
Thanks for the poke, a few more fixups done too.