From b41e85e5fcdd7df135461c2f1f9df867b6a3dfdd Mon Sep 17 00:00:00 2001 From: itetcu Date: Wed, 7 May 2008 14:23:17 +0000 Subject: Update to 1.1: "This release requires xcb-proto 1.1, due to the addition of the extension-multiword attribute to the XML schema. 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: 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." PR: ports/122564 Submitted by: bf Approved by: maintainer --- x11/libxcb/pkg-message | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/libxcb/pkg-message (limited to 'x11/libxcb/pkg-message') diff --git a/x11/libxcb/pkg-message b/x11/libxcb/pkg-message new file mode 100644 index 000000000000..7255fc0c6984 --- /dev/null +++ b/x11/libxcb/pkg-message @@ -0,0 +1,11 @@ + +***************************************************************** +Although libxcb can yield dramatic improvements in speed, +memory footprint, and responsiveness, and will probably +become the default Xlib for X.org/freedesktop.org, it is +still experimental software. Some broken callers will abort() +on locking assertion failures. As a temporary workaround, set +LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort(). +This may result in noisy stacktrace printing. +***************************************************************** + -- cgit