https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229772
--- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: adridg Date: Mon Apr 15 10:22:55 UTC 2019 New revision: 499012 URL: https://svnweb.freebsd.org/changeset/ports/499012 Log: Fix libICE detection in x11/plasma5-plasma-workspace Looking for _IceTransNoListen in libICE was broken because libICE isn't in the standard linker paths. Use full path instead. This allows ksmserver to switch off TCP-listening in libICE, and so ksmserver no longer opens a port (on all interfaces). This is normal behavior everywhere else. Users needing the old behavior, add --nolocal to ksmserver's flags. Patch has been submitted upstream. PR: 229772 Changes: head/x11/plasma5-plasma-workspace/Makefile head/x11/plasma5-plasma-workspace/files/patch-ksmserver_CMakeLists.txt head/x11/plasma5-plasma-workspace/files/patch-startkde__startkde.cmake -- You are receiving this mail because: You are the assignee for the bug.