svn commit: r537088 - head/security/akmos

Ed Maste emaste at FreeBSD.org
Sat May 30 15:56:12 UTC 2020


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


More information about the svn-ports-all mailing list