summaryrefslogtreecommitdiff
path: root/x11/libxcb
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-05-07 14:23:17 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-05-07 14:23:17 +0000
commit6e1ae3ebe1dd8a92cef4df6496621eadc219b80e (patch)
tree224091fd11dc849d510eb29c141f774799ce3db5 /x11/libxcb
parentUpdate to 1.1: (diff)
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:<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." PR: ports/122564 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=212801
Diffstat (limited to 'x11/libxcb')
-rw-r--r--x11/libxcb/Makefile11
-rw-r--r--x11/libxcb/distinfo6
-rw-r--r--x11/libxcb/pkg-message11
-rw-r--r--x11/libxcb/pkg-plist2
4 files changed, 23 insertions, 7 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index 03595d4f754b..6b692341459e 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libxcb
-PORTVERSION= 1.0
-PORTREVISION= 3
+PORTVERSION= 1.1
CATEGORIES= x11
-MASTER_SITES= XORG/current/src/extras
+#MASTER_SITES= XORG/current/src/extras
+MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= wahjava@gmail.com
COMMENT= The X protocol C-language Binding (XCB) library
@@ -46,4 +46,9 @@ XDMCP_LIBS= -L${LOCALBASE}/lib -lXdmcp
XPROTO_CFLAGS= -I${LOCALBASE}/include
XPROTO_LIBS= -L${LOCALBASE}/lib
+post-install:
+ @${ECHO_MSG} ''
+ @${CAT} pkg-message
+ @${ECHO_MSG} ''
+
.include <bsd.port.mk>
diff --git a/x11/libxcb/distinfo b/x11/libxcb/distinfo
index 0e8a7a19c7db..3697b1929bf9 100644
--- a/x11/libxcb/distinfo
+++ b/x11/libxcb/distinfo
@@ -1,3 +1,3 @@
-MD5 (libxcb-1.0.tar.bz2) = 0eb951fd0fa9542dbe4fc3530b81a3b6
-SHA256 (libxcb-1.0.tar.bz2) = 19d6b2ac380fd3e613a3730e791f197f186f940bffec97f8a4f9443bb727d11d
-SIZE (libxcb-1.0.tar.bz2) = 419355
+MD5 (libxcb-1.1.tar.bz2) = 9310b02433273d75d42f10da3c7455aa
+SHA256 (libxcb-1.1.tar.bz2) = 338b9cb7886b49a5674881cd929def07449e47ffcc1886f4363359883c82d93f
+SIZE (libxcb-1.1.tar.bz2) = 442755
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.
+*****************************************************************
+
diff --git a/x11/libxcb/pkg-plist b/x11/libxcb/pkg-plist
index 88b4d045875d..ca9a57d82d14 100644
--- a/x11/libxcb/pkg-plist
+++ b/x11/libxcb/pkg-plist
@@ -134,4 +134,4 @@ libdata/pkgconfig/xcb-xtest.pc
libdata/pkgconfig/xcb-xv.pc
libdata/pkgconfig/xcb-xvmc.pc
libdata/pkgconfig/xcb.pc
-@dirrm include/xcb
+@dirrmtry include/xcb