Date: Sat, 23 Nov 2013 00:24:00 +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: r334627 - head/lang/gcc Message-ID: <201311230024.rAN0O0LO040888@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 +@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?201311230024.rAN0O0LO040888>