svn commit: r425670 - head/security/hpenc

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 03:23:45 UTC 2016


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


More information about the svn-ports-head mailing list