From owner-svn-ports-head@freebsd.org Fri Feb 15 22:00:22 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6215E14EB210; Fri, 15 Feb 2019 22:00:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0E02877F4; Fri, 15 Feb 2019 22:00:21 +0000 (UTC) (envelope-from jhb@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E609B24AD8; Fri, 15 Feb 2019 22:00:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1FM0LCQ086824; Fri, 15 Feb 2019 22:00:21 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1FM0Lkp086823; Fri, 15 Feb 2019 22:00:21 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201902152200.x1FM0Lkp086823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Fri, 15 Feb 2019 22:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493010 - head/devel/arm-none-eabi-gcc X-SVN-Group: ports-head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: head/devel/arm-none-eabi-gcc X-SVN-Commit-Revision: 493010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F0E02877F4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 15 Feb 2019 22:00:22 -0000 Author: jhb (src,doc committer) Date: Fri Feb 15 22:00:21 2019 New Revision: 493010 URL: https://svnweb.freebsd.org/changeset/ports/493010 Log: Add missing plist entries. Similar to the fix in r477038 for aarch64-none-elf-gcc. Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D19125 Modified: head/devel/arm-none-eabi-gcc/pkg-plist Modified: head/devel/arm-none-eabi-gcc/pkg-plist ============================================================================== --- head/devel/arm-none-eabi-gcc/pkg-plist Fri Feb 15 21:31:33 2019 (r493009) +++ head/devel/arm-none-eabi-gcc/pkg-plist Fri Feb 15 22:00:21 2019 (r493010) @@ -7,6 +7,7 @@ bin/%%GCC_TARGET%%-gcc-ar bin/%%GCC_TARGET%%-gcc-nm bin/%%GCC_TARGET%%-gcc-ranlib bin/%%GCC_TARGET%%-gcov +bin/%%GCC_TARGET%%-gcov-dump bin/%%GCC_TARGET%%-gcov-tool lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtbegin.o lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtend.o @@ -445,3 +446,5 @@ man/man1/%%GCC_TARGET%%-cpp.1.gz man/man1/%%GCC_TARGET%%-g++.1.gz man/man1/%%GCC_TARGET%%-gcc.1.gz man/man1/%%GCC_TARGET%%-gcov.1.gz +man/man1/%%GCC_TARGET%%-gcov-dump.1.gz +man/man1/%%GCC_TARGET%%-gcov-tool.1.gz