Hi, We disabled almost all X font server support code already. The patch below removes support for connecting to a font server from libXfont2.
It means that you X server will no longer be able to use fonts from a remote font server. But did you even know this was possible ? ok? comments? Index: Makefile.bsd-wrapper =================================================================== RCS file: /cvs/OpenBSD/xenocara/lib/libXfont2/Makefile.bsd-wrapper,v retrieving revision 1.2 diff -u -r1.2 Makefile.bsd-wrapper --- Makefile.bsd-wrapper 26 May 2018 07:51:00 -0000 1.2 +++ Makefile.bsd-wrapper 9 Jun 2019 17:15:38 -0000 @@ -3,6 +3,6 @@ SHARED_LIBS= Xfont2 1.0 -CONFIGURE_ARGS+= --with-xmlto=no --disable-devel-docs +CONFIGURE_ARGS+= --disable-fc --with-xmlto=no --disable-devel-docs .include <bsd.xorg.mk> -- Matthieu Herrb
