<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 23.08.2012 19:27, Mark Linimon
wrote:<br>
</div>
<blockquote cite="mid:20120823232736.GE13223@lonesome.com"
type="cite">
<pre wrap=""><a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:gecko@FreeBSD.org">gecko@FreeBSD.org</a> devel/nspr
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:mi@aldan.algebra.com">mi@aldan.algebra.com</a> devel/qmake
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:office@FreeBSD.org">office@FreeBSD.org</a> devel/icu
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ports@FreeBSD.org">ports@FreeBSD.org</a> lang/tcl86</pre>
</blockquote>
I'd give a shot at repairing the above four, if I had access to an
ARM system... None are present on the <a
href="http://www.freebsd.org/internal/machines.html">current list</a>,
however...<br>
<br>
Or, if you shared the errorlogs, a simple fix might be obvious even
without hands-on access to a build host.<br>
<blockquote type="cite">
<pre wrap="">+.if ${ARCH} == "arm"
+BROKEN= Does not compile on arm
+.endif
</pre>
</blockquote>
Would not the below be better?<br>
<blockquote><tt>NOT_FOR_ARCHS= arm<br>
NOT_FOR_ARCHS_REASON_ARM= Does not compile on arm</tt><br>
</blockquote>
The above method may spare you having to switch some of the affected
ports from the simple <tt>bsd.port.mk</tt> to <tt>bsd.port.pre.mk</tt>.<br>
<br>
Yours,<br>
<blockquote>-mi<br>
</blockquote>
</body>
</html>