svn commit: r549389 - head/sysutils/slurm-wlm

Mark Linimon linimon at FreeBSD.org
Sun Sep 20 19:50:58 UTC 2020


Author: linimon
Date: Sun Sep 20 19:50:57 2020
New Revision: 549389
URL: https://svnweb.freebsd.org/changeset/ports/549389

Log:
  Make exclusion of other 32-bit archs explicit.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/slurm-wlm/Makefile

Modified: head/sysutils/slurm-wlm/Makefile
==============================================================================
--- head/sysutils/slurm-wlm/Makefile	Sun Sep 20 19:23:21 2020	(r549388)
+++ head/sysutils/slurm-wlm/Makefile	Sun Sep 20 19:50:57 2020	(r549389)
@@ -13,7 +13,7 @@ COMMENT=	Simple Linux Utility for Resource Management
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NOT_FOR_ARCHS=		armv6 armv7 i386 powerpc
+NOT_FOR_ARCHS=		armv6 armv7 i386 mips powerpc powerpcspe
 NOT_FOR_ARCHS_REASON=	32-bit support is deprecated
 
 LIB_DEPENDS=	libjson-c.so:devel/json-c \


More information about the svn-ports-all mailing list