Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 00:22:24 +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: r536828 - head/lang/mit-scheme
Message-ID:  <202005290022.04T0MOoG080093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Fri May 29 00:22:24 2020
New Revision: 536828
URL: https://svnweb.freebsd.org/changeset/ports/536828

Log:
  lang/mit-scheme: 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
  Approved by:	portmgr (blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lang/mit-scheme/Makefile

Modified: head/lang/mit-scheme/Makefile
==============================================================================
--- head/lang/mit-scheme/Makefile	Fri May 29 00:20:19 2020	(r536827)
+++ head/lang/mit-scheme/Makefile	Fri May 29 00:22:24 2020	(r536828)
@@ -13,6 +13,8 @@ COMMENT=	MIT Scheme: includes runtime, compiler, and e
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	as:devel/binutils
+
 ONLY_FOR_ARCHS=	i386 amd64
 GNU_CONFIGURE=	yes
 USES=		gmake



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