This port failed to build in my last amd64 bulk. Not sure how that's best handled (i.e., if and where the gsed dependency should be added) and if other gcc flavors have the same problem.
gsed was present at the start of the build and was removed while configuring zlib: mkdir ./zlib Configuring in ./zlib [...] checking for a sed that does not truncate output... /usr/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /tmp/pobj/xtensa-lx106-elf-gcc-10.2.0/gcc-10.2.0/zlib/configure[4583]: /usr/local/bin/gsed: not found /usr/bin/ld lots of '/usr/local/bin/gsed: not found' later the build failed.
