Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2017 08:54:58 +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: r456893 - head/security/1password-client
Message-ID:  <201712210854.vBL8swMK033835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec 21 08:54:58 2017
New Revision: 456893
URL: https://svnweb.freebsd.org/changeset/ports/456893

Log:
  The ARCH value of 'arm' is only for arm v4/v5 which are antique.  Let's
  try to let it build on aarch64 instead.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/1password-client/Makefile

Modified: head/security/1password-client/Makefile
==============================================================================
--- head/security/1password-client/Makefile	Thu Dec 21 08:44:38 2017	(r456892)
+++ head/security/1password-client/Makefile	Thu Dec 21 08:54:58 2017	(r456893)
@@ -9,7 +9,7 @@ MASTER_SITES=	https://cache.agilebits.com/dist/1P/op/p
 MAINTAINER=	adamw@FreeBSD.org
 COMMENT=	1Password CLI client
 
-ONLY_FOR_ARCHS=	amd64 arm i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 USES=		zip
 NO_WRKSUBDIR=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712210854.vBL8swMK033835>