Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2020 13:50:21 +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: r536201 - head/lang/hla
Message-ID:  <202005221350.04MDoLjS096526@repo.freebsd.org>

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

Log:
  lang/hla: 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)

Modified:
  head/lang/hla/Makefile

Modified: head/lang/hla/Makefile
==============================================================================
--- head/lang/hla/Makefile	Fri May 22 13:11:04 2020	(r536200)
+++ head/lang/hla/Makefile	Fri May 22 13:50:21 2020	(r536201)
@@ -12,6 +12,8 @@ EXTRACT_ONLY=	${PORTNAME}src${EXTRACT_SUFX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	High Level Assembly
 
+BUILD_DEPENDS=	as:devel/binutils
+
 USES=		bison dos2unix zip:infozip
 
 WRKSRC=		${WRKDIR}/hlasrc/trunk/trunk



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