svn commit: r537091 - head/lang/myrddin

Ed Maste emaste at FreeBSD.org
Sat May 30 16:01:53 UTC 2020


Author: emaste (src committer)
Date: Sat May 30 16:01:52 2020
New Revision: 537091
URL: https://svnweb.freebsd.org/changeset/ports/537091

Log:
  lang/myrddin: 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/lang/myrddin/Makefile

Modified: head/lang/myrddin/Makefile
==============================================================================
--- head/lang/myrddin/Makefile	Sat May 30 15:59:56 2020	(r537090)
+++ head/lang/myrddin/Makefile	Sat May 30 16:01:52 2020	(r537091)
@@ -11,6 +11,8 @@ COMMENT=	Myrddin Compiler
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	as:devel/binutils
+
 ONLY_FOR_ARCHS=	amd64
 
 USES=	gmake


More information about the svn-ports-all mailing list