svn commit: r451755 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Wed Oct 11 14:49:23 UTC 2017


Author: gerald
Date: Wed Oct 11 14:49:22 2017
New Revision: 451755
URL: https://svnweb.freebsd.org/changeset/ports/451755

Log:
  Merge revisions 437281
  
    This adds a man page for gcov-dump5 (introduced recently) and also
    one for gcov-tool5 (which we have had for a while).
  
  and 436904
  
    This brings a new little utility program gcov-dump6 to dump code
    coverage data (unfortunately without a man page or documentation).
  
  from lang/gcc5-devel into pkg-plist which I had missed in the update
  to GCC 5.5 a few minutes ago.

Modified:
  head/lang/gcc5/pkg-plist

Modified: head/lang/gcc5/pkg-plist
==============================================================================
--- head/lang/gcc5/pkg-plist	Wed Oct 11 14:35:42 2017	(r451754)
+++ head/lang/gcc5/pkg-plist	Wed Oct 11 14:49:22 2017	(r451755)
@@ -14,12 +14,15 @@ bin/gcc-ar%%SUFFIX%%
 bin/gcc-nm%%SUFFIX%%
 bin/gcc-ranlib%%SUFFIX%%
 bin/gcov%%SUFFIX%%
+bin/gcov-dump%%SUFFIX%%
 bin/gcov-tool%%SUFFIX%%
 bin/gfortran%%SUFFIX%%
 man/man1/cpp%%SUFFIX%%.1.gz
 man/man1/g++%%SUFFIX%%.1.gz
 man/man1/gcc%%SUFFIX%%.1.gz
 man/man1/gcov%%SUFFIX%%.1.gz
+man/man1/gcov-dump%%SUFFIX%%.1.gz
+man/man1/gcov-tool%%SUFFIX%%.1.gz
 man/man1/gfortran%%SUFFIX%%.1.gz
 share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py
 share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py


More information about the svn-ports-all mailing list