Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 14:54:42 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457168 - head/devel/pire
Message-ID:  <201712241454.vBOEsg6q028740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241454.vBOEsg6q028740>