Since upgrading ports to r510149, I can't build x11/plasma5-plasma any more. This is from poudriere's build log: --- ===> plasma5-plasma-5.16.4 depends on file: /usr/local/lib/security/pam_kwalle t5.so - not found ===> Installing existing package /packages/All/plasma5-kwallet-pam-5.16.4_1.tx z [def-default-job-01] Installing plasma5-kwallet-pam-5.16.4_1... [def-default-job-01] Extracting plasma5-kwallet-pam-5.16.4_1: ...... done ===> plasma5-plasma-5.16.4 depends on file: /usr/local/lib/security/pam_kwalle t5.so - not found *** Error code 1 --- My system is FreeBSD 12.0-RELEASE-p8. relevant config from make.conf: --- DEFAULT_VERSIONS+= ssl=libressl samba=4.10 php=7.2 pgsql=10 linux=c7 OPTIONS_UNSET+= GSSAPI_BASE GSSAPI_NONE HEIMDAL ALSA JACK PULSE PULSEAUDIO OPTIONS_SET+= GSSAPI_MIT SNDIO PORTAUDIO --- Best regards, Felix
Created attachment 206997 [details] patch Oops, try the attached patch
So there's the pam module now ... works for sure, thank you!
A commit references this bug: Author: tcberner Date: Thu Aug 29 19:41:38 UTC 2019 New revision: 510185 URL: https://svnweb.freebsd.org/changeset/ports/510185 Log: kde.mk: fix kwallet-pam component - the change in r510087 which fixes kwallet-pam on FreeBSD unfortunately did not include an update to the component in kde.mk PR: 240186 Submitted by: mikael.urankar@gmail.com Reported by: Felix Palmen <felix@palmen-it.de> Changes: head/Mk/Uses/kde.mk head/x11/plasma5-plasma/Makefile
Thanks :)