svn commit: r422323 - head/misc/rump

Mark Linimon linimon at FreeBSD.org
Sat Sep 17 13:27:05 UTC 2016


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
 


More information about the svn-ports-head mailing list