1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
3d8d90a2ae Update to 1.1:
Incompatible change to the XML schema: rather than special-casing the
treatment of protocol extension names, use the new extension-multiword
attribute. Normally, XCB prefixes C extension functions with
xcb_extname_. However, some of the existing extensions used multi-word
names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now
use this attribute to match their existing defined API. This allows the
XCB code generator to avoid special-casing those extension names.

Protocol updates:
* Update DAMAGE to 1.1
* Update RandR to version 1.2

Bug fixes:
* fix XSync Initialize call
* Update autogen.sh to one that does objdir != srcdir.

PR:		ports/122559
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer
2008-05-07 14:22:25 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
53845b4ca5 - Update to 1.0
PR:		108495
Submitted by:	Ashish Shukla<wahjava@gmail.com> (maintainer)
2007-01-28 23:22:20 +00:00
Alejandro Pulver
67973ea154 The X protocol C-language Binding (XCB) is a replacement for Xlib
featuring a small footprint, latency hiding, direct access to the
protocol, improved threading support, and extensibility.

WWW: http://xcb.freedesktop.org/

- Ashish Shukla
wahjava@gmail.com

PR:		ports/102446
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2006-10-08 16:09:22 +00:00