svn commit: r397888 - head/security/rcracki_mt

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:41:40 UTC 2015


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


More information about the svn-ports-all mailing list