From owner-svn-ports-head@freebsd.org Wed Aug 9 15:36:29 2017 Return-Path: Delivered-To: svn-ports-head@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 07B53DCF9D4; Wed, 9 Aug 2017 15:36:29 +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 D59E1763BB; Wed, 9 Aug 2017 15:36:28 +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 v79FaSiu066886; Wed, 9 Aug 2017 15:36:28 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v79FaR9C066884; Wed, 9 Aug 2017 15:36:27 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708091536.v79FaR9C066884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 9 Aug 2017 15:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447629 - head/devel/gcc-arm-embedded X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/devel/gcc-arm-embedded X-SVN-Commit-Revision: 447629 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2017 15:36:29 -0000 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 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