Hi, At the moment, smartmontools only gets built on amd64, i386 and powerpc.
I can understand that it didn't make much sense on vax for example, but we're probably missing some compatible archs... It does build, run and work on loongson, at least. I'm sure it probably works elsewhere too, but I don't have all the hardware to test. Here's what I could add and test: Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/smartmontools/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile 21 Apr 2017 17:08:01 -0000 1.30 +++ Makefile 2 Jul 2017 13:23:30 -0000 @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.30 2017/04/21 17:08:01 giovanni Exp $ -ONLY_FOR_ARCHS= amd64 i386 powerpc +ONLY_FOR_ARCHS= amd64 i386 loongson powerpc COMMENT= control and monitor storage systems using SMART But I wonder whether we shouldn't switch ONLY_FOR_ARCHS for a few NOT_FOR_ARCHS instead, or something like that...
