Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 01:45:10 +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: r534230 - head/devel/arm-none-eabi-gcc492
Message-ID:  <202005070145.0471jARO068007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Thu May  7 01:45:10 2020
New Revision: 534230
URL: https://svnweb.freebsd.org/changeset/ports/534230

Log:
  devel/arm-none-eabi-gcc492: add objdump binutils dependency
  
  /usr/bin/objdump has been removed from the base system for FreeBSD 13.0.
  
  PR:		212319 [exp-run]
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/devel/arm-none-eabi-gcc492/Makefile

Modified: head/devel/arm-none-eabi-gcc492/Makefile
==============================================================================
--- head/devel/arm-none-eabi-gcc492/Makefile	Thu May  7 01:44:40 2020	(r534229)
+++ head/devel/arm-none-eabi-gcc492/Makefile	Thu May  7 01:45:10 2020	(r534230)
@@ -17,7 +17,8 @@ LICENSE_COMB=	multi
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libmpc.so:math/mpc
-BUILD_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
+BUILD_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \
+		objdump:devel/objdump
 RUN_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
 
 USES=	compiler gmake iconv libtool makeinfo tar:bzip2



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