svn commit: r513987 - head/security/p5-Net-SinFP

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 7 18:28:07 UTC 2019


Author: pkubaj
Date: Mon Oct  7 18:28:06 2019
New Revision: 513987
URL: https://svnweb.freebsd.org/changeset/ports/513987

Log:
  security/p5-Net-SinFP: unbreak on powerpc*
  
  Builds fine on powerpc64.
  
  Also confirmed by: https://seclists.org/pen-test/2006/Dec/234
  
  The commit that locked it only to LE architectures happened just a few months earlier in r172915.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/security/p5-Net-SinFP/Makefile

Modified: head/security/p5-Net-SinFP/Makefile
==============================================================================
--- head/security/p5-Net-SinFP/Makefile	Mon Oct  7 17:59:49 2019	(r513986)
+++ head/security/p5-Net-SinFP/Makefile	Mon Oct  7 18:28:06 2019	(r513987)
@@ -27,9 +27,6 @@ COMMENT=	Full operating system stack fingerprinting su
 LICENSE=	ART10
 LICENSE_FILE=	${WRKSRC}/LICENSE.Artistic
 
-NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON=	does not support big-endian architectures
-
 .if ${PORTNAME} == "Net-SinFP"
 PKGNAMEPREFIX=	p5-
 


More information about the svn-ports-head mailing list