From owner-svn-ports-head@freebsd.org Thu Dec 21 08:59:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7E7AE87886; Thu, 21 Dec 2017 08:59:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 812807D725; Thu, 21 Dec 2017 08:59:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBL8xX0M034106; Thu, 21 Dec 2017 08:59:33 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBL8xXom034103; Thu, 21 Dec 2017 08:59:33 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712210859.vBL8xXom034103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 21 Dec 2017 08:59:33 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: devel/lightning games/jaggedalliance2 X-SVN-Commit-Revision: 456894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 08:59:34 -0000 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