2011-06-15 13:15:36 by OBATA Akio | Files touched by this commit (3) |
Log message: Back to original code, use cElementTree. |
2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67) |
Log message: Let's assume for now that everything that worked with python-2.6 also works with python-2.7. |
2010-09-11 21:30:05 by Matthias Scheler | Files touched by this commit (1) |
Log message: Check for "xcb.pc" and not "xcb-proto.pc" as the later \ belongs to the "xcb-proto" package. |
2010-09-11 21:09:51 by Matthias Scheler | Files touched by this commit (1) |
Log message: Detect "libxcb" as part of the bundled X11 distribution. This brings us one step closer to fixing PR pkg/43868 under Mac OS X. |
2010-09-10 21:13:52 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Add missing patch from last commit. |
2010-09-10 21:12:14 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Update to libxcb 1.7: - Always wake up readers after writing - Get rid of PATH_MAX and MAXPATHLEN - Add ~ operator support in code generator - xcb_open: Improve protocol/host parsing - xcb_connect_to_display_with_auth_info: Fix memory leak - Report which extensions are being built |
2010-05-02 13:56:22 by Thomas Klausner | Files touched by this commit (3) |
Log message: Update to 1.6: Release 1.6 (2010-04-09) ======================== - darwin: xnu doesn't support poll on ttys on the master side - Fix descriptor leak on memory error path - Support xcb_discard_reply - Open the X11 socket with close-on-exec flag - Fix authentication on hpux and Hurd |
2010-01-30 17:28:01 by Klaus Heinz | Files touched by this commit (18) |
Log message: Added LICENSE information. |
2010-01-27 15:00:33 by Thomas Klausner | Files touched by this commit (1) |
Log message: Depend on py-xcbgen that has py-expat dependency. There are some 1.6 packages (post-python2{5,6} changes) that don't pull py-expat in and fail. |
2009-12-15 13:24:47 by Thomas Klausner | Files touched by this commit (3) |
Log message: Update to 1.5: Release 1.5 (2009-12-03) ======================== - setsockopt(SO_KEEPALIVE) on TCP display connections - Add DRI2 support - Fix check dependency - Cygwin build fix: Add -no-undefined to libtool flags |