Builds of multimedia/vid.stab assume that SSE is available on all architectures. We should probably add configure knowledge to it such that ARM and MIPS builds don't do that. [armv6] http://chips.ysv.freebsd.org/data/11armv6-11armv6/2015-01-25_16h41m39s/logs/errors/vid.stab-0.98.2.log [mips32] http://dirty.ysv.freebsd.org/data/11mips32-11mips32/2015-01-26_23h32m57s/logs/errors/vid.stab-0.98.2.log If SSE is required to build, then we should mark this only for arch's i386/amd64.
A commit references this bug: Author: avilla Date: Thu Jun 11 17:12:08 UTC 2015 New revision: 389231 URL: https://svnweb.freebsd.org/changeset/ports/389231 Log: multimedia/vid.stab: fix build on ARM and MIPS The project was hardcoding SSE support, thus making the build fail on ARM and MIPS architectures. PR: 197133 MFH: 2015Q2 Changes: head/multimedia/vid.stab/files/ head/multimedia/vid.stab/files/patch-CMakeModules_FindSSE.cmake
Fix committed, waiting for MFH to close.
A commit references this bug: Author: avilla Date: Fri Jun 12 00:23:24 UTC 2015 New revision: 389256 URL: https://svnweb.freebsd.org/changeset/ports/389256 Log: MFH: r389231 multimedia/vid.stab: fix build on ARM and MIPS The project was hardcoding SSE support, thus making the build fail on ARM and MIPS architectures. PR: 197133 Approved by: portmgr Changes: _U branches/2015Q2/ branches/2015Q2/multimedia/vid.stab/files/
MFH complete.