[Bug 230899] dns/void-zones-tools: error: unknown target CPU 'k6-3'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 26 02:54:30 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230899
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ports-bugs at FreeBSD.org |tobik at freebsd.org
CC| |tobik at freebsd.org
--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
Ports need to respect CFLAGS (see [1]) and this port evidently does
not. Using `-march=native -msse3` is really bad because it creates
binaries that target the build host CPU only and they'll be unusable
on many machines with different (maybe older) CPUs. The runtime when
using the binary package from pkg.FreeBSD.org is likely silently broken
on many machines too.
void-zone-tools's Makefile needs to be patched.
[1] https://www.freebsd.org/doc/en/books/porters-handbook/dads-cflags.html
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list