Bug 122559 - [PATCH]:x11/xcb-proto: update to 1.1
Summary: [PATCH]:x11/xcb-proto: update to 1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 11:50 UTC by bf
Modified: 2008-05-07 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.19 KB, patch)
2008-04-08 11:50 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2008-04-08 11:50:00 UTC
This update is linked with the proposed update to x11/libxcb, which should be filed shortly after this PR: they're interdependent.  Summary of changes:

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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-08 11:50:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Ashish Shukla 2008-04-11 20:55:01 UTC
>>>>> "Edwin" == Edwin Groothuis <edwin@FreeBSD.org> writes:

    Edwin> Maintainer of x11/xcb-proto,

    Edwin> Please note that PR ports/122559 has just been submitted.

    Edwin> If it contains a patch for an upgrade, an enhancement or a bug fix
    Edwin> you agree on, reply to this email stating that you approve the patch
    Edwin> and a committer will take care of it.

    Edwin> The full text of the PR can be found at:
    Edwin> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/122559

This port builds and installs fine, without any issues, so I'm approving it.

Thanks :)
-- 
Ashish Shukla à¤à¤¶à¥à¤· शà¥à¤à¥à¤²                      http://wahjava.wordpress.com/
·-- ·- ···· ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2008-04-11 21:01:40 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-07 09:15:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-05-07 15:22:33 UTC
itetcu      2008-05-07 14:22:25 UTC

  FreeBSD ports repository

  Modified files:
    x11/xcb-proto        Makefile distinfo pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.4       +1 -1      ports/x11/xcb-proto/Makefile
  1.3       +3 -3      ports/x11/xcb-proto/distinfo
  1.4       +0 -1      ports/x11/xcb-proto/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-07 15:23:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!