svn commit: r457168 - head/devel/pire

Mark Linimon linimon at FreeBSD.org
Sun Dec 24 14:54:44 UTC 2017


Author: linimon
Date: Sun Dec 24 14:54:42 2017
New Revision: 457168
URL: https://svnweb.freebsd.org/changeset/ports/457168

Log:
  Tested to build on powerpc64.
  
  The src tree does not have any comments about being endian-specific, so
  let's just remove the lines.
  
  Reported by:	jbeich
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/pire/Makefile

Modified: head/devel/pire/Makefile
==============================================================================
--- head/devel/pire/Makefile	Sun Dec 24 14:42:11 2017	(r457167)
+++ head/devel/pire/Makefile	Sun Dec 24 14:54:42 2017	(r457168)
@@ -13,9 +13,6 @@ COMMENT=	Perl Incompatible Regular Expressions library
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON=	does not support big-endian architectures
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	dprokoptsev
 


More information about the svn-ports-all mailing list