K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-08-27T17:04:08.847007Z K 7 svn:log V 654 dns/void-zones-tools: Respect CFLAGS and avoid using -march=native It currently compiles with -march=native which breaks on some machines cc -march=native -mssse3 -ffast-math -std=c11 -g0 -Ofast -fstrict-aliasing -Wno-parentheses binutils.c -c -o binutils.o error: unknown target CPU 'k6-3' Given that the build is currently targeting the build host CPU, existing binary packages on pkg.FreeBSD.org (or elsewhere) might be broken on many machines too, so bump PORTREVISION to trigger a rebuild. PR: 230899 Submitted by: tobik Reported by: Marco Beishuizen Approved by: Vidar Karlsen (maintainer) MFH: 2018Q3 END