Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 21:41:39 +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: r397888 - head/security/rcracki_mt
Message-ID:  <201509252141.t8PLfdLT061819@repo.freebsd.org>

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

Log:
  Mark as broken on arm/sparc64: "cannot detect endianness."
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/security/rcracki_mt/Makefile

Modified: head/security/rcracki_mt/Makefile
==============================================================================
--- head/security/rcracki_mt/Makefile	Fri Sep 25 21:40:10 2015	(r397887)
+++ head/security/rcracki_mt/Makefile	Fri Sep 25 21:41:39 2015	(r397888)
@@ -14,6 +14,9 @@ LICENSE=	GPLv2
 
 EXTRACT_DEPENDS=7z:${PORTSDIR}/archivers/p7zip
 
+NOT_FOR_ARCHS=	arm sparc64
+NOT_FOR_ARCHS_REASON=	cannot detect endianness
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 
 USES=		gmake



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