svn commit: r397883 - head/security/hpenc

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:31:43 UTC 2015


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


More information about the svn-ports-all mailing list