From owner-svn-ports-branches@freebsd.org Thu Aug 17 14:40:44 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E141DE4F6C; Thu, 17 Aug 2017 14:40:44 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9ADB749B9; Thu, 17 Aug 2017 14:40:43 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7HEeho9066716; Thu, 17 Aug 2017 14:40:43 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7HEegui066714; Thu, 17 Aug 2017 14:40:42 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708171440.v7HEegui066714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 17 Aug 2017 14:40:42 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2017Q3/devel/gcc-arm-embedded X-SVN-Commit-Revision: 448107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 14:40:44 -0000 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 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