svn commit: r556528 - head/misc/rump

Mark Linimon linimon at FreeBSD.org
Sat Nov 28 21:21:00 UTC 2020


Author: linimon
Date: Sat Nov 28 21:20:59 2020
New Revision: 556528
URL: https://svnweb.freebsd.org/changeset/ports/556528

Log:
  Switch from NOT_FOR_ARCHS to the smaller list ONLY_FOR_ARCHS.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/rump/Makefile

Modified: head/misc/rump/Makefile
==============================================================================
--- head/misc/rump/Makefile	Sat Nov 28 21:13:24 2020	(r556527)
+++ head/misc/rump/Makefile	Sat Nov 28 21:20:59 2020	(r556528)
@@ -11,8 +11,8 @@ COMMENT=	Virtualized NetBSD kernel components in users
 
 LICENSE=	BSD2CLAUSE
 
-NOT_FOR_ARCHS=		armv6 armv7 mips mips64 powerpc powerpc64 powerpc64le powerpcspe sparc64
-NOT_FOR_ARCHS_REASON=	not yet ported to FreeBSD on this architecture
+ONLY_FOR_ARCHS=		aarch64 amd64 i386
+ONLY_FOR_ARCHS_REASON=	only supports FreeBSD on this architecture
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rumpkernel


More information about the svn-ports-head mailing list