Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2012 03:01:19 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303633 - in head: devel/pwlib lang/tcl86
Message-ID:  <201209040301.q8431JYS083568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209040301.q8431JYS083568>