Created attachment 177629 [details] patch This patch updates the port to version 20161201. It builds fine on Poudriere on 10.3.
It's also worth to update patch to fix warning: cc -pipe -g -O2 -fstack-protector -fno-strict-aliasing -g -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -D_FILE_OFFSET_BITS=64 -DVERSION=20161201 -pthread -fstack-protector -o cpuid cpuid.c gzip < cpuid.man > cpuid.man.gz pod2man -r "20161201" -c "" cpuinfo2cpuid > cpuinfo2cpuid.man cpuid.c:65:9: warning: 'MAX' macro redefined [-Wmacro-redefined] #define MAX(l,r) ((l) > (r) ? (l) : (r)) ^ /usr/include/sys/param.h:302:9: note: previous definition is here #define MAX(a,b) (((a)>(b))?(a):(b)) ^
Created attachment 177640 [details] patch Fixed.
A commit references this bug: Author: jhale Date: Sun Dec 4 01:56:51 UTC 2016 New revision: 427752 URL: https://svnweb.freebsd.org/changeset/ports/427752 Log: Update to 20161201 PR: 215023 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Changes: head/sysutils/cpuid/Makefile head/sysutils/cpuid/distinfo head/sysutils/cpuid/files/patch-cpuid.c
Committed, thanks!