Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 06:17:43 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515580 - head/net-p2p/namecoin-utils
Message-ID:  <201910250617.x9P6HhJA096827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Oct 25 06:17:42 2019
New Revision: 515580
URL: https://svnweb.freebsd.org/changeset/ports/515580

Log:
  net-p2p/namecoin-utils: unbreak on BE architectures
  
  Builds fine on powerpc64.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net-p2p/namecoin-utils/Makefile

Modified: head/net-p2p/namecoin-utils/Makefile
==============================================================================
--- head/net-p2p/namecoin-utils/Makefile	Fri Oct 25 05:57:27 2019	(r515579)
+++ head/net-p2p/namecoin-utils/Makefile	Fri Oct 25 06:17:42 2019	(r515580)
@@ -7,9 +7,6 @@ PKGNAMESUFFIX=	-utils
 COMMENT=	Decentralized, open DNS and more (CLI and Utilities)
 SLAVE_PORT=	yes
 
-ONLY_FOR_ARCHS=	amd64 i386 ia64
-ONLY_FOR_ARCHS_REASON=	does not support big-endian architectures
-
 CONFLICTS_INSTALL=	namecoin-stable-[0-9]* namecoin-stable-daemon-[0-9]* namecoin-stable-utils-[0-9]* \
 		namecoin-beta-[0-9]* namecoin-beta-daemon-[0-9]* namecoin-beta-utils-[0-9]*
 



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