svn commit: r514148 - in head: net-mgmt/ndoutils net-p2p/bitcoin-utils

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 9 12:59:04 UTC 2019


Author: pkubaj
Date: Wed Oct  9 12:59:03 2019
New Revision: 514148
URL: https://svnweb.freebsd.org/changeset/ports/514148

Log:
  net-p2p/bitcoin-utils: unbreak on BE
  net-mgmt/ndouditls: fix build on GCC architectures
  
  ndoutils needs C11 compiler because it links to mysql libraries.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net-mgmt/ndoutils/Makefile
  head/net-p2p/bitcoin-utils/Makefile

Modified: head/net-mgmt/ndoutils/Makefile
==============================================================================
--- head/net-mgmt/ndoutils/Makefile	Wed Oct  9 12:31:58 2019	(r514147)
+++ head/net-mgmt/ndoutils/Makefile	Wed Oct  9 12:59:03 2019	(r514148)
@@ -29,7 +29,7 @@ NAGIOS3X_RUN_DEPENDS=	${LOCALBASE}/bin/nagios:net-mgmt
 NAGIOS4X_RUN_DEPENDS=	${LOCALBASE}/bin/nagios:net-mgmt/nagios4
 NANOSLEEP_CONFIGURE_ENABLE=	nanosleep
 
-USES=		mysql perl5 ssl
+USES=		compiler:c11 mysql perl5 ssl
 USE_RC_SUBR=	ndo2db
 SUB_FILES=	pkg-message
 

Modified: head/net-p2p/bitcoin-utils/Makefile
==============================================================================
--- head/net-p2p/bitcoin-utils/Makefile	Wed Oct  9 12:31:58 2019	(r514147)
+++ head/net-p2p/bitcoin-utils/Makefile	Wed Oct  9 12:59:03 2019	(r514148)
@@ -6,9 +6,6 @@ PKGNAMESUFFIX=	-utils
 COMMENT=	Virtual Peer-to-Peer Currency (CLI and Utilities)
 SLAVE_PORT=	yes
 
-NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON=	does not support big-endian architectures
-
 OPTIONS_DEFINE=		DEBUG HARDENING TESTS
 OPTIONS_RADIO=
 OPTIONS_DEFAULT=	HARDENING TESTS


More information about the svn-ports-head mailing list