Created attachment 207880 [details] v1 libXp is about to be deprecated. Attached patch removes the dependency on it from graphics/opendx, since it seems to not be used anyway. The configure script looks for libXp, but proceeds even if it doesn't exist. Looking at the source code, it's never actually used, however, and building graphics/opendx without libXp works fine.
A commit references this bug: Author: zeising Date: Fri Sep 27 15:43:23 UTC 2019 New revision: 513044 URL: https://svnweb.freebsd.org/changeset/ports/513044 Log: graphics/opendx: Remove dependency on libXp Remove dependency on libXp, it is not used. Even though configure looks for libXp, and links against it if it is found, there is no use of it in the code. libXp is getting deprecated. PR: 240865 OKd by: bapt (just fix it) Changes: head/graphics/opendx/Makefile