pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libX11



Module Name:    pkgsrc
Committed By:   bjs
Date:           Thu Jul 24 01:07:31 UTC 2008

Modified Files:
        pkgsrc/x11/libX11: Makefile distinfo
        pkgsrc/x11/libX11/patches: patch-aa patch-ac patch-ah
Added Files:
        pkgsrc/x11/libX11/patches: patch-ab patch-ai patch-aj patch-ak patch-al
            patch-am patch-an patch-ao

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.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/libX11/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/libX11/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/libX11/patches/patch-aa \
    pkgsrc/x11/libX11/patches/patch-ac
cvs rdiff -r0 -r1.3 pkgsrc/x11/libX11/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/libX11/patches/patch-ah
cvs rdiff -r0 -r1.1 pkgsrc/x11/libX11/patches/patch-ai \
    pkgsrc/x11/libX11/patches/patch-aj pkgsrc/x11/libX11/patches/patch-ak \
    pkgsrc/x11/libX11/patches/patch-al pkgsrc/x11/libX11/patches/patch-am \
    pkgsrc/x11/libX11/patches/patch-an pkgsrc/x11/libX11/patches/patch-ao

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index