svn commit: r335820 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Sat Dec 7 10:05:49 UTC 2013


Author: gerald
Date: Sat Dec  7 10:05:49 2013
New Revision: 335820
URL: http://svnweb.freebsd.org/changeset/ports/335820

Log:
  Revert revision 334627 from 2013-11-23 that worked around a problem with
  the staging infrastructure and had us remove info/gcc46 ourselves. [1]
  
  This has now been addressed in the general infrastructure and actually
  causes warnings in some cases. [2]
  
  PR:		184178 [1]
  Reported by:	amdmi3 [2]

Modified:
  head/lang/gcc/pkg-plist

Modified: head/lang/gcc/pkg-plist
==============================================================================
--- head/lang/gcc/pkg-plist	Sat Dec  7 10:01:55 2013	(r335819)
+++ head/lang/gcc/pkg-plist	Sat Dec  7 10:05:49 2013	(r335820)
@@ -78,5 +78,4 @@ share/gcc-%%GCC_VERSION%%/python/libstdc
 %%JAVA%%share/java/libgcj-tools-%%GCC_VERSION%%.jar
 @exec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
 @unexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
- at dirrmtry info/gcc%%SUFFIX%%
 @comment Insert PLIST.lib here


More information about the svn-ports-head mailing list