svn commit: r534230 - head/devel/arm-none-eabi-gcc492

Ed Maste emaste at FreeBSD.org
Thu May 7 01:45:11 UTC 2020


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


More information about the svn-ports-all mailing list