svn commit: r397886 - head/security/masscan

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:38:55 UTC 2015


Author: linimon
Date: Fri Sep 25 21:38:54 2015
New Revision: 397886
URL: https://svnweb.freebsd.org/changeset/ports/397886

Log:
  Mark as broken on sparc64 and others: uses x86 assembler.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/security/masscan/Makefile

Modified: head/security/masscan/Makefile
==============================================================================
--- head/security/masscan/Makefile	Fri Sep 25 21:37:19 2015	(r397885)
+++ head/security/masscan/Makefile	Fri Sep 25 21:38:54 2015	(r397886)
@@ -10,6 +10,9 @@ COMMENT=	Very fast port scanner
 
 LICENSE=	GPLv3
 
+ONLY_FOR_ARCHS=	amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON=	uses i386 assembler
+
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	robertdavidgraham


More information about the svn-ports-all mailing list