Subject: CVS commit: pkgsrc/x11/libX11
From: Blair Sadewitz
Date: 2008-07-24 03:07:31
Message id: 20080724010731.89556175D0@cvs.netbsd.org

Log Message:
Properly define XTHREAD_CFLAGS/XTHREADLIB on NetBSD:  We do not
want -pthread in XTHREAD_CFLAGS, as this will end up linking everything
against libpthread.  Thus, in keeping with our gcc specfile, define
_REENTRANT in XTHREAD_CFLAGS instead.  XTHREADLIB is now
-pthread, not -lpthread.

While here, update to head of libX11-1.1 branch in GIT (with the
exception of some unicode changes which caused mkpatches to choke).

changes:

 - IM: Respect XMODIFIERS for Thai locale (bug #15719)
 - Bug #15884: Remove useless sleep()'s from the connection code.
 - NLS: Make UTF-8 the default for Russian
 - ConnDis: properly cast 'addr' before accessing it as a byte array.
 - added error check in Xcms color file parser; closes bug #15305
 - Fix missing error condition in cmsColNm.c, also.

Bump PKGREVISION.

Files:
RevisionActionfile
1.15modifypkgsrc/x11/libX11/Makefile
1.11modifypkgsrc/x11/libX11/distinfo
1.5modifypkgsrc/x11/libX11/patches/patch-aa
1.5modifypkgsrc/x11/libX11/patches/patch-ac
1.3modifypkgsrc/x11/libX11/patches/patch-ah
1.3addpkgsrc/x11/libX11/patches/patch-ab
1.1addpkgsrc/x11/libX11/patches/patch-ai
1.1addpkgsrc/x11/libX11/patches/patch-aj
1.1addpkgsrc/x11/libX11/patches/patch-ak
1.1addpkgsrc/x11/libX11/patches/patch-al
1.1addpkgsrc/x11/libX11/patches/patch-am
1.1addpkgsrc/x11/libX11/patches/patch-an
1.1addpkgsrc/x11/libX11/patches/patch-ao