Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 02:00:45 +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: r534236 - head/devel/mingw32-gcc
Message-ID:  <202005070200.04720jvi075254@repo.freebsd.org>

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

Log:
  devel/mingw32-gcc: add objdump binutils dependency
  
  /usr/bin/objdump has been removed from the base system before FreeBSD 13.
  
  PR:		212319 [exp-run]
  Approved by:	bapt

Modified:
  head/devel/mingw32-gcc/Makefile

Modified: head/devel/mingw32-gcc/Makefile
==============================================================================
--- head/devel/mingw32-gcc/Makefile	Thu May  7 01:59:20 2020	(r534235)
+++ head/devel/mingw32-gcc/Makefile	Thu May  7 02:00:45 2020	(r534236)
@@ -16,7 +16,8 @@ LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	${PKGNAMEPREFIX}as:devel/binutils@${PKGNAMEPREFIX:C/-$//} \
-		mingwm10.dll:devel/${PKGNAMEPREFIX}bin-msvcrt
+		mingwm10.dll:devel/${PKGNAMEPREFIX}bin-msvcrt \
+		objdump:devel/binutils
 RUN_DEPENDS=	${PKGNAMEPREFIX}as: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?202005070200.04720jvi075254>