svn commit: r334627 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Sat Nov 23 00:24:01 UTC 2013


Author: gerald
Date: Sat Nov 23 00:24:00 2013
New Revision: 334627
URL: http://svnweb.freebsd.org/changeset/ports/334627

Log:
  Work around ports infrastructure breakage introduced with staging and
  remove info/gcc46 ourselves.
  
  Reported by:	QAT, amdmi3, mandree, bf, dbn
  PR:		184178

Modified:
  head/lang/gcc/pkg-plist

Modified: head/lang/gcc/pkg-plist
==============================================================================
--- head/lang/gcc/pkg-plist	Sat Nov 23 00:15:03 2013	(r334626)
+++ head/lang/gcc/pkg-plist	Sat Nov 23 00:24:00 2013	(r334627)
@@ -78,4 +78,5 @@ 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-all mailing list