svn commit: r492275 - head/security/masscan

Mark Linimon linimon at FreeBSD.org
Tue Feb 5 23:01:12 UTC 2019


Author: linimon
Date: Tue Feb  5 23:01:11 2019
New Revision: 492275
URL: https://svnweb.freebsd.org/changeset/ports/492275

Log:
  This port builds on powerpc64.  x86 assembly sections are ifdef'd so
  they are only used on x86.  So, remove the restriction to attempt to
  build on other archs.
  
  PR:		235529
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/masscan/Makefile

Modified: head/security/masscan/Makefile
==============================================================================
--- head/security/masscan/Makefile	Tue Feb  5 22:30:58 2019	(r492274)
+++ head/security/masscan/Makefile	Tue Feb  5 23:01:11 2019	(r492275)
@@ -10,9 +10,6 @@ COMMENT=	Very fast port scanner
 
 LICENSE=	GPLv3
 
-ONLY_FOR_ARCHS=		i386 amd64
-ONLY_FOR_ARCHS_REASON=	invokes x86 assembler
-
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	robertdavidgraham


More information about the svn-ports-all mailing list