svn commit: r536203 - head/math/ldouble

Ed Maste emaste at FreeBSD.org
Fri May 22 13:55:51 UTC 2020


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 at FreeBSD.org
 COMMENT=	Long double math precision functions
 
+BUILD_DEPENDS=	as:devel/binutils
+
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list