pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: spectrwm in pkgsrc-2018Q4 NetBSD



Can you confirm that you have up-to-date pkgtools/x11-links, have you
rebuilt it with native x11?

Maybe x11-links has broken/missing handling for libxcb-xinput.

That is exactly it - if I apply the attached patch to x11-links, spectrwm builds. Thanks for the tip!

Can someone who is more familiar than I am review said patch and apply/commit if it's OK?

best

  Jaap
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/x11-links/Makefile,v
retrieving revision 1.183
diff -u -r1.183 Makefile
--- Makefile	6 Jun 2018 03:13:49 -0000	1.183
+++ Makefile	7 Jan 2019 21:27:54 -0000
@@ -4,7 +4,7 @@
 #	the x11-links dependency in buildlink3.mk to the correct version,
 #	usually the most recent.
 
-PKGNAME=	x11-links-1.12
+PKGNAME=	x11-links-1.13
 CATEGORIES=	pkgtools x11
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
Index: buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/x11-links/buildlink3.mk,v
retrieving revision 1.76
diff -u -r1.76 buildlink3.mk
--- buildlink3.mk	6 Jun 2018 03:13:49 -0000	1.76
+++ buildlink3.mk	7 Jan 2019 21:27:54 -0000
@@ -12,7 +12,7 @@
 .if !defined(X11_LINKS_BUILDLINK3_MK)
 X11_LINKS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.x11-links+=	x11-links>=1.12
+BUILDLINK_API_DEPENDS.x11-links+=	x11-links>=1.13
 BUILDLINK_PKGSRCDIR.x11-links?=		../../pkgtools/x11-links
 BUILDLINK_DEPMETHOD.x11-links?=		build
 
Index: files/xorg.libxcb
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/x11-links/files/xorg.libxcb,v
retrieving revision 1.17
diff -u -r1.17 xorg.libxcb
--- files/xorg.libxcb	2 Sep 2017 19:17:37 -0000	1.17
+++ files/xorg.libxcb	7 Jan 2019 21:27:54 -0000
@@ -27,7 +27,6 @@
 include/xcb/xcb_icccm.h
 include/xcb/xcb_image.h
 include/xcb/xcb_keysyms.h
-include/xcb/xcb_pixel.h
 include/xcb/xcb_renderutil.h
 include/xcb/xcb_util.h
 include/xcb/xcb_wm.h
@@ -237,6 +236,12 @@
 lib/libxcb-xinerama.so.0.0
 lib/libxcb-xinerama.so.0.1
 lib/libxcb-xinerama.so.1.0
+lib/libxcb-xinput.a
+lib/libxcb-xinput.so
+lib/libxcb-xinput.so.0
+lib/libxcb-xinput.so.0.1
+lib/libxcb-xinput_p.a
+lib/libxcb-xinput_pic.a
 lib/libxcb-xkb.1.dylib
 lib/libxcb-xkb.a
 lib/libxcb-xkb.dylib


Home | Main Index | Thread Index | Old Index