Created attachment 177012 [details] v1 - Add |make test| support [1] after ports r398125 - Convert to install-strip from automake - Drop ports r248211 it builds fine on 9.3/10.1/11.0 [2] [1] caveat: broken on 9.x (due to C++11) which reaches EOL in 2016-12-31 [2] If you really want to keep it here's more correct version that doesn't override -march from CPUTYPE defined in make.conf .if empty(CFLAGS:M-march=*) CFLAGS_i386+= -march=i686 .endif
poudriere bulk -t is green on 93i386, 93amd64, 101i386, 103amd64, 110i386, head-amd64
A commit references this bug: Author: jbeich Date: Sun Dec 11 16:23:50 UTC 2016 New revision: 428363 URL: https://svnweb.freebsd.org/changeset/ports/428363 Log: devel/msgpack: modernize - Add |make test| support after ports r398125 - Convert to install-strip from automake - Drop ports r248211 it builds fine on 9.3/10.1/11.0 PR: 214523 Approved by: maintainer timeout (3 weeks) Changes: head/devel/msgpack/Makefile