svn commit: r318960 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Fri May 24 11:51:08 UTC 2013
Author: bdrewery
Date: Fri May 24 11:51:08 2013
New Revision: 318960
URL: http://svnweb.freebsd.org/changeset/ports/318960
Log:
- Run ldconfig in post-deinstall for pkgng.
This was a pkg-1.0.9 regression. The impact of this is
that some ld cache files would show as leftovers.
PR: ports/178837
Submitted by: Antoine Brodin <antoine at FreeBSD.org>
Tested by: miwi, bdrewery
With hat: portmgr
Modified:
head/Mk/bsd.pkgng.mk
Modified: head/Mk/bsd.pkgng.mk
==============================================================================
--- head/Mk/bsd.pkgng.mk Fri May 24 11:47:26 2013 (r318959)
+++ head/Mk/bsd.pkgng.mk Fri May 24 11:51:08 2013 (r318960)
@@ -20,6 +20,7 @@ PKGUPGRADE?= ${PKGDIR}/pkg-upgrade
_FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \
fonts.dir fonts.scale gtk-update-icon-cache \
gio-querymodules \
+ ldconfig \
update-desktop-database update-mime-database \
gdk-pixbuf-query-loaders catalog.ports \
glib-compile-schemas
More information about the svn-ports-all
mailing list