Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2013 22:03:07 +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: r334619 - head/lang/gcc46
Message-ID:  <201311222203.rAMM37iL070720@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Nov 22 22:03:06 2013
New Revision: 334619
URL: http://svnweb.freebsd.org/changeset/ports/334619

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/gcc46/pkg-plist

Modified: head/lang/gcc46/pkg-plist
==============================================================================
--- head/lang/gcc46/pkg-plist	Fri Nov 22 21:48:10 2013	(r334618)
+++ head/lang/gcc46/pkg-plist	Fri Nov 22 22:03:06 2013	(r334619)
@@ -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
+@dirrmtry info/gcc%%SUFFIX%%
 @comment Insert PLIST.lib here



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