Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 15:56:11 +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: r537088 - head/security/akmos
Message-ID:  <202005301556.04UFuBHO069954@repo.freebsd.org>

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

Log:
  security/akmos: 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/security/akmos/Makefile

Modified: head/security/akmos/Makefile
==============================================================================
--- head/security/akmos/Makefile	Sat May 30 15:52:48 2020	(r537087)
+++ head/security/akmos/Makefile	Sat May 30 15:56:11 2020	(r537088)
@@ -11,6 +11,8 @@ COMMENT=	Cryptographic library with low footprint
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	as:devel/binutils
+
 USES=		cmake compiler:c++11-lang
 
 USE_GITHUB=	yes



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