summaryrefslogtreecommitdiff
path: root/x11/libxcb
AgeCommit message (Collapse)AuthorFilesLines
2011-06-15Back to original code, use cElementTree.obache3-15/+3
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-09-11Check for "xcb.pc" and not "xcb-proto.pc" as the later belongs to thetron1-2/+2
"xcb-proto" package.
2010-09-11Detect "libxcb" as part of the bundled X11 distribution. This brings ustron1-0/+7
one step closer to fixing PR pkg/43868 under Mac OS X.
2010-09-10Add missing patch from last commit.joerg1-0/+13
2010-09-10Update to libxcb 1.7:joerg2-10/+8
- 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-02Update to 1.6:wiz3-10/+10
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-30Added LICENSE information.heinz1-1/+2
2010-01-27Depend on py-xcbgen that has py-expat dependency.wiz1-2/+2
There are some 1.6 packages (post-python2{5,6} changes) that don't pull py-expat in and fail.
2009-12-15Update to 1.5:wiz3-9/+12
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
2009-08-16Update to 1.4:wiz2-6/+6
Arnaud Fontaine (2): Add majorCode, minorCode and resourceID fields to X generic error Release libxcb 1.4 Jamey Sharp (1): Fix precedence bug: wrong length for big-requests preceded by sync Julien Cristau (1): Fix libxcb-randr version info
2009-06-18a Python script needed for build contains tons if these uglydrochner1-1/+3
"conditional expressions", so it needs Python-2.5+
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-05-29Update to 1.3:wiz4-22/+19
Bart Massey (2): kludgily hand-merged xid fixes Fix XDM-AUTHORIZATION-1 (bug #14202) Bob Ham (1): Store xcbproto version libxcb was compiled with Jeremy Huddleston (1): darwin: Don't use poll() on versions of darwin before darwin10 Julien Danjou (9): Copy full IPv4 mapping (Bug #20665) Fix do_append() arguments auth: precompute authnameslen auth: use snprintf() return value util: open_abstract gets filelen as parameters util: merge common code for xcb_connect util: remove useless strlen calls from decnet opening depends on recent xcb-proto and bump version of randr Release libxcb 1.3 Michael Ost (1): use poll() instead of select() when available Peter Harris (3): Don't use enums in generated C code - use integer constants instead. Revert "Don't use enums in generated C code" Avoid name collisions between xidtype and enum. Samuel Thibault (1): Local socket connections do not work on hurd-i386 elupus (1): Disable Nagle on TCP socket
2009-05-14Fix install on platforms not using pax tar. Bump PKGREVISION.hasso1-1/+5
2009-04-11Update to 1.2:wiz2-6/+6
Julien Danjou (2): Stop providing autogenerated files in tarball Release libxcb 1.2
2009-04-08split the "xcbgen" Python extension which comes with xcb-protodrochner1-1/+5
into its own pkg and pull it in the common Python way so that we ensure matching Python versions
2009-04-06import libxcb-1.1.93, from Jeremy C. Reed and Michael Stapelbergdrochner8-0/+239
per pkgsrc-wip