svn commit: r456894 - in head: devel/lightning games/jaggedalliance2

Mark Linimon linimon at FreeBSD.org
Thu Dec 21 08:59:34 UTC 2017


Author: linimon
Date: Thu Dec 21 08:59:33 2017
New Revision: 456894
URL: https://svnweb.freebsd.org/changeset/ports/456894

Log:
  Use the modern spellings of 'arm' to attempt to build these on the cluster.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/lightning/Makefile
  head/games/jaggedalliance2/Makefile

Modified: head/devel/lightning/Makefile
==============================================================================
--- head/devel/lightning/Makefile	Thu Dec 21 08:54:58 2017	(r456893)
+++ head/devel/lightning/Makefile	Thu Dec 21 08:59:33 2017	(r456894)
@@ -20,7 +20,7 @@ USE_LDCONFIG=	yes
 
 PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:S/powerpc/ppc/}
 
-ONLY_FOR_ARCHS=	amd64 arm i386 mips powerpc sparc64
+ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 mips powerpc sparc64
 
 INFO=		lightning
 

Modified: head/games/jaggedalliance2/Makefile
==============================================================================
--- head/games/jaggedalliance2/Makefile	Thu Dec 21 08:54:58 2017	(r456893)
+++ head/games/jaggedalliance2/Makefile	Thu Dec 21 08:59:33 2017	(r456894)
@@ -12,7 +12,7 @@ MAINTAINER=	lme at FreeBSD.org
 COMMENT=	Port of "Jagged Alliance 2" using SDL
 
 # Ignore this if you feel adventurous
-ONLY_FOR_ARCHS=		amd64 arm i386
+ONLY_FOR_ARCHS=		aarch64 amd64 arm armv6 armv7 i386
 ONLY_FOR_ARCHS_REASON=	Needs a little endian environment
 
 NO_CDROM=	License only permits non-commerical use


More information about the svn-ports-all mailing list