Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2017 15:36:27 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447629 - head/devel/gcc-arm-embedded
Message-ID:  <201708091536.v79FaR9C066884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Aug  9 15:36:27 2017
New Revision: 447629
URL: https://svnweb.freebsd.org/changeset/ports/447629

Log:
  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

Modified:
  head/devel/gcc-arm-embedded/Makefile
  head/devel/gcc-arm-embedded/pkg-plist

Modified: head/devel/gcc-arm-embedded/Makefile
==============================================================================
--- head/devel/gcc-arm-embedded/Makefile	Wed Aug  9 15:27:50 2017	(r447628)
+++ head/devel/gcc-arm-embedded/Makefile	Wed Aug  9 15:36:27 2017	(r447629)
@@ -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
 

Modified: head/devel/gcc-arm-embedded/pkg-plist
==============================================================================
--- head/devel/gcc-arm-embedded/pkg-plist	Wed Aug  9 15:27:50 2017	(r447628)
+++ head/devel/gcc-arm-embedded/pkg-plist	Wed Aug  9 15:36:27 2017	(r447629)
@@ -2640,6 +2640,8 @@ gcc-arm-embedded-%%FULL_VERSION%%/share/gcc-%%TARGET%%
 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



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