On 23.08.2012 19:27, Mark Linimon wrote:
ge...@freebsd.org devel/nspr
m...@aldan.algebra.com devel/qmake
off...@freebsd.org devel/icu
po...@freebsd.org 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
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"