libxtrans: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Oct 15 18:12:35 PDT 2009


 Makefile.am  |    2 -
 Xtranssock.c |   78 +++++++++++++++--------------------------------------------
 Xtransutil.c |    4 +--
 configure.ac |   11 +++-----
 xtrans.m4    |    4 ++-
 5 files changed, 31 insertions(+), 68 deletions(-)

New commits:
commit 3b0fc7a5a6d4b4b6903a9ad6685e2441f9fe83a7
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Thu Oct 15 17:07:10 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 69334376346a96beb3df120a3eeeb7935923c388
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 15 15:25:58 2009 -0500

    Silence root ownership warnings on Cygwin
    
    XWin need not be run as root, nor do Administrators have uid of 0.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit d009d995d85dc499dc3f1add34da551fdf703b60
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 15 15:25:57 2009 -0500

    Don't use -lws2_32 on Cygwin
    
    On Cygwin, both the (builtin) *NIX socket API and WinSock (via w32api) are
    available, but they cannot be mixed.  We use *NIX APIs for everything else,
    so we do not want to mix in WinSock here.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit 773478581913bafa5e98a7bff3260efb0c4f2ab6
Author: Mikhail Gusarov <dottedmag at dottedmag.net>
Date:   Sat Sep 26 04:39:20 2009 +0700

    Move xtrans.pc to /usr/share/pkg-config
    
    This fixes configuration in cross-compilation mode:
    pkg-config does not look for .pc in /usr/lib/pkg-config during
    cross-compilation to avoid picking up wrong libraries.
    
    Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Acked-by: Julien Cristau <jcristau at debian.org>

commit 336d4cfb58c784a81beca74fe03a0af0abb224ba
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri Aug 7 16:58:58 2009 +0200

    Xtranssock: assume that we have getaddrinfo if ipv6 is enabled
    
    If IPv6 is enabled at build time, assume that the C library will have
    getaddrinfo at runtime.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list