svn commit: r515325 - head/net-p2p/namecoin-daemon

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 24 09:20:40 UTC 2019


Author: pkubaj
Date: Thu Oct 24 09:20:39 2019
New Revision: 515325
URL: https://svnweb.freebsd.org/changeset/ports/515325

Log:
  net-p2p/namecoin-daemon: remove ONLY_FOR_ARCHS
  
  - ia64 is not supported,
  - the port builds fine on powerpc64 (which is BE) and armv7, it probably builds on both endianesses now
  
  Approved by:	mentors (implicit approval)

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

Modified: head/net-p2p/namecoin-daemon/Makefile
==============================================================================
--- head/net-p2p/namecoin-daemon/Makefile	Thu Oct 24 08:46:13 2019	(r515324)
+++ head/net-p2p/namecoin-daemon/Makefile	Thu Oct 24 09:20:39 2019	(r515325)
@@ -7,9 +7,6 @@ PKGNAMESUFFIX=	-daemon
 COMMENT=	Decentralized, open DNS and more (Daemon)
 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]*
 


More information about the svn-ports-head mailing list