svn commit: r303633 - in head: devel/pwlib lang/tcl86
Mark Linimon
linimon at FreeBSD.org
Tue Sep 4 03:01:21 UTC 2012
Author: linimon
Date: Tue Sep 4 03:01:19 2012
New Revision: 303633
URL: http://svn.freebsd.org/changeset/ports/303633
Log:
Mark as broken on ARM.
Modified:
head/devel/pwlib/Makefile
head/lang/tcl86/Makefile
Modified: head/devel/pwlib/Makefile
==============================================================================
--- head/devel/pwlib/Makefile Tue Sep 4 02:58:36 2012 (r303632)
+++ head/devel/pwlib/Makefile Tue Sep 4 03:01:19 2012 (r303633)
@@ -34,6 +34,9 @@ MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "arm"
+BROKEN= Does not install on arm: mtree
+.endif
CFLAGS= -O1
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
Modified: head/lang/tcl86/Makefile
==============================================================================
--- head/lang/tcl86/Makefile Tue Sep 4 02:58:36 2012 (r303632)
+++ head/lang/tcl86/Makefile Tue Sep 4 03:01:19 2012 (r303633)
@@ -47,6 +47,10 @@ LATEST_LINK= tcl86${THREADS_SUFFIX}
.include <bsd.port.pre.mk>
+.if ${ARCH} == "arm"
+BROKEN= Does not build on arm
+.endif
+
.if !defined(WITHOUT_TCL_MODULES)
RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules
.endif
More information about the svn-ports-all
mailing list