svn commit: r534859 - in head/devel: freebsd-gcc6 freebsd-gcc9

Ed Maste emaste at FreeBSD.org
Sun May 10 19:01:44 UTC 2020


Author: emaste (src committer)
Date: Sun May 10 19:01:43 2020
New Revision: 534859
URL: https://svnweb.freebsd.org/changeset/ports/534859

Log:
  devel/freebsd-gcc*: add objdump dependency on devel/binutils
  
  /usr/bin/objdump has been removed from the FreeBSD base system in advance
  of FreeBSD 13.0.
  
  Reported by:	antoine
  Approved by:	bapt
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/devel/freebsd-gcc6/Makefile
  head/devel/freebsd-gcc9/Makefile

Modified: head/devel/freebsd-gcc6/Makefile
==============================================================================
--- head/devel/freebsd-gcc6/Makefile	Sun May 10 18:45:15 2020	(r534858)
+++ head/devel/freebsd-gcc6/Makefile	Sun May 10 19:01:43 2020	(r534859)
@@ -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@${TARGETARCH}
+BUILD_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${TARGETARCH} \
+		objdump:devel/binutils
 RUN_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${TARGETARCH}
 
 FLAVORS=	aarch64 amd64 i386 mips mips64 powerpc64 sparc64

Modified: head/devel/freebsd-gcc9/Makefile
==============================================================================
--- head/devel/freebsd-gcc9/Makefile	Sun May 10 18:45:15 2020	(r534858)
+++ head/devel/freebsd-gcc9/Makefile	Sun May 10 19:01:43 2020	(r534859)
@@ -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@${TARGETARCH}
+BUILD_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${TARGETARCH} \
+		objdump:devel/binutils
 RUN_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${TARGETARCH}
 
 FLAVORS=	aarch64 amd64 i386 mips mips64 powerpc powerpc64 riscv64 sparc64


More information about the svn-ports-head mailing list