Re: libXfont2: disable font server code

2019-06-16 Thread Matthieu Herrb
On Sun, Jun 09, 2019 at 07:22:26PM +0200, Matthieu Herrb wrote:
> 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?

ping

> 
> 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 -  1.2
> +++ Makefile.bsd-wrapper  9 Jun 2019 17:15:38 -
> @@ -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 
> 
> -- 
> Matthieu Herrb

-- 
Matthieu Herrb



libXfont2: disable font server code

2019-06-09 Thread Matthieu Herrb
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-wrapper26 May 2018 07:51:00 -  1.2
+++ Makefile.bsd-wrapper9 Jun 2019 17:15:38 -
@@ -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 

-- 
Matthieu Herrb