2017-01-08 22:48:47 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Enable xcb-xinput.
Requested by Daniel Ãlschlegel on pkgsrc-users.
Bump PKGREVISION.
|
2016-05-19 09:09:03 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Updated libxcb to 1.12.
here is a new version of libxcb for you to enjoy. The highlights are the same as \
for the
new xcb-proto release: xinput support, RandR 1.5 and an automatic alignment checker.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-09-09 19:54:45 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update x11/libxcb to 1.11.1:
there is a new minor version of libxcb available. This fixes some
threading-related bugs with xcb_wait_for_special_event() and adds
64-bit versions of functions that work with sequence numbers.
Changes:
Christian Linhart (1):
expose 64-bit sequence numbers for XLib
Michel Dänzer (1):
Call _xcb_wake_up_next_reader from xcb_wait_for_special_event
Uli Schlachter (2):
Fix a thread hang with xcb_wait_for_special_event()
Release libxcb 1.11.1
|
2014-08-05 20:38:02 by Thomas Klausner | Files touched by this commit (3) |
Log message:
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
|
2014-05-29 02:39:47 by Blue Rats | Files touched by this commit (2) |
Log message:
Needs to link against pthread on OpenBSD. print/ghostscript-gpl exposed the
issue during configure.
|
2014-03-10 12:05:54 by Jonathan Perkin | Files touched by this commit (57) |
Log message:
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
2014-01-02 20:52:17 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.10:
once again, there is a new libxcb release out. This time with even
less bugs, api and abi breakage.
Changes (hand-edited to remove things that were released from
branches):
Alan Coopersmith (3):
Fix "indention" typos in xcb-examples.3 man page
Enable warnings for pre-C89 style definitions for gcc & Solaris Studio
Define _xcb_map_new with explicit void arg list instead of empty one
Christian König (1):
fix deadlock with xcb_take_socket/return_socket v3
Daniel Martin (10):
c_client.py: Always initialize xcb_align_to
c_client.py: Do not create pointers in unions
Make xsltproc optional
Remove second AC_PREREQ, require version 2.60
Set AC_CONFIG_AUX_DIR to build-aux
Use build-aux as autom4te cache directory
Use m4 directory
Sort gitignore, adjust pattern for config.h
tests: Add files to .gitignore
c_client.py: Fix _sizeof() functions
Daphne Pfister (2):
Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND
Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).
Julien Cristau (2):
Bump xcb-proto requirement to 1.10
Add NEWS for 1.10
Marc Deslauriers (1):
Update Makefile.am for newer automake
Mark Kettenis (1):
Fix alignment issues in FD passing code
Michael Stapelberg (1):
Build xcb-xkb by default
PHO (1):
Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does \
not test it for us
Uli Schlachter (6):
Fix documentation of xcb_poll_for_event()
Revert "fix deadlock with xcb_take_socket/return_socket v3"
Revert "Remove xcb_ge_event_t from xcb.h"
Increment the "current" version info for sync, xinput and xkb
Add NEWS entries for releases 1.9.1 to 1.9.3
Release libxcb 1.10
|
2013-11-08 14:11:44 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.9.3.
1.9.3:
Fix up some portability and build issues in the FD passing code introduced
in 1.9.2. Now builds & works on Solaris as well as Linux, can be enabled
or disabled via --enable-sendfds and --disable-sendfds flags to configure.
1.9.2:
This has minimal patches needed to support GE events and current
xcb-proto, and then the patches for DRI3 and Present.
|
2013-05-30 18:53:47 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.9.1:
* Fix python code to work with python-3
* Security fix for integer overflow in read_packet() [CVE-2013-2064]
Alan Coopersmith (2):
integer overflow in read_packet() [CVE-2013-2064]
libxcb 1.9.1
Christian König (1):
whitespace fix in xcb_take_socket
ChÃ-Thanh Christopher Nguyá»
n (2):
c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute \
'iteritems'
c_client.py: Fix python-3 invalid except statement
Colin Walters (1):
autogen.sh: Implement GNOME Build API
|