Created attachment 207859 [details] v1 libXp is about to be deprecated. Attached patch removes the dependency on it from x11/xforward, since it seems to not be used anyway. (no dynamic linkage against libXp, no error when removing the dependency, no mention in the source or build scripts). When setting the STATIC option, libXp is originally linked in, but patching the Makefile to not link against it works. This is part of the attached patch.
Thank you. I'll commit this shortly.
A commit references this bug: Author: cy Date: Thu Sep 26 19:34:54 UTC 2019 New revision: 512981 URL: https://svnweb.freebsd.org/changeset/ports/512981 Log: Remove dependency on libXp. PR: 240846 Submitted by: zeising Changes: head/x11/xforward/Makefile head/x11/xforward/files/patch-Makefile