Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 12:59:03 +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: r514148 - in head: net-mgmt/ndoutils net-p2p/bitcoin-utils
Message-ID:  <201910091259.x99Cx3qX041545@repo.freebsd.org>

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



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