Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 01:48:53 +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: r534233 - head/devel/riscv64-gcc
Message-ID:  <202005070148.0471mr0a068553@repo.freebsd.org>

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

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

Modified:
  head/devel/riscv64-gcc/Makefile

Modified: head/devel/riscv64-gcc/Makefile
==============================================================================
--- head/devel/riscv64-gcc/Makefile	Thu May  7 01:48:05 2020	(r534232)
+++ head/devel/riscv64-gcc/Makefile	Thu May  7 01:48:52 2020	(r534233)
@@ -12,7 +12,8 @@ COMMENT=	Cross GNU Compiler Collection for ${PKGNAMEPR
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-BUILD_DEPENDS=	${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//}
+BUILD_DEPENDS=	${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//} \
+		objdump:devel/binutils
 RUN_DEPENDS=	${PKGNAMEPREFIX}binutils>0:devel/binutils@${PKGNAMEPREFIX:C/-$//}
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \



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