svn commit: r534236 - head/devel/mingw32-gcc

Ed Maste emaste at FreeBSD.org
Thu May 7 02:00:46 UTC 2020


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 \


More information about the svn-ports-head mailing list