View | Details | Raw Unified | Return to bug 269462
Collapse All | Expand All

(-)b/x11/libxcb/Makefile (-3 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	libxcb
1
PORTNAME=	libxcb
2
PORTVERSION=	1.15
2
PORTVERSION=	1.15
3
PORTREVISION=	1
3
CATEGORIES=	x11
4
CATEGORIES=	x11
4
MASTER_SITES=	https://xcb.freedesktop.org/dist/
5
MASTER_SITES=	https://xcb.freedesktop.org/dist/
5
6
Lines 10-18 WWW= https://xcb.freedesktop.org/ Link Here
10
LICENSE=	MIT
11
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
13
BUILD_DEPENDS=	xcb-proto>=1.9:x11/xcb-proto \
14
BUILD_DEPENDS=	xcb-proto>=1.9:x11/xcb-proto
14
		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
15
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
16
15
17
CONFIGURE_ARGS=	--disable-devel-docs --without-doxygen --enable-xinput --enable-xkb
16
CONFIGURE_ARGS=	--disable-devel-docs --without-doxygen --enable-xinput --enable-xkb
18
17
(-)b/x11/libxcb/files/patch-configure (+13 lines)
Added Link Here
1
https://gitlab.freedesktop.org/xorg/lib/libxcb/-/merge_requests/45
2
3
--- configure.orig	2022-05-03 22:15:58 UTC
4
+++ configure
5
@@ -20662,7 +20662,7 @@ case $host_os in
6
 fi
7
 NEEDED="xau >= 0.99.2"
8
 case $host_os in
9
-linux*) ;;
10
+linux*|dragonfly*|freebsd*) ;;
11
      *) NEEDED="$NEEDED pthread-stubs" ;;
12
 esac
13
 

Return to bug 269462