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
This commit is contained in:
parent
56bbe40c87
commit
3d8d90a2ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212800
3 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xcb-proto
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xcb-proto-1.0.tar.bz2) = d31407eaae7e52d100645217767a41aa
|
||||
SHA256 (xcb-proto-1.0.tar.bz2) = df3ce807139957a9d3bd196a6eb5fad1d04af079d47b0ec36502911520b84e08
|
||||
SIZE (xcb-proto-1.0.tar.bz2) = 71084
|
||||
MD5 (xcb-proto-1.1.tar.bz2) = dd34acc58c0a438e812f72a9afe7b2a0
|
||||
SHA256 (xcb-proto-1.1.tar.bz2) = 06af98d83d5075fb4105fd8fec042b62156e8d462a36c4041ef2f8821c80d14e
|
||||
SIZE (xcb-proto-1.1.tar.bz2) = 72584
|
||||
|
|
|
@ -23,5 +23,4 @@ libdata/pkgconfig/xcb-proto.pc
|
|||
%%DATADIR%%/xtest.xml
|
||||
%%DATADIR%%/xv.xml
|
||||
%%DATADIR%%/xvmc.xml
|
||||
%%DATADIR%%/xinerama.xml
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue