Commit graph

6 commits

Author SHA1 Message Date
Blair Sadewitz
60ab26f8f4 Add pkgsrc diffs for libX11 and cairo to use XCB. 2008-03-25 20:49:06 +00:00
Blair Sadewitz
632ef8b60e Bump revision. Add some patches from GIT. We also shouldn't need
the pthread-stubs library on modern NetBSD, at least (haven't had any
problems thusfar linking anything, but we'll see).
2008-03-24 21:08:59 +00:00
Jeremy C. Reed
7d79dbfdc3 Update to libxcb-1.1.
Depend on xcb-proto 1.1 at least.

Changes from
http://lists.freedesktop.org/archives/xcb/2007-November/003041.html

Enhancements:
* Print a backtrace, if possible, on locking assertion failures.
* Skip abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
* xcb_poll_for_event: Return already-read events before reading again.
* Output a configuration summary at the end of ./configure.

Bug fixes:
* Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
* Allow unix:<screen> style display names again.
* Bug #9119: test xcb_popcount
* Fix unit tests for FreeBSD
* NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.
* Require libXau >= 0.99.2; earlier versions have a broken .pc file
* Use substitition variables in xcb-xinerama.pc.in
* Update autogen.sh to one that does objdir != srcdir
* Add tools/* and autogen.sh to EXTRA_DIST.
* Doxygen can now be fully disabled if desired.

Documentation improvements:
* Many fixes and updates to the tutorial.
* Iterators, requests, and replies get partial Doxygen documentation.
2007-12-01 18:04:01 +00:00
Blair Sadewitz
1b89762ff6 Update package to use wip/libpthread-stubs for thread safety. Bump revision. 2007-04-29 20:27:04 +00:00
Jeremy C. Reed
7ed0c6be07 Add patch to not use pthread-stubs.
Include pthread.buildlink3.mk. And add to CFLAGS and LIBS for this.

Bump PKGREVISION.
2006-11-25 16:32:40 +00:00
Jeremy C. Reed
a0ec70f65c Import libxcb.
X C bindings. A replacement and transport layer for Xlib.
2006-11-25 14:33:18 +00:00