Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 03:23:44 +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: r425670 - head/security/hpenc
Message-ID:  <201611080323.uA83NitG076955@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 03:23:44 2016
New Revision: 425670
URL: https://svnweb.freebsd.org/changeset/ports/425670

Log:
  Also broken on arm64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/hpenc/Makefile

Modified: head/security/hpenc/Makefile
==============================================================================
--- head/security/hpenc/Makefile	Tue Nov  8 03:20:49 2016	(r425669)
+++ head/security/hpenc/Makefile	Tue Nov  8 03:23:44 2016	(r425670)
@@ -14,7 +14,7 @@ LICENSE=	BSD2CLAUSE
 BROKEN_powerpc64=	Does not build
 
 BROKEN_FreeBSD_9=	does not build
-NOT_FOR_ARCHS=		sparc64
+NOT_FOR_ARCHS=		arm64 sparc64
 NOT_FOR_ARCHS_REASON=	not yet ported to this architecture
 
 USES=		tar:xz compiler:c++11-lib gmake



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