diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 03:01:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 03:01:19 +0000 |
commit | 28e3778d591330a283000fb5bd00552b0ca710a9 (patch) | |
tree | 3db2f054bbf4fbf1c9a23b019ae4358acf08b167 | |
parent | Mark as broken on ARM. (diff) |
Mark as broken on ARM.
Notes
Notes:
svn path=/head/; revision=303633
-rw-r--r-- | devel/pwlib/Makefile | 3 | ||||
-rw-r--r-- | lang/tcl86/Makefile | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 261ad5b99725..8d049d3d1aa8 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -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}" diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index cbda1653c7e8..14853a2526c0 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -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 |