2007-12-01 19:04:01 by Jeremy C. Reed | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
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-05-01 03:36:17 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Include the standard libX11 dependencies + xcbproto in buildlink3.mk so that
packages can build against this properly. Bump revision.
|
2007-04-30 18:02:02 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Add -lpthread-stubs to LIBS so it shows up in Libs.private and
all libxcb libraries are linked against it. Bump revision.
|
2007-04-29 22:27:04 by Blair Sadewitz | Files touched by this commit (5) |
Log message:
Update package to use wip/libpthread-stubs for thread safety. Bump revision.
|
2006-11-25 17:32:40 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Add patch to not use pthread-stubs.
Include pthread.buildlink3.mk. And add to CFLAGS and LIBS for this.
Bump PKGREVISION.
|
2006-11-25 15:33:18 by Jeremy C. Reed | Files touched by this commit (7) | ![Imported package](https://pkgsrc.se/images/add.gif) |
Log message:
Import libxcb.
X C bindings. A replacement and transport layer for Xlib.
|