Date: Thu, 24 Oct 2019 09:20:40 +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: r515325 - head/net-p2p/namecoin-daemon Message-ID: <201910240920.x9O9Ket7026121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910240920.x9O9Ket7026121>