2009-01-13 11:56:52 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.2.3:
Alan Coopersmith (4):
18748: xtrans.m4 causes configure --help to list --enable-ipv6
in wrong case.
Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2
Add bugzilla, mailing list & git repo pointers to README
Version 1.2.3
Alan Hourihane (1):
add winsock check for windows builds
|
2008-10-24 18:06:57 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.2.2:
Adam Jackson (5):
Massive ifdef cleanup, dropping a ton of unsupported platform code.
Drastically simplify TRANS_OPEN_MAX.
Remove DECNET support.
Finish removing OS/2 support
xtrans 1.2.2
Jeremy Huddleston (2):
Apple: Allow Xquartz to provide an additional fd to xtrans since
the dynamic addition code in the server isn't bulletproof yet.
Added a flag to enable "The OS already took care of securing this,
please skip checking xauth" for use with Apple launchd sockets.
|
2008-10-05 23:36:36 by Quentin Garnier | Files touched by this commit (117) |
Log message:
Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.
Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).
On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files. It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file. x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
|
2008-09-09 15:59:13 by David Sainty | Files touched by this commit (3) |
Log message:
Re-enable abstract socket support under Linux (remove comment and first hunk
of patch-aa).
Abstract socket support was previously patched disabled because it was broken
( see http://bugs.freedesktop.org/show_bug.cgi?id=15884 ). The fix is in two
parts.
The first part is corrected in xtrans 1.2.1: Connection failure for abstract
socket is ECONNREFUSED, not ENOENT.
The second part is in an upcoming release of libX11, but the upstream changes
have been pulled into Pkgsrc as the patches libX11/patches/patch-a[ik].
Tested on the same Linux system that prompted Bug#15884.
Bump PKGREVISION.
|
2008-09-07 16:15:02 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.2.1:
Adam Jackson (2):
Connection failure for abstract socket is ECONNREFUSED, not ENOENT.
xtrans 1.2.1
Alan Coopersmith (2):
LocalClose() takes a ConnInfoPtr, not an fd
Clear some pointer type mismatch warnings
Bill Nottingham (1):
Ignore mkdir() errors when creating the abstract socket.
James Cloos (1):
Remove extraneous execute bit from .c file
Jeremy Huddleston (1):
Launchd: This functionality has been moved into xorg-server
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2008-05-10 00:53:21 by David Sainty | Files touched by this commit (3) |
Log message:
Disable HAVE_ABSTRACT_SOCKETS as a workaround for bugs in the abstract
socket implementation, see:
http://bugs.freedesktop.org/show_bug.cgi?id=15884
This change only affects Linux as other platforms don't use the
abstract sockets code to start with. But anyway, bump PKGREVISION.
|
2008-05-09 11:04:06 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.2:
Alan Coopersmith (1):
Sun bug #6688467: _X11TransConvertAddress: Unknown family
type on 64-bit SPARC
Alan Hourihane (2):
fix build for MAKEWORD
disable UNIXCONN on MINGW
Colin Harrison (2):
Only call WSAGetLastError() if there has been an
Update to winsock2
James Cloos (1):
Fix length calculation for the path for abstract unix domain sockets
Julien Cristau (2):
BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN
Bump to 1.2
Loïc Minier (1):
Bug #10489: Don't retry unix socket connect()s on ENOENT.
|
2008-04-25 20:15:55 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix xtrans-1.1 on NetBSD (testing rocks).
|
2008-04-25 09:28:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1:
Adam Jackson (2):
Add support for the abstract socket namespace under Linux.
xtrans 1.1
Ben Byer (5):
suppress warning about socket directory ownership on OS X
changes to support launchd on OS X
removed cvs tags
Fix for incorrect processing of recycled launchd socket on OS X
make launchd error messages less scary
Dodji Seketeli (2):
libxtrans: fix linux compilation breakage
libxtrans: fixed a typo in my last commit
Jeremy Huddleston (1):
Fixed #ifdef checks that were using i386 to use __i386__
|