The NetBSD Project

CVS log for pkgsrc/x11/libxcb/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / libxcb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Mon Apr 15 16:37:01 2024 UTC (2 days, 18 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored) to selected 1.28 (colored)

libxcb: update to 1.17.0.

Alan Coopersmith (2):
      tests: fix -Werror=discarded-qualifiers errors in check_public.c
      xcb_popcount: Use __builtin_popcount if compiler supports it

Erik Kurzinger (1):
      Add xcb-dri3 dependency to xcb-present.pc.in

Matt Turner (2):
      configure.ac: Require xcb-proto >= 1.17.0
      libxcb 1.17.0

Uli Schlachter (1):
      Always write C code in UTF-8

Revision 1.43 / (download) - annotate - [select for diffs], Sun Mar 3 10:05:22 2024 UTC (6 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.28 (colored)

libxcb: update to 1.16.1.

This release fixes build issues for Windows & NetBSD platforms.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though xcb mainly uses stat() calls on sockets,
not normal files.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xcb to
work with sockets whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (3):
      gitlab CI: regenerate container used for builds
      gitlab CI: use latest xcbproto from git to build against
      libxcb 1.16.1

Fergus Dall (1):
      Enable large file support

Peter Williams (1):
      Fix compilation on Windows

Thomas Klausner (1):
      configure.ac: drop `pthread-stubs` dependency on NetBSD

Revision 1.42 / (download) - annotate - [select for diffs], Sat Aug 19 07:32:40 2023 UTC (7 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored) to selected 1.28 (colored)

libxcb: update to 1.16.

Alan Coopersmith (4):
      gitlab CI: add a basic build test
      configure.ac: drop dependency `pthread-stubs` on Solaris
      configure.ac: Remove obsolete AC_HEADER_STDC
      Raise minimum required version of Python from 2.6 to 3.0

Daniel G (2):
      Fix windows build.
      Fix indentation.

Demi Marie Obenour (5):
      Fix a compiler warning
      Fix handling of documented enum parameters
      Allow full paths to sockets on non-macOS
      DISPLAY starting with / or unix: is always a socket path
      Add tests for unix socket parsing

Emil Velikov (1):
      autogen.sh: use quoted string variables

Ilya Pominov (1):
      c_client: Fix crash in xcb_randr_set_monitor

Jan Beich (1):
      configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSD

Jeremy Huddleston Sequoia (1):
      xcb_conn: Add a check for NULL to silence a UBSan runtime error

Matt Turner (2):
      configure.ac: Require xcb-proto >= 1.16.0
      libxcb 1.16

Matthieu Herrb (1):
      Fix xcb_connect() call with a custom xcb_auth_info_t

Mihail Konev (1):
      autogen: add default patch prefix

Mike Sharov (2):
      Build DOUBLE-BUFFER extension.
      Require xcb-proto >= 1.15.1, which has Dbe

PaperChalice (1):
      configure.ac: drop dependency `pthread-stubs` on macOS

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Uli Schlachter (1):
      Improve tutorial example

Revision 1.41 / (download) - annotate - [select for diffs], Mon Aug 14 05:25:34 2023 UTC (8 months ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.28 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.40 / (download) - annotate - [select for diffs], Tue Jun 27 10:28:45 2023 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.39: +10 -2 lines
Diff to previous 1.39 (colored) to selected 1.28 (colored)

x11/libxcb: Handle TOOLBASE/LOCALBASE split.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jun 17 16:43:34 2022 UTC (22 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored) to selected 1.28 (colored)

libxcb: depend on latest py-xcbgen, and fix PLIST for it.

Bump PKGREVISION.

Revision 1.38 / (download) - annotate - [select for diffs], Wed May 4 04:39:09 2022 UTC (23 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored) to selected 1.28 (colored)

libxcb: update to 1.15.

Alan Coopersmith (1):
      xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()

Demi Marie Obenour (1):
      Fix integer overflows in xcb_in.c

Eduardo Sánchez Muñoz (1):
      Use the 'present' field to properly check that the XC-MISC

Hodong (1):
      Fix a memory leak

Julien Cristau (2):
      Increment libtool version info for libxcb-dri3
      Add newline when printing auth/connection failure string to stderr

Matt Turner (1):
      libxcb 1.15

Peter Harris (2):
      Fix build on Windows
      Fix writev emulation on Windows

Povilas Kanapickas (4):
      c_client.py: Extract get_expr_field_names()                                                                                                                                         c_client.py: Use get_expr_field_names directly to resolve list fields                                                                                                               c_client: Extract _c_get_field_mapping_for_expr()
      c_client.py: Implement handling of <length> element

Ran Benita (3):
      tests: don't use deprecated fail_unless check API
      gitignore: add files generated by make check
      Avoid request counter truncation in replies map after 2**32 requests

Thomas Anderson (1):
      Fix hang in xcb_request_check()

Uli Schlachter (1):
      Improve/fix docs for reply fds functions

Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 10 08:53:17 2022 UTC (2 years ago) by nia
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.28 (colored)

x11: adapt to new avoid-duplicate.mk usage

Revision 1.36 / (download) - annotate - [select for diffs], Wed Dec 1 13:01:15 2021 UTC (2 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.35: +3 -1 lines
Diff to previous 1.35 (colored) to selected 1.28 (colored)

x11: Add avoid-duplicate.mk to Xorg library packages

Revision 1.35 / (download) - annotate - [select for diffs], Sun Feb 23 22:37:45 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.34: +6 -7 lines
Diff to previous 1.34 (colored) to selected 1.28 (colored)

libxcb: update to 1.14.

Rename patch-aa to patch-configure.

Changes:
Alan Coopersmith (4):
     c_client: fix "adress" typo
     Update configure.ac bug URL for gitlab migration
     Update README for gitlab migration
     Add README.md to EXTRA_DIST

Eduardo Sánchez Muñoz (1):
     Add "ge.*" to src/.gitignore

Jon Turney (1):
     Include time.h before using time()

Martin Dørum (1):
     Handle EINTR from recvmsg in _xcb_in_read

Matt Turner (3):
     configure.ac: Depend on pthread-stubs only on not-Linux
     Build xz tarballs instead of bzip2
     Release libxcb 1.14

Sam Varshavchik (1):
     Implement xcb_total_read() and xcb_total_written().

Revision 1.34 / (download) - annotate - [select for diffs], Sun Apr 28 10:50:15 2019 UTC (4 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.28 (colored)

x11/libxcb: rename configure option since the old one doesn't exist anymore

Revision 1.33 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:30 2019 UTC (4 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored) to selected 1.28 (colored)

PKGREVISION bump for anything using python without a PYPKGPREFIX.

This is a semi-manual PKGREVISION bump.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Dec 1 16:30:35 2018 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.28 (colored)

libxcb: update to 1.13.1.

Release 1.13.1 (2018-09-27)
===========================
* Don't flag extra reply in xcb_take_socket

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 5 10:20:55 2018 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.30: +4 -5 lines
Diff to previous 1.30 (colored) to selected 1.28 (colored)

libxcb: update to 1.13.

As with xcb-proto, this release mainly enables multi-planar buffers in
DRI3 v1.2 via support for variable-sized lists of FDs, and enables
sending GenericEvents to other clients. Present v1.2 and RandR v1.6
did not require any specific library changes.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:17 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.28 (colored)

Follow some http redirects.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 8 21:48:47 2017 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.28: +4 -1 lines
Diff to previous 1.28 (colored)

Enable xcb-xinput.

Requested by Daniel lschlegel on pkgsrc-users.

Bump PKGREVISION.

Revision 1.28 / (download) - annotate - [selected], Thu May 19 07:09:02 2016 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

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.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Sep 9 17:54:45 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.28 (colored)

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

Revision 1.26 / (download) - annotate - [select for diffs], Tue Aug 5 18:38:02 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored) to selected 1.28 (colored)

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

Revision 1.25 / (download) - annotate - [select for diffs], Thu May 29 00:39:47 2014 UTC (9 years, 10 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.28 (colored)

Needs to link against pthread on OpenBSD. print/ghostscript-gpl exposed the
issue during configure.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jan 2 19:52:16 2014 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored) to selected 1.28 (colored)

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

Revision 1.23 / (download) - annotate - [select for diffs], Fri Nov 8 13:11:44 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.22: +7 -5 lines
Diff to previous 1.22 (colored) to selected 1.28 (colored)

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.

Revision 1.22 / (download) - annotate - [select for diffs], Thu May 30 16:53:47 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored) to selected 1.28 (colored)

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á»©Ï (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

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 10 22:40:31 2013 UTC (10 years, 11 months ago) by riastradh
Branch: MAIN
Changes since 1.20: +15 -4 lines
Diff to previous 1.20 (colored) to selected 1.28 (colored)

Make libxcb and xcb-proto cross-compile.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 1 14:40:29 2013 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.19: +4 -11 lines
Diff to previous 1.19 (colored) to selected 1.28 (colored)

Spell XTHREAD_CPPFLAGS correctly.  This is confirmed required on Solaris, so
remove the XXX comments.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Oct 29 05:06:38 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.18: +1 -3 lines
Diff to previous 1.18 (colored) to selected 1.28 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 7 22:40:44 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.28 (colored)

Add missing files to PLIST and depend on libxcb-1.8.
Ride update.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 7 22:09:47 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored) to selected 1.28 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 3 17:29:41 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored) to selected 1.28 (colored)

Update to 1.8.1:

1.8.1:
Arnaud Fontaine (1):
      Add xkb_internals and xkb_issues to EXTRA_DIST.

Jeremy Huddleston (2):
      Revert "Fix include order with Xdmcp on WIN32"
      darwin: Use read(2) rather than recv(2)

Jon TURNEY (2):
      Fix build of xcb_auth.c with XDMCP on WIN32
      Update use of error_connection under WIN32 to _xcb_conn_ret_error()

Julien Cristau (1):
      Fallback to TCP if no protocol is specified and the UNIX connection fails

Julien Danjou (2):
      Bump xcb-proto requirement
      Release libxcb 1.8.1

Uli Schlachter (1):
      Fix a busy loop on BSD and Mac OS

1.8:
Aaron Plattner (1):
      xcb_disconnect: call shutdown() to force a disconnect

Alan Coopersmith (5):
      Use special path to sockets when running under Solaris Trusted Extensions
      Remove unused DECnet code
      Add #include <sys/socket.h> to xcb_conn.c
      Make launchd code in xcb_util.c match surrounding code indent levels
      If protocol is "unix", use a Unix domain socket, not TCP

Arvind Umrao (1):
      Added more error states and removed global error_connection

Carlos Garnacho (1):
      Handle XGE events with the "send event" flag

Christoph Reimann (14):
      added xcb_sumof() with restriction to uint8_t
      xkb: updated configure.ac/Makefile.am
      new and still preliminary functions for switch; feautures include     - API compatibility with valueparam     - r
      xkb: added pkg config file
      added generating code for _serialize() in case of variable sized structs (largely untested)
      preliminary handling of further special cases in unserialize     first attempts to unify serialize and unserializ
      partial rewrite of serialize helper functions completed;     _serialize() & _unserialize() have been tested for s
      bug fixes for all kinds of 'special cases'
      attempt to fix special case: variable fields followed by fixed size fields
      renamed most _unserialize() functions to _sizeof() and fixed _unserialize() for the special case of intermixed va
      special case 'intermixed variable and fixed size fields': fixed reply side, needs testing
      added accessors for special cases     major bugfixes include: rewrite of prefix related functions, merge of seria
      small fix in the xkb pkg file
      small fix to get rid of some compiler warnings     also added very basic documentation for xkb

David Coles (1):
      Add support for building with Python 3

James Jones (1):
      Insert, not append explicit xcbgen dir python path

Jamey Sharp (15):
      xcb_request_check: Sync even if an event was read for this sequence.
      _xcb_conn_wait: Shut down the connection on unexpected poll() events.
      xcb_send_request: Send all requests using a common internal send_request.
      xcb_request_check: Hold the I/O lock while deciding to sync.
      xcb_discard_reply: Simplify by re-using poll_for_reply helper.
      xcb_in: Use 64-bit sequence numbers internally everywhere.
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
      Include XKB in ./configure's summary output.
      Enable AM_SILENT_RULES on automake 1.11 or newer.
      Factor reader_list management out of wait_for_reply.
      Dequeue readers that can't receive any new responses.
      Introduce xcb_wait_for_event_until, for consuming responses in wire-order.
      Delete the old c-client.xsl.
      Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-order."
      Keep ALIGNOF definition out of the public namespace.

Jeetu Golani (8):
      Win32 code for xcb-1.5
      windefs.h is now called xcb_windefs.h - changed all includes to reflect that.Replaced one instance ofWIN32 with _
      changes in xcb_windefs.h - the flag  _XCB_WINDEFS_H replaces WINDEFS_H
      restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without these the code no longer compiled on
      xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removed
      Set errno=0 in read_block. On Win32 there is no errno and this makes the     do..while loop execute only once. Al
      Replaced read() in read_block and _xcb_in_read() with recv for all     platforms. MSG_WAITALL is undefined in Min
      Don't validate FD_SETSIZE on Win32

Jeremy Huddleston (1):
      darwin: Don't use poll() when expected to run on darwin10 and prior

Jon TURNEY (1):
      Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446b

Josh Triplett (1):
      Allow disconnecting connections that are in error state.

Julien Danjou (1):
      Release libxcb 1.8

Keith Packard (1):
      Make xcb_take_socket keep flushing until idle

Markus Duft (1):
      Support pre-IPv6 systems (without getaddrinfo)

Michael Stapelberg (1):
      Drop AI_ADDRCONFIG when resolving TCP addresses

Nick Bowler (1):
      xcb_auth: Fix memory leak in _xcb_get_auth_info.

Peter Harris (10):
      Merge branch 'master' of git://github.com/topcat/xcb-win32
      Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcb
      Add xkb.* to gitignore
      Don't emit out-of-module sizeof definitions
      Fix memory leak in _sizeof implemented with _unserialize
      Make *_unserialize safe to use on buffers in-place
      Clean up a couple of warnings in xprint
      Fix _unserialize of reply headers
      Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb
      Don't try to sizeof(void)

Rami Ylimäki (3):
      Prevent reply waiters from being blocked.
      Prevent theoretical double free and leak on get_peer_sock_name.
      Introduce a variant of xcb_poll_for_event for examining event queue.

Ryan Pavlik (2):
      Fix include order with Xdmcp on WIN32
      Use WSAStartup()/WSACleanup() on WIN32

Uli Schlachter (3):
      xcb_take_socket: Document sequence wrap requirements
      Compute alignment correctly
      Fix a dead-lock due to xcb_poll_for_reply

Vincent Torri (1):
      fix Windows build and installation

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 8 19:09:18 2012 UTC (12 years ago) by wiz
Branch: MAIN
Changes since 1.14: +1 -3 lines
Diff to previous 1.14 (colored) to selected 1.28 (colored)

Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 15 11:15:35 2011 UTC (12 years, 10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.28 (colored)

Back to original code, use cElementTree.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 25 09:47:30 2011 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.28 (colored)

Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 10 19:12:13 2010 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.11: +3 -6 lines
Diff to previous 1.11 (colored) to selected 1.28 (colored)

Update to libxcb 1.7:
- Always wake up readers after writing
- Get rid of PATH_MAX and MAXPATHLEN
- Add ~ operator support in code generator
- xcb_open: Improve protocol/host parsing
- xcb_connect_to_display_with_auth_info: Fix memory leak
- Report which extensions are being built

Revision 1.11 / (download) - annotate - [select for diffs], Sun May 2 11:56:21 2010 UTC (13 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.28 (colored)

Update to 1.6:

Release 1.6 (2010-04-09)
========================
- darwin: xnu doesn't support poll on ttys on the master side
- Fix descriptor leak on memory error path
- Support xcb_discard_reply
- Open the X11 socket with close-on-exec flag
- Fix authentication on hpux and Hurd

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 30 16:28:00 2010 UTC (14 years, 2 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.28 (colored)

Added LICENSE information.

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Wed Jan 27 16:51:33 2010 UTC (14 years, 2 months ago) by tron
Branch: pkgsrc-2009Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) next main 1.9 (colored) to selected 1.28 (colored)

Pullup ticket #2975 - requested by wiz
gnome-terminal: build fix
gtk2: build fix
libxcb: build fix
py-xcbgen: build fix
telepathy-gabble: build fix
telepathy-glib: build fix
telepathy-idle: build fix

Revisions pulled up:
- chat/telepathy-gabble/Makefile		1.11
- chat/telepathy-glib/Makefile			1.17
- chat/telepathy-idle/Makefile			1.11
- x11/gnome-terminal/Makefile			1.30
- x11/gtk2/Makefile				1.196
- x11/libxcb/Makefile				1.9
- x11/py-xcbgen/Makefile			1.5
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Jan 27 08:46:51 UTC 2010

Modified Files:
	pkgsrc/chat/telepathy-gabble: Makefile
	pkgsrc/chat/telepathy-glib: Makefile
	pkgsrc/chat/telepathy-idle: Makefile
	pkgsrc/x11/gnome-terminal: Makefile
	pkgsrc/x11/gtk2: Makefile

Log Message:
Depend on py-expat for all supported python versions, now that
python25 and python26 have been fixed to behave like python24.
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Jan 27 13:59:47 UTC 2010

Modified Files:
	pkgsrc/x11/py-xcbgen: Makefile

Log Message:
Needs py-expat nowadays. Depend on it and bump PKGREVISION.
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Jan 27 14:00:33 UTC 2010

Modified Files:
	pkgsrc/x11/libxcb: Makefile

Log Message:
Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 27 14:00:33 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.28 (colored)

Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 15 12:24:47 2009 UTC (14 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base
Branch point for: pkgsrc-2009Q4
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored) to selected 1.28 (colored)

Update to 1.5:

Release 1.5 (2009-12-03)
========================
- setsockopt(SO_KEEPALIVE) on TCP display connections
- Add DRI2 support
- Fix check dependency
- Cygwin build fix: Add -no-undefined to libtool flags

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 16 15:42:28 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.28 (colored)

Update to 1.4:

Arnaud Fontaine (2):
      Add majorCode, minorCode and resourceID fields to X generic error
      Release libxcb 1.4

Jamey Sharp (1):
      Fix precedence bug: wrong length for big-requests preceded by sync

Julien Cristau (1):
      Fix libxcb-randr version info

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 18 11:08:18 2009 UTC (14 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored) to selected 1.28 (colored)

a Python script needed for build contains tons if these ugly
"conditional expressions", so it needs Python-2.5+

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 29 09:27:45 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.4: +6 -9 lines
Diff to previous 1.4 (colored) to selected 1.28 (colored)

Update to 1.3:

Bart Massey (2):
      kludgily hand-merged xid fixes
      Fix XDM-AUTHORIZATION-1 (bug #14202)

Bob Ham (1):
      Store xcbproto version libxcb was compiled with

Jeremy Huddleston (1):
      darwin: Don't use poll() on versions of darwin before darwin10

Julien Danjou (9):
      Copy full IPv4 mapping (Bug #20665)
      Fix do_append() arguments
      auth: precompute authnameslen
      auth: use snprintf() return value
      util: open_abstract gets filelen as parameters
      util: merge common code for xcb_connect
      util: remove useless strlen calls from decnet opening
      depends on recent xcb-proto and bump version of randr
      Release libxcb 1.3

Michael Ost (1):
      use poll() instead of select() when available

Peter Harris (3):
      Don't use enums in generated C code - use integer constants instead.
      Revert "Don't use enums in generated C code"
      Avoid name collisions between xidtype and enum.

Samuel Thibault (1):
      Local socket connections do not work on hurd-i386

elupus (1):
      Disable Nagle on TCP socket

Revision 1.4 / (download) - annotate - [select for diffs], Thu May 14 02:57:28 2009 UTC (14 years, 11 months ago) by hasso
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored) to selected 1.28 (colored)

Fix install on platforms not using pax tar. Bump PKGREVISION.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 11 12:48:07 2009 UTC (15 years ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.28 (colored)

Update to 1.2:

Julien Danjou (2):
      Stop providing autogenerated files in tarball
      Release libxcb 1.2

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 8 13:06:22 2009 UTC (15 years ago) by drochner
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored) to selected 1.28 (colored)

split the "xcbgen" Python extension which comes with xcb-proto
into its own pkg and pull it in the common Python way so that
we ensure matching Python versions

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Apr 6 10:23:59 2009 UTC (15 years ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.28 (colored)

import libxcb-1.1.93, from Jeremy C. Reed and Michael Stapelberg
per pkgsrc-wip

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 6 10:23:59 2009 UTC (15 years ago) by drochner
Branch: MAIN
Diff to selected 1.28 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>