1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

devel/gcc-arm-embedded: Remove unnecessary LIB_DEPENDS on libelf

Also:
- added missing plist entries
- add missing gettext-runtime to USES
- corrected minor spelling mistake

PR:           220782
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Approved by:  portmgr (maintainer timeout, 2 weeks)
MFH:          2017Q3
This commit is contained in:
Torsten Zuehlsdorff 2017-08-09 15:36:27 +00:00
parent 8e3b0ad1c3
commit 0f0d53f342
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447629
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= gcc-arm-embedded
PORTVERSION= 6.3.20170628
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/
DISTNAME= ${ORIGINAL_PACKAGE_NAME}-src
@ -19,7 +19,7 @@ OPTIONS_DEFINE= PYGDB EXAMPLES HTML PDF DOCS
OPTIONS_DEFAULT=PYGDB
HTML_DESC= Install HTML documentation
PDF_DESC= Install PDF documentation (requires TeX, it is huge)
PYGDB_DESC= Build and install pyhon-enabled gdb in addition to standard one
PYGDB_DESC= Build and install python-enabled gdb in addition to standard one
PDF_USE= TEX=base:build,tex:build,dvipsk:build
PDF_BUILD_DEPENDS= texi2dvi:print/texinfo
@ -35,10 +35,9 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libmpc.so:math/mpc \
libisl.so:devel/isl \
libelf.so:devel/libelf
libisl.so:devel/isl
USES= bison compiler cpe gmake iconv makeinfo tar:bzip2
USES= bison compiler cpe gmake gettext-runtime iconv makeinfo tar:bzip2
GNU_CONFIGURE= yes

View File

@ -2640,6 +2640,8 @@ gcc-arm-embedded-%%FULL_VERSION%%/share/gcc-%%TARGET%%/libstdcxx/__init__.py
gcc-arm-embedded-%%FULL_VERSION%%/share/gcc-%%TARGET%%/libstdcxx/v6/__init__.py
gcc-arm-embedded-%%FULL_VERSION%%/share/gcc-%%TARGET%%/libstdcxx/v6/printers.py
gcc-arm-embedded-%%FULL_VERSION%%/share/gcc-%%TARGET%%/libstdcxx/v6/xmethods.py
%%PYGDB%%%%PORTDOCS%%%%DOCSDIR%%/man/man1/%%TARGET%%-gcov-dump.1.gz
%%PYGDB%%%%PORTDOCS%%%%DOCSDIR%%/man/man1/%%TARGET%%-gcov-tool.1.gz
%%PYGDB%%%%PORTDOCS%%%%DOCSDIR%%/man/man1/%%TARGET%%-gdb.1-py.gz
%%PYGDB%%%%PORTDOCS%%%%DOCSDIR%%/man/man1/%%TARGET%%-gdbserver.1-py.gz
%%PYGDB%%%%PORTDOCS%%%%DOCSDIR%%/man/man5/%%TARGET%%-gdbinit.5-py.gz