On 23.08.2012 19:27, Mark Linimon wrote:
[email protected]      devel/nspr
[email protected]   devel/qmake
[email protected]     devel/icu
[email protected]      lang/tcl86
I'd give a shot at repairing the above four, if I had access to an ARM system... None are present on the current list <http://www.freebsd.org/internal/machines.html>, however...

Or, if you shared the errorlogs, a simple fix might be obvious even without hands-on access to a build host.
+.if ${ARCH} == "arm"
+BROKEN=                Does not compile on arm
+.endif
Would not the below be better?

   NOT_FOR_ARCHS=    arm
   NOT_FOR_ARCHS_REASON_ARM=    Does not compile on arm

The above method may spare you having to switch some of the affected ports from the simple bsd.port.mk to bsd.port.pre.mk.

Yours,

   -mi

_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to