svn commit: r318960 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Fri May 24 12:01:50 UTC 2013


On 5/24/2013 6:51 AM, Bryan Drewery wrote:
> 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.
>   

Actually I think this may have caused shlibs to remain cached and be
missing since it was running ldconfig before removing the files. I have
not seen any reports of this being a problem beyond leftover testing.

>   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
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130524/f552764e/attachment.sig>


More information about the svn-ports-all mailing list