Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 19:01:44 +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: r534859 - in head/devel: freebsd-gcc6 freebsd-gcc9
Message-ID:  <202005101901.04AJ1imV053390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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