Date: Wed, 12 Feb 2014 21:35:41 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344019 - head/Mk Message-ID: <201402122135.s1CLZfZk000787@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Feb 12 21:35:41 2014 New Revision: 344019 URL: http://svnweb.freebsd.org/changeset/ports/344019 QAT: https://qat.redports.org/buildarchive/r344019/ Log: Add ccache-update-links to _FORCE_POST_PATTERNS to run it after gcc has been uninstalled With hat: portmgr Modified: head/Mk/bsd.pkgng.mk Modified: head/Mk/bsd.pkgng.mk ============================================================================== --- head/Mk/bsd.pkgng.mk Wed Feb 12 21:27:32 2014 (r344018) +++ head/Mk/bsd.pkgng.mk Wed Feb 12 21:35:41 2014 (r344019) @@ -25,7 +25,8 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfo load-octave-pkg \ update-desktop-database update-mime-database \ gdk-pixbuf-query-loaders catalog.ports \ - glib-compile-schemas + glib-compile-schemas \ + ccache-update-links PLIST_REINPLACE:= ${PLIST_REINPLACE:Ndirrmtry} PLIST_REINPLACE:= ${PLIST_REINPLACE:Nstopdaemon}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402122135.s1CLZfZk000787>