Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2017 06:24:31 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447444 - in head/lang: gcc5 gcc6
Message-ID:  <201708060624.v766OVkm051778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Aug  6 06:24:31 2017
New Revision: 447444
URL: https://svnweb.freebsd.org/changeset/ports/447444

Log:
  Remove workaround for PR 219274 that bapt@ had put in place in 2014
  from pkg-plist for lang/gcc5 and lang/gcc6 (which won't be updated
  too soon otherwise).
  
  PR:		219274

Modified:
  head/lang/gcc5/pkg-plist
  head/lang/gcc6/pkg-plist

Modified: head/lang/gcc5/pkg-plist
==============================================================================
--- head/lang/gcc5/pkg-plist	Sun Aug  6 06:21:55 2017	(r447443)
+++ head/lang/gcc5/pkg-plist	Sun Aug  6 06:24:31 2017	(r447444)
@@ -16,7 +16,6 @@ bin/gcc-ranlib%%SUFFIX%%
 bin/gcov%%SUFFIX%%
 bin/gcov-tool%%SUFFIX%%
 bin/gfortran%%SUFFIX%%
-@comment info/gcc%%SUFFIX%%/dir
 man/man1/cpp%%SUFFIX%%.1.gz
 man/man1/g++%%SUFFIX%%.1.gz
 man/man1/gcc%%SUFFIX%%.1.gz

Modified: head/lang/gcc6/pkg-plist
==============================================================================
--- head/lang/gcc6/pkg-plist	Sun Aug  6 06:21:55 2017	(r447443)
+++ head/lang/gcc6/pkg-plist	Sun Aug  6 06:24:31 2017	(r447444)
@@ -17,7 +17,6 @@ bin/gcov%%SUFFIX%%
 bin/gcov-dump%%SUFFIX%%
 bin/gcov-tool%%SUFFIX%%
 bin/gfortran%%SUFFIX%%
-@comment info/gcc%%SUFFIX%%/dir
 man/man1/cpp%%SUFFIX%%.1.gz
 man/man1/g++%%SUFFIX%%.1.gz
 man/man1/gcc%%SUFFIX%%.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708060624.v766OVkm051778>