diff --git a/source/_posts/2015-09-05-building-kde-libraries.markdown b/source/_posts/2015-09-05-building-kde-libraries.markdown index 4bfd349..de557a4 100644 --- a/source/_posts/2015-09-05-building-kde-libraries.markdown +++ b/source/_posts/2015-09-05-building-kde-libraries.markdown @@ -96,3 +96,16 @@ removal of TeXlive. But that's too much breakage to fix downstream.) Now Digikam displays its splash screen and starts initializing, then segfaults. Hell, I'll have to bite the bullet and upgrade a few hundred packages from ports. :-( + +portupgrade: Be Afraid, Be Very Afraid +====================================== + +```plain +# portmaster -dvw digikam +``` + +(It's beyond my understanding why `-w`, i.e. "Keep old shared libs in the hope of not rendering +other applications unusable" is not the default) + +As a corollary, I'll have to upgrade to GnuPG 2.1 (dependncy of `security/gpgme`) -- I had so +far carefully stuck with `security/gnupg20`.