Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 21:31:43 +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: r397883 - head/security/hpenc
Message-ID:  <201509252131.t8PLVh3t057333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Sep 25 21:31:42 2015
New Revision: 397883
URL: https://svnweb.freebsd.org/changeset/ports/397883

Log:
  Mark as broken on sparc64: not yet ported to this architecture.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/security/hpenc/Makefile

Modified: head/security/hpenc/Makefile
==============================================================================
--- head/security/hpenc/Makefile	Fri Sep 25 21:30:34 2015	(r397882)
+++ head/security/hpenc/Makefile	Fri Sep 25 21:31:42 2015	(r397883)
@@ -12,6 +12,8 @@ COMMENT=	Fast authenticated encryption C
 LICENSE=	BSD2CLAUSE
 
 BROKEN_FreeBSD_9=	does not build
+NOT_FOR_ARCHS=		sparc64
+NOT_FOR_ARCHS_REASON=	not yet ported to this architecture
 
 USES=		tar:xz compiler:c++11-lib gmake
 USE_OPENSSL=	yes



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