Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 13:27:04 +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: r422323 - head/misc/rump
Message-ID:  <201609171327.u8HDR4wX085422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Sep 17 13:27:04 2016
New Revision: 422323
URL: https://svnweb.freebsd.org/changeset/ports/422323

Log:
  Mark NOT_FOR_ARCHS on various tier-2.
  
  PR:		212740
  Approved by:	maintainer

Modified:
  head/misc/rump/Makefile

Modified: head/misc/rump/Makefile
==============================================================================
--- head/misc/rump/Makefile	Sat Sep 17 13:26:11 2016	(r422322)
+++ head/misc/rump/Makefile	Sat Sep 17 13:27:04 2016	(r422323)
@@ -14,6 +14,9 @@ LICENSE=	BSD2CLAUSE
 
 BROKEN_powerpc64=	Does not build
 
+NOT_FOR_ARCHS=	armv6 mips mips64 sparc64
+NOT_FOR_ARCHS_REASON=	not yet ported to FreeBSD on this architecture
+
 USE_LDCONFIG=	yes
 USE_GCC=	any
 



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