On sparc64 (and presumably other base-gcc arches), ports-gcc needs to be used to build spiped successfully.
ok? (cc maintainer) --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/security/spiped/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 5 Apr 2020 21:26:11 -0000 1.14 +++ Makefile 25 Apr 2020 22:15:01 -0000 @@ -13,6 +13,9 @@ MASTER_SITES = http://www.tarsnap.com/s # BSD PERMIT_PACKAGE = Yes +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + WANTLIB = c crypto pthread EXTRACT_SUFX = .tgz