From 2f8a754ce58bede60ed76db861af66972956b42c Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 10 Sep 2010 20:28:03 +0000 Subject: Update to libX11-1.3.5: - Enable XCB support [pkgsrc] - Improve I18N support - Various bug fixes, including use-after-free and XCB thread fixes --- x11/libX11/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11/libX11/Makefile') diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 8516bc829a3..e3c6e7dad9c 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2010/01/15 21:20:14 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2010/09/10 20:28:03 joerg Exp $ # -DISTNAME= libX11-1.3.2 +DISTNAME= libX11-1.3.5 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Base X libraries from modular Xorg X11 +LICENSE= mit PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -18,7 +19,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --enable-man-pages=3 -CONFIGURE_ARGS+= --without-xcb +CONFIGURE_ARGS+= --with-xcb CONFIGURE_ARGS+= --disable-specs PKGCONFIG_OVERRIDE+= x11.pc.in @@ -46,6 +47,7 @@ CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -" .include "../../x11/kbproto/buildlink3.mk" .include "../../x11/libXau/buildlink3.mk" .include "../../x11/libXdmcp/buildlink3.mk" +.include "../../x11/libxcb/buildlink3.mk" .include "../../x11/xcmiscproto/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xf86bigfontproto/buildlink3.mk" -- cgit v1.2.3