Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 14:40:42 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448107 - branches/2017Q3/devel/gcc-arm-embedded
Message-ID:  <201708171440.v7HEegui066714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Aug 17 14:40:42 2017
New Revision: 448107
URL: https://svnweb.freebsd.org/changeset/ports/448107

Log:
  MFH: r447629
  
  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)
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2017Q3/devel/gcc-arm-embedded/Makefile
  branches/2017Q3/devel/gcc-arm-embedded/pkg-plist
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/gcc-arm-embedded/Makefile
==============================================================================
--- branches/2017Q3/devel/gcc-arm-embedded/Makefile	Thu Aug 17 14:37:18 2017	(r448106)
+++ branches/2017Q3/devel/gcc-arm-embedded/Makefile	Thu Aug 17 14:40:42 2017	(r448107)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gcc-arm-embedded
 PORTVERSION=	6.3.20170223
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/
 DISTNAME=	${ORIGINAL_PACKAGE_NAME}-src
@@ -20,7 +20,7 @@ OPTIONS_DEFAULT=PYGDB
 PURE_DESC=	Use all libraries from bundle, do not depend on anything
 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
 
 PURE_LIB_DEPENDS_OFF=	\
 			libexpat.so:textproc/expat2 \
@@ -40,7 +40,13 @@ NOT_FOR_ARCHS=		aarch64 arm armeb armv6 \
 			mips mips64 mips64el mipsel mipsn32
 NOT_FOR_ARCHS_REASON=	Very slow to build on emulator
 
-USES=			bison compiler cpe gmake iconv makeinfo tar:bzip2
+LIB_DEPENDS=		libexpat.so:textproc/expat2 \
+			libgmp.so:math/gmp \
+			libmpfr.so:math/mpfr \
+			libmpc.so:math/mpc \
+			libisl.so:devel/isl
+
+USES=			bison compiler cpe gmake gettext-runtime iconv makeinfo tar:bzip2
 
 GNU_CONFIGURE=	yes
 

Modified: branches/2017Q3/devel/gcc-arm-embedded/pkg-plist
==============================================================================
--- branches/2017Q3/devel/gcc-arm-embedded/pkg-plist	Thu Aug 17 14:37:18 2017	(r448106)
+++ branches/2017Q3/devel/gcc-arm-embedded/pkg-plist	Thu Aug 17 14:40:42 2017	(r448107)
@@ -2639,6 +2639,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?201708171440.v7HEegui066714>