From 32fb0c00aaf8613511dcdd69d24c913577769025 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Sat, 12 Sep 2015 00:35:33 +0200 Subject: [PATCH] Portupgrade step --- .../2015-09-05-building-kde-libraries.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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`.