Date: Thu, 21 Dec 2017 08:59:33 +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: r456894 - in head: devel/lightning games/jaggedalliance2 Message-ID: <201712210859.vBL8xXom034103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712210859.vBL8xXom034103>