svn commit: r534411 - head/devel/psptoolchain-gcc-stage1
Ed Maste
emaste at FreeBSD.org
Fri May 8 16:25:08 UTC 2020
Author: emaste (src committer)
Date: Fri May 8 16:25:08 2020
New Revision: 534411
URL: https://svnweb.freebsd.org/changeset/ports/534411
Log:
devel/psptoolchain-gcc-stage1: add objdump binutils dependency
/usr/bin/objdump has been removed from the base system and will not
be in FreeBSD 13.0.
Reported by: antoine
Approved by: bapt (implicit)
Modified:
head/devel/psptoolchain-gcc-stage1/Makefile
Modified: head/devel/psptoolchain-gcc-stage1/Makefile
==============================================================================
--- head/devel/psptoolchain-gcc-stage1/Makefile Fri May 8 16:11:10 2020 (r534410)
+++ head/devel/psptoolchain-gcc-stage1/Makefile Fri May 8 16:25:08 2020 (r534411)
@@ -34,7 +34,8 @@ BUILD_DEPENDS+= psp-addr2line:devel/psptoolchain-binu
psp-readelf:devel/psptoolchain-binutils \
psp-size:devel/psptoolchain-binutils \
psp-strings:devel/psptoolchain-binutils \
- psp-strip:devel/psptoolchain-binutils
+ psp-strip:devel/psptoolchain-binutils \
+ objdump:devel/binutils
USES+= compiler:c11 gmake libtool tar:bzip2
More information about the svn-ports-all
mailing list