svn commit: r534193 - head/devel/powerpc64-gcc

Ed Maste emaste at FreeBSD.org
Wed May 6 16:50:16 UTC 2020


Author: emaste (src committer)
Date: Wed May  6 16:50:15 2020
New Revision: 534193
URL: https://svnweb.freebsd.org/changeset/ports/534193

Log:
  devel/powerpc64-gcc: add binutils dep on objdump
  
  /usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0.
  
  PR:		241159
  Approved by:	bapt
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/devel/powerpc64-gcc/Makefile

Modified: head/devel/powerpc64-gcc/Makefile
==============================================================================
--- head/devel/powerpc64-gcc/Makefile	Wed May  6 16:43:08 2020	(r534192)
+++ head/devel/powerpc64-gcc/Makefile	Wed May  6 16:50:15 2020	(r534193)
@@ -16,7 +16,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/binutils
 RUN_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
 
 CONFLICTS=	${TARGETARCH}-gcc6


More information about the svn-ports-head mailing list