On Mon, Feb 11, 2019 at 07:34:46AM +0100, Matthieu Herrb wrote:
> Hi,
> 
> I've recently imported xorgproto 2018.4 in xenocara. This is a package
> the unifies all the previous *proto packages from X.Org (except
> xcb-proto which is special), and enabled it yesterday.
> 
> I had to revert that last commit since it is suspected to be the cause
> for this regression mentionned on misc:
> https://marc.info/?l=openbsd-misc&m=154983711329128&w=2
> 
> So please test the following diff for other possible regressions,
> while we're looking at the compton issue.

The compton issue has been found and a patch got committed to ports.

So any ok for this ?

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/xenocara/proto/Makefile,v
> retrieving revision 1.17
> diff -u -r1.17 Makefile
> --- Makefile  10 Feb 2019 23:07:47 -0000      1.17
> +++ Makefile  11 Feb 2019 00:05:49 -0000
> @@ -2,17 +2,7 @@
>  
>  .include <bsd.xconf.mk>
>  
> -SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
> -     fixesproto fontsproto glproto inputproto \
> -     kbproto pmproto xineramaproto presentproto randrproto \
> -     recordproto renderproto resourceproto scrnsaverproto \
> -     videoproto x11proto xcb-proto xcmiscproto xextproto \
> -     xf86bigfontproto xf86dgaproto \
> -     xf86vidmodeproto
> -
> -.if ${XENOCARA_BUILD_DRI:L} == "yes"
> -SUBDIR+= xf86driproto dri2proto dri3proto
> -.endif
> +SUBDIR= xcb-proto xorgproto
>  
>  .include <bsd.subdir.mk>
>  
> -- 
> Matthieu Herrb

-- 
Matthieu Herrb

Reply via email to