pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libxcb Update to 1.9:
details: https://anonhg.NetBSD.org/pkgsrc/rev/72ea68db718c
branches: trunk
changeset: 609651:72ea68db718c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 07 22:09:47 2012 +0000
description:
Update to 1.9:
Alan Coopersmith (4):
Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED
Always include "config.h" at the start of all C source files.
Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionality
Return connection failure if display string specifies non-existent screen
Colin Walters (1):
c_client: Fix parallel-make issue creating 'man' directory
Jeremy Huddleston (1):
xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a
launchd socket
Julien Danjou (4):
Allow undocumented code to be built
Split manpage list in two (static/built)
Do not list manpages, use a wildcard
Move static man to man
Michael Stapelberg (1):
c_client.py: generate manpages
Peter Harris (1):
Allow xcb_send_request with >MAX_IOV iovecs
Uli Schlachter (4):
Add a .gitignore for src/man/
Fix a multi-thread deadlock
Include static man pages in "make dist"
Release libxcb 1.9
diffstat:
x11/libxcb/Makefile | 6 +-
x11/libxcb/PLIST | 2039 ++++++++++++++++++++++++++++++++++++++++++++++++++-
x11/libxcb/distinfo | 8 +-
3 files changed, 2045 insertions(+), 8 deletions(-)
diffs (truncated from 2090 to 300 lines):
diff -r 733351913160 -r 72ea68db718c x11/libxcb/Makefile
--- a/x11/libxcb/Makefile Sun Oct 07 22:09:05 2012 +0000
+++ b/x11/libxcb/Makefile Sun Oct 07 22:09:47 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/06/03 17:29:41 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2012/10/07 22:09:47 wiz Exp $
#
-DISTNAME= libxcb-1.8.1
+DISTNAME= libxcb-1.9
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +18,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --disable-build-docs # or needs doxygen
CONFIGURE_ARGS+= --disable-doxygen
diff -r 733351913160 -r 72ea68db718c x11/libxcb/PLIST
--- a/x11/libxcb/PLIST Sun Oct 07 22:09:05 2012 +0000
+++ b/x11/libxcb/PLIST Sun Oct 07 22:09:47 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/06/03 17:29:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/10/07 22:09:47 wiz Exp $
include/xcb/bigreq.h
include/xcb/composite.h
include/xcb/damage.h
@@ -72,5 +72,2042 @@
lib/pkgconfig/xcb-xv.pc
lib/pkgconfig/xcb-xvmc.pc
lib/pkgconfig/xcb.pc
+man/man3/xcb-examples.3
+man/man3/xcb-requests.3
+man/man3/xcb_alloc_color.3
+man/man3/xcb_alloc_color_cells.3
+man/man3/xcb_alloc_color_cells_masks.3
+man/man3/xcb_alloc_color_cells_masks_end.3
+man/man3/xcb_alloc_color_cells_masks_length.3
+man/man3/xcb_alloc_color_cells_pixels.3
+man/man3/xcb_alloc_color_cells_pixels_end.3
+man/man3/xcb_alloc_color_cells_pixels_length.3
+man/man3/xcb_alloc_color_cells_reply.3
+man/man3/xcb_alloc_color_cells_unchecked.3
+man/man3/xcb_alloc_color_planes.3
+man/man3/xcb_alloc_color_planes_pixels.3
+man/man3/xcb_alloc_color_planes_pixels_end.3
+man/man3/xcb_alloc_color_planes_pixels_length.3
+man/man3/xcb_alloc_color_planes_reply.3
+man/man3/xcb_alloc_color_planes_unchecked.3
+man/man3/xcb_alloc_color_reply.3
+man/man3/xcb_alloc_color_unchecked.3
+man/man3/xcb_alloc_named_color.3
+man/man3/xcb_alloc_named_color_reply.3
+man/man3/xcb_alloc_named_color_unchecked.3
+man/man3/xcb_allow_events.3
+man/man3/xcb_allow_events_checked.3
+man/man3/xcb_bell.3
+man/man3/xcb_bell_checked.3
+man/man3/xcb_big_requests_enable.3
+man/man3/xcb_big_requests_enable_reply.3
+man/man3/xcb_big_requests_enable_unchecked.3
+man/man3/xcb_button_press_event_t.3
+man/man3/xcb_button_release_event_t.3
+man/man3/xcb_change_active_pointer_grab.3
+man/man3/xcb_change_active_pointer_grab_checked.3
+man/man3/xcb_change_gc.3
+man/man3/xcb_change_gc_checked.3
+man/man3/xcb_change_hosts.3
+man/man3/xcb_change_hosts_checked.3
+man/man3/xcb_change_keyboard_control.3
+man/man3/xcb_change_keyboard_control_checked.3
+man/man3/xcb_change_keyboard_mapping.3
+man/man3/xcb_change_keyboard_mapping_checked.3
+man/man3/xcb_change_pointer_control.3
+man/man3/xcb_change_pointer_control_checked.3
+man/man3/xcb_change_property.3
+man/man3/xcb_change_property_checked.3
+man/man3/xcb_change_save_set.3
+man/man3/xcb_change_save_set_checked.3
+man/man3/xcb_change_window_attributes.3
+man/man3/xcb_change_window_attributes_checked.3
+man/man3/xcb_circulate_notify_event_t.3
+man/man3/xcb_circulate_request_event_t.3
+man/man3/xcb_circulate_window.3
+man/man3/xcb_circulate_window_checked.3
+man/man3/xcb_clear_area.3
+man/man3/xcb_clear_area_checked.3
+man/man3/xcb_client_message_event_t.3
+man/man3/xcb_close_font.3
+man/man3/xcb_close_font_checked.3
+man/man3/xcb_colormap_notify_event_t.3
+man/man3/xcb_composite_create_region_from_border_clip.3
+man/man3/xcb_composite_create_region_from_border_clip_checked.3
+man/man3/xcb_composite_get_overlay_window.3
+man/man3/xcb_composite_get_overlay_window_reply.3
+man/man3/xcb_composite_get_overlay_window_unchecked.3
+man/man3/xcb_composite_name_window_pixmap.3
+man/man3/xcb_composite_name_window_pixmap_checked.3
+man/man3/xcb_composite_query_version.3
+man/man3/xcb_composite_query_version_reply.3
+man/man3/xcb_composite_query_version_unchecked.3
+man/man3/xcb_composite_redirect_subwindows.3
+man/man3/xcb_composite_redirect_subwindows_checked.3
+man/man3/xcb_composite_redirect_window.3
+man/man3/xcb_composite_redirect_window_checked.3
+man/man3/xcb_composite_release_overlay_window.3
+man/man3/xcb_composite_release_overlay_window_checked.3
+man/man3/xcb_composite_unredirect_subwindows.3
+man/man3/xcb_composite_unredirect_subwindows_checked.3
+man/man3/xcb_composite_unredirect_window.3
+man/man3/xcb_composite_unredirect_window_checked.3
+man/man3/xcb_configure_notify_event_t.3
+man/man3/xcb_configure_request_event_t.3
+man/man3/xcb_configure_window.3
+man/man3/xcb_configure_window_checked.3
+man/man3/xcb_convert_selection.3
+man/man3/xcb_convert_selection_checked.3
+man/man3/xcb_copy_area.3
+man/man3/xcb_copy_area_checked.3
+man/man3/xcb_copy_colormap_and_free.3
+man/man3/xcb_copy_colormap_and_free_checked.3
+man/man3/xcb_copy_gc.3
+man/man3/xcb_copy_gc_checked.3
+man/man3/xcb_copy_plane.3
+man/man3/xcb_copy_plane_checked.3
+man/man3/xcb_create_colormap.3
+man/man3/xcb_create_colormap_checked.3
+man/man3/xcb_create_cursor.3
+man/man3/xcb_create_cursor_checked.3
+man/man3/xcb_create_gc.3
+man/man3/xcb_create_gc_checked.3
+man/man3/xcb_create_glyph_cursor.3
+man/man3/xcb_create_glyph_cursor_checked.3
+man/man3/xcb_create_notify_event_t.3
+man/man3/xcb_create_pixmap.3
+man/man3/xcb_create_pixmap_checked.3
+man/man3/xcb_create_window.3
+man/man3/xcb_create_window_checked.3
+man/man3/xcb_damage_add.3
+man/man3/xcb_damage_add_checked.3
+man/man3/xcb_damage_create.3
+man/man3/xcb_damage_create_checked.3
+man/man3/xcb_damage_destroy.3
+man/man3/xcb_damage_destroy_checked.3
+man/man3/xcb_damage_notify_event_t.3
+man/man3/xcb_damage_query_version.3
+man/man3/xcb_damage_query_version_reply.3
+man/man3/xcb_damage_query_version_unchecked.3
+man/man3/xcb_damage_subtract.3
+man/man3/xcb_damage_subtract_checked.3
+man/man3/xcb_delete_property.3
+man/man3/xcb_delete_property_checked.3
+man/man3/xcb_destroy_notify_event_t.3
+man/man3/xcb_destroy_subwindows.3
+man/man3/xcb_destroy_subwindows_checked.3
+man/man3/xcb_destroy_window.3
+man/man3/xcb_destroy_window_checked.3
+man/man3/xcb_dpms_capable.3
+man/man3/xcb_dpms_capable_reply.3
+man/man3/xcb_dpms_capable_unchecked.3
+man/man3/xcb_dpms_disable.3
+man/man3/xcb_dpms_disable_checked.3
+man/man3/xcb_dpms_enable.3
+man/man3/xcb_dpms_enable_checked.3
+man/man3/xcb_dpms_force_level.3
+man/man3/xcb_dpms_force_level_checked.3
+man/man3/xcb_dpms_get_timeouts.3
+man/man3/xcb_dpms_get_timeouts_reply.3
+man/man3/xcb_dpms_get_timeouts_unchecked.3
+man/man3/xcb_dpms_get_version.3
+man/man3/xcb_dpms_get_version_reply.3
+man/man3/xcb_dpms_get_version_unchecked.3
+man/man3/xcb_dpms_info.3
+man/man3/xcb_dpms_info_reply.3
+man/man3/xcb_dpms_info_unchecked.3
+man/man3/xcb_dpms_set_timeouts.3
+man/man3/xcb_dpms_set_timeouts_checked.3
+man/man3/xcb_dri2_authenticate.3
+man/man3/xcb_dri2_authenticate_reply.3
+man/man3/xcb_dri2_authenticate_unchecked.3
+man/man3/xcb_dri2_buffer_swap_complete_event_t.3
+man/man3/xcb_dri2_connect.3
+man/man3/xcb_dri2_connect_alignment_pad.3
+man/man3/xcb_dri2_connect_alignment_pad_end.3
+man/man3/xcb_dri2_connect_alignment_pad_length.3
+man/man3/xcb_dri2_connect_device_name.3
+man/man3/xcb_dri2_connect_device_name_end.3
+man/man3/xcb_dri2_connect_device_name_length.3
+man/man3/xcb_dri2_connect_driver_name.3
+man/man3/xcb_dri2_connect_driver_name_end.3
+man/man3/xcb_dri2_connect_driver_name_length.3
+man/man3/xcb_dri2_connect_reply.3
+man/man3/xcb_dri2_connect_unchecked.3
+man/man3/xcb_dri2_copy_region.3
+man/man3/xcb_dri2_copy_region_reply.3
+man/man3/xcb_dri2_copy_region_unchecked.3
+man/man3/xcb_dri2_create_drawable.3
+man/man3/xcb_dri2_create_drawable_checked.3
+man/man3/xcb_dri2_destroy_drawable.3
+man/man3/xcb_dri2_destroy_drawable_checked.3
+man/man3/xcb_dri2_get_buffers.3
+man/man3/xcb_dri2_get_buffers_buffers.3
+man/man3/xcb_dri2_get_buffers_buffers_iterator.3
+man/man3/xcb_dri2_get_buffers_buffers_length.3
+man/man3/xcb_dri2_get_buffers_reply.3
+man/man3/xcb_dri2_get_buffers_unchecked.3
+man/man3/xcb_dri2_get_buffers_with_format.3
+man/man3/xcb_dri2_get_buffers_with_format_buffers.3
+man/man3/xcb_dri2_get_buffers_with_format_buffers_iterator.3
+man/man3/xcb_dri2_get_buffers_with_format_buffers_length.3
+man/man3/xcb_dri2_get_buffers_with_format_reply.3
+man/man3/xcb_dri2_get_buffers_with_format_unchecked.3
+man/man3/xcb_dri2_get_msc.3
+man/man3/xcb_dri2_get_msc_reply.3
+man/man3/xcb_dri2_get_msc_unchecked.3
+man/man3/xcb_dri2_invalidate_buffers_event_t.3
+man/man3/xcb_dri2_query_version.3
+man/man3/xcb_dri2_query_version_reply.3
+man/man3/xcb_dri2_query_version_unchecked.3
+man/man3/xcb_dri2_swap_buffers.3
+man/man3/xcb_dri2_swap_buffers_reply.3
+man/man3/xcb_dri2_swap_buffers_unchecked.3
+man/man3/xcb_dri2_swap_interval.3
+man/man3/xcb_dri2_swap_interval_checked.3
+man/man3/xcb_dri2_wait_msc.3
+man/man3/xcb_dri2_wait_msc_reply.3
+man/man3/xcb_dri2_wait_msc_unchecked.3
+man/man3/xcb_dri2_wait_sbc.3
+man/man3/xcb_dri2_wait_sbc_reply.3
+man/man3/xcb_dri2_wait_sbc_unchecked.3
+man/man3/xcb_enter_notify_event_t.3
+man/man3/xcb_expose_event_t.3
+man/man3/xcb_fill_poly.3
+man/man3/xcb_fill_poly_checked.3
+man/man3/xcb_focus_in_event_t.3
+man/man3/xcb_focus_out_event_t.3
+man/man3/xcb_force_screen_saver.3
+man/man3/xcb_force_screen_saver_checked.3
+man/man3/xcb_free_colormap.3
+man/man3/xcb_free_colormap_checked.3
+man/man3/xcb_free_colors.3
+man/man3/xcb_free_colors_checked.3
+man/man3/xcb_free_cursor.3
+man/man3/xcb_free_cursor_checked.3
+man/man3/xcb_free_gc.3
+man/man3/xcb_free_gc_checked.3
+man/man3/xcb_free_pixmap.3
+man/man3/xcb_free_pixmap_checked.3
+man/man3/xcb_get_atom_name.3
+man/man3/xcb_get_atom_name_name.3
+man/man3/xcb_get_atom_name_name_end.3
+man/man3/xcb_get_atom_name_name_length.3
+man/man3/xcb_get_atom_name_reply.3
+man/man3/xcb_get_atom_name_unchecked.3
+man/man3/xcb_get_font_path.3
+man/man3/xcb_get_font_path_path_iterator.3
+man/man3/xcb_get_font_path_path_length.3
+man/man3/xcb_get_font_path_reply.3
+man/man3/xcb_get_font_path_unchecked.3
+man/man3/xcb_get_geometry.3
+man/man3/xcb_get_geometry_reply.3
+man/man3/xcb_get_geometry_unchecked.3
+man/man3/xcb_get_image.3
+man/man3/xcb_get_image_data.3
+man/man3/xcb_get_image_data_end.3
+man/man3/xcb_get_image_data_length.3
+man/man3/xcb_get_image_reply.3
+man/man3/xcb_get_image_unchecked.3
+man/man3/xcb_get_input_focus.3
+man/man3/xcb_get_input_focus_reply.3
+man/man3/xcb_get_input_focus_unchecked.3
+man/man3/xcb_get_keyboard_control.3
+man/man3/xcb_get_keyboard_control_reply.3
+man/man3/xcb_get_keyboard_control_unchecked.3
+man/man3/xcb_get_keyboard_mapping.3
+man/man3/xcb_get_keyboard_mapping_keysyms.3
+man/man3/xcb_get_keyboard_mapping_keysyms_end.3
+man/man3/xcb_get_keyboard_mapping_keysyms_length.3
+man/man3/xcb_get_keyboard_mapping_reply.3
+man/man3/xcb_get_keyboard_mapping_unchecked.3
+man/man3/xcb_get_modifier_mapping.3
+man/man3/xcb_get_modifier_mapping_keycodes.3
+man/man3/xcb_get_modifier_mapping_keycodes_end.3
+man/man3/xcb_get_modifier_mapping_keycodes_length.3
+man/man3/xcb_get_modifier_mapping_reply.3
+man/man3/xcb_get_modifier_mapping_unchecked.3
+man/man3/xcb_get_motion_events.3
+man/man3/xcb_get_motion_events_events.3
+man/man3/xcb_get_motion_events_events_iterator.3
+man/man3/xcb_get_motion_events_events_length.3
+man/man3/xcb_get_motion_events_reply.3
+man/man3/xcb_get_motion_events_unchecked.3
+man/man3/xcb_get_pointer_control.3
+man/man3/xcb_get_pointer_control_reply.3
+man/man3/xcb_get_pointer_control_unchecked.3
+man/man3/xcb_get_pointer_mapping.3
Home |
Main Index |
Thread Index |
Old Index