This port fails at pkg creation time as it compiles and builds an arm-unknown-freebsd directory not an armv6-unknown-freebsd. I suspect the configure script needs to be tweaked to change this. Probably look at devel/binutils for a clue here. https://svnweb.freebsd.org/ports/head/devel/binutils/Makefile?revision=378882&view=markup
Maintainer CC'd
[tags] in summary not needed when Hardware field is set.
Created attachment 153109 [details] fix for armv6 The attached patch should fix that. root@armv6: make -V CONFIGURE_TARGET -C /usr/ports/devel/psptoolchain-binutils arm-unknown-freebsd11.0 root@amd64: make -V CONFIGURE_TARGET -C /usr/ports/devel/psptoolchain-binutils x86_64-unknown-freebsd11.0 I don't have an i386 machine to test... build log for armv6: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/psptoolchain-binutils-2.22_1.log
Created attachment 153151 [details] Updated patch Thanks Mikael, I tested on amd64, and had to slightly tweak your patch, but it works fine. Find attached a new patch
(In reply to Tassilo Philipp from comment #4) If you are ok with the patch, check the maintainer approved button on this bug and I'll commit it later today.
Comment on attachment 153151 [details] Updated patch approved
Comment on attachment 153109 [details] fix for armv6 Obsoleted by maintainer.
A commit references this bug: Author: sbruno Date: Fri Feb 20 16:58:24 UTC 2015 New revision: 379449 URL: https://svnweb.freebsd.org/changeset/ports/379449 Log: Fix directory creation so that a armv6-unknown-freebsd directory is created instead of an arm-unkonwn-freebsd to be friendlier with freebsd pkg tools. PR: 197581 Submitted by: mikael.urankar@gmail.com Approved by: tphilipp@potion-studios.com (maintainer) Changes: head/devel/psptoolchain-binutils/Makefile