summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-05 18:38:02 +0000
committerwiz <wiz@pkgsrc.org>2014-08-05 18:38:02 +0000
commit14e7adf4580209db7518d5c51e41ba5e9ac212c0 (patch)
tree8fe33724d30be0a37d08ba01e41e7541d2009497 /x11
parent44255919d1dbb92f868758f0e692dc2746adf9ac (diff)
downloadpkgsrc-14e7adf4580209db7518d5c51e41ba5e9ac212c0.tar.gz
Update to 1.11:
Not only is there a new xcb-proto release, but we now also have libxcb 1.11. This fixes some bugs that we had, e.g. with 64 bit fields and the present extension. Changes: Alan Coopersmith (2): Document failure modes of xcb_connect*() functions Fix typos & awkward wording in tutorial Alexander Mezin (1): xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t Daniel Martin (1): Handle <pad align="n" /> between lists Gaetan Nadon (11): autoconf: use XORG_DEFAULT_OPTIONS autoconf: use the warning variables from xorg autoconf: AC_INIT: add bug url autoconf: comment and layout the initialization section autoconf: require libtool minimum level 2.2 autoconf: fix warning by replacing deprecated AC_HELP_STRING autoconf: use default xorg configuration for doxygen documentation autoconf: replace all tabs with spaces man: build static man pages using xorg patterns generated man pages: build without hard coded extension generated man pages: use xorg footer and no hard coded extension Jeremy Huddleston Sequoia (2): xcb_open: Minor code cleanup for better readability xcb_open: Improve abstraction for launchd secure sockets Keith Packard (4): Only #include directly referenced module header files Validate .pc file Requires lines Update .pc file Requires lines to express full dependencies Ensure xcb owns socket and no other threads are writing before send_request Kenneth Graunke (1): Force XCB event structures with 64-bit extended fields to be packed. Michael Haubenwallner (1): bug#79986: include system headers early Peter Harris (1): Support <pad align="n" /> Ran Benita (8): Add comments about how _xcb_conn_ret_error() works c_client.py: remove useless 'today' variable c_client.py: remove trailing whitespace c_client.py: prefix all monkey-patched fields with c_ c_client.py: make the man page output deterministic c_client.py: remove useless generated comments c_client.py: remove trailing whitespace from generated files c_client.py: remove more trailing space from generated files Uli Schlachter (6): Remove tabs and trailing whitespaces xcb_disconnect(): Fix leak with error connections Make xcb_disconnect(NULL) safe Add doxygen documentation to functions in xcbext.h Bump xcb-proto requirement to 1.11 Release libxcb 1.11
Diffstat (limited to 'x11')
-rw-r--r--x11/libxcb/Makefile8
-rw-r--r--x11/libxcb/PLIST5
-rw-r--r--x11/libxcb/distinfo8
3 files changed, 12 insertions, 9 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index 72ab4939879..5ff6086b5a8 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2014/05/29 00:39:47 rodent Exp $
+# $NetBSD: Makefile,v 1.26 2014/08/05 18:38:02 wiz Exp $
-DISTNAME= libxcb-1.10
+DISTNAME= libxcb-1.11
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
@@ -11,7 +11,7 @@ COMMENT= X protocol C-language Binding
LICENSE= mit # with no-advertising clause
TOOL_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt
-TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.9:../../x11/py-xcbgen
+TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.11:../../x11/py-xcbgen
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -87,7 +87,7 @@ post-extract:
#.include "../../devel/gperf/buildlink3.mk"
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/application.mk"
-BUILDLINK_API_DEPENDS.xcb-proto?= xcb-proto>=1.9
+BUILDLINK_API_DEPENDS.xcb-proto?= xcb-proto>=1.11
.include "../../x11/xcb-proto/buildlink3.mk"
.include "../../x11/libXdmcp/buildlink3.mk"
.include "../../x11/libXau/buildlink3.mk"
diff --git a/x11/libxcb/PLIST b/x11/libxcb/PLIST
index 6e84f64911f..db52c5a3773 100644
--- a/x11/libxcb/PLIST
+++ b/x11/libxcb/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2014/01/02 19:52:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2014/08/05 18:38:02 wiz Exp $
include/xcb/bigreq.h
include/xcb/composite.h
include/xcb/damage.h
@@ -1863,6 +1863,9 @@ man/man3/xcb_x_print_print_end_job_checked.3
man/man3/xcb_x_print_print_end_page.3
man/man3/xcb_x_print_print_end_page_checked.3
man/man3/xcb_x_print_print_get_attributes.3
+man/man3/xcb_x_print_print_get_attributes_attributes.3
+man/man3/xcb_x_print_print_get_attributes_attributes_end.3
+man/man3/xcb_x_print_print_get_attributes_attributes_length.3
man/man3/xcb_x_print_print_get_attributes_reply.3
man/man3/xcb_x_print_print_get_attributes_unchecked.3
man/man3/xcb_x_print_print_get_context.3
diff --git a/x11/libxcb/distinfo b/x11/libxcb/distinfo
index 739f2f3a43b..cdabf329ab9 100644
--- a/x11/libxcb/distinfo
+++ b/x11/libxcb/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2014/01/02 19:52:16 wiz Exp $
+$NetBSD: distinfo,v 1.14 2014/08/05 18:38:02 wiz Exp $
-SHA1 (libxcb-1.10.tar.bz2) = bb1a3113eca5146e2a1cf6379c2e52c212a757e0
-RMD160 (libxcb-1.10.tar.bz2) = 39e06176a6b174503c8cede776d85d92ee1b3259
-Size (libxcb-1.10.tar.bz2) = 475211 bytes
+SHA1 (libxcb-1.11.tar.bz2) = 8343b417d7eeb2a2c6b6c4a87a03a4fd0fc65c46
+RMD160 (libxcb-1.11.tar.bz2) = 14141725656cb5f36f27ccc133453e599de9569e
+Size (libxcb-1.11.tar.bz2) = 517700 bytes
SHA1 (patch-aa) = 813338a15543787f489b23274c526185008bbce3
SHA1 (patch-ai) = 637affb3aa2f7d40e0aada4dadab8c695ea74b6f