Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2020 13:55:50 +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: r536203 - head/math/ldouble
Message-ID:  <202005221355.04MDto3i002549@repo.freebsd.org>

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

Log:
  math/ldouble: 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/math/ldouble/Makefile

Modified: head/math/ldouble/Makefile
==============================================================================
--- head/math/ldouble/Makefile	Fri May 22 13:53:25 2020	(r536202)
+++ head/math/ldouble/Makefile	Fri May 22 13:55:50 2020	(r536203)
@@ -12,6 +12,8 @@ DISTFILES=	${LDOUBLE_DISTFILE}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Long double math precision functions
 
+BUILD_DEPENDS=	as:devel/binutils
+
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 USE_LDCONFIG=	yes



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