Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 15:59:57 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537090 - head/net/zerotier
Message-ID:  <202005301559.04UFxvPu070418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Sat May 30 15:59:56 2020
New Revision: 537090
URL: https://svnweb.freebsd.org/changeset/ports/537090

Log:
  net/zerotier: add BUILD_DEPENDS as:devel/binutils
  
  /usr/bin/as will soon be removed from the FreeBSD base system, for
  FreeBSD 13.0.
  
  Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
  change for existing 11.x and 12.x, which will continue to use the base
  system GNU as 2.17.50.
  
  PR:		205250 [exp-run]
  Approved by:	portmgr (blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/net/zerotier/Makefile

Modified: head/net/zerotier/Makefile
==============================================================================
--- head/net/zerotier/Makefile	Sat May 30 15:57:52 2020	(r537089)
+++ head/net/zerotier/Makefile	Sat May 30 15:59:56 2020	(r537090)
@@ -15,6 +15,8 @@ LICENSE_FILE_BUSINESS=	${WRKSRC}/LICENSE.txt
 LICENSE_FILE_MIT=	${WRKSRC}/ext/json/LICENSE.MIT
 LICENSE_PERMS_BUSINESS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BUILD_DEPENDS=	as:devel/binutils
+
 USES=		gmake compiler:c++14-lang
 USE_RC_SUBR=	zerotier
 



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