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

(-)libxcb/Makefile (-3 / +4 lines)
Lines 2-13 Link Here
2
# Date Created:				2006-08-23
2
# Date Created:				2006-08-23
3
# Whom:					Ashish Shukla <wahjava@gmail.com>
3
# Whom:					Ashish Shukla <wahjava@gmail.com>
4
#
4
#
5
# $FreeBSD: ports/x11/libxcb/Makefile,v 1.11 2008/08/21 06:18:40 rafan Exp $
5
# $FreeBSD: ports/x11/libxcb/Makefile,v 1.10 2008/05/28 13:07:31 edwin Exp $
6
#
6
#
7
7
8
PORTNAME=	libxcb
8
PORTNAME=	libxcb
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1.90.1
10
CATEGORIES=	x11
10
CATEGORIES=	x11 python
11
#MASTER_SITES=	XORG/current/src/extras
11
#MASTER_SITES=	XORG/current/src/extras
12
MASTER_SITES=	http://xcb.freedesktop.org/dist/
12
MASTER_SITES=	http://xcb.freedesktop.org/dist/
13
13
Lines 28-33 Link Here
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
USE_XORG=	xau xdmcp
30
USE_XORG=	xau xdmcp
31
USE_PYTHON=	2.5
31
32
32
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
33
CONFIGURE_ARGS+=	--with-check=${LOCALBASE}
34
CONFIGURE_ARGS+=	--with-check=${LOCALBASE}
(-)libxcb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libxcb-1.1.tar.bz2) = 9310b02433273d75d42f10da3c7455aa
1
MD5 (libxcb-1.1.90.1.tar.bz2) = c4b67c5576ed58e2fd4a2855c0b21aa6
2
SHA256 (libxcb-1.1.tar.bz2) = 338b9cb7886b49a5674881cd929def07449e47ffcc1886f4363359883c82d93f
2
SHA256 (libxcb-1.1.90.1.tar.bz2) = 7ccd862a295562412e9fe75cb83cc593db5c88d162b3ce1f7a326dd116381e88
3
SIZE (libxcb-1.1.tar.bz2) = 442755
3
SIZE (libxcb-1.1.90.1.tar.bz2) = 475250
(-)libxcb/pkg-plist (+2 lines)
Lines 19-26 Link Here
19
include/xcb/xf86dri.h
19
include/xcb/xf86dri.h
20
include/xcb/xfixes.h
20
include/xcb/xfixes.h
21
include/xcb/xinerama.h
21
include/xcb/xinerama.h
22
include/xcb/xinput.h
22
include/xcb/xprint.h
23
include/xcb/xprint.h
23
include/xcb/xproto.h
24
include/xcb/xproto.h
25
include/xcb/xselinux.h
24
include/xcb/xtest.h
26
include/xcb/xtest.h
25
include/xcb/xv.h
27
include/xcb/xv.h
26
include/xcb/xvmc.h
28
include/xcb/xvmc.h

Return to bug 126990