New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79157


Ignore:
Timestamp:
06/03/11 09:23:44 (4 years ago)
Author:
jeremyhu@…
Message:

xorg-server: Revbump to pick up a patch to fix an AIGLX crash

Location:
trunk/dports/x11/xorg-server
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/xorg-server/Portfile

    r78998 r79157  
    77set my_name     xorg-server 
    88version         1.10.2 
     9revision        1 
    910categories      x11 devel 
    1011maintainers     jeremyhu openmaintainer 
     
    8283        0001-Send-events-that-were-missing-from-RRSelectInput.patch \ 
    8384        0002-randr-check-rotated-virtual-size-limits-correctly.patch \ 
     85        0003-linux-Retry-VT-ioctls-while-errno-EINTR.patch \ 
     86        0004-DIX-Set-backgroundState-correctly-for-root-window.patch \ 
     87        0005-privates.h-line-198-warning-void-function-cannot-ret.patch \ 
     88        0006-XQuartz-GLX-Create-a-new-dispatch-table-rather-than-.patch \ 
     89        0007-test-fix-memset-size-for-WindowRec-37801.patch \ 
    8490        5001-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch \ 
    8591        5002-fb-Revert-fb-changes-that-broke-XQuartz.patch \ 
  • trunk/dports/x11/xorg-server/files/0001-Send-events-that-were-missing-from-RRSelectInput.patch

    r78998 r79157  
    22From: Jeremy Huddleston <jeremyhu@apple.com> 
    33Date: Wed, 13 Apr 2011 11:51:30 -0700 
    4 Subject: [PATCH 1/2] Send events that were missing from RRSelectInput 
     4Subject: [PATCH 1/7] Send events that were missing from RRSelectInput 
    55 
    66The RANDR spec (randrproto.txt) specifies that RRSelectInput will send out 
     
    6969     } 
    7070--  
    71 1.7.4.1 
     711.7.5.2 
    7272 
  • trunk/dports/x11/xorg-server/files/0002-randr-check-rotated-virtual-size-limits-correctly.patch

    r78998 r79157  
    22From: Aaron Plattner <aplattner@nvidia.com> 
    33Date: Tue, 24 May 2011 16:02:42 -0700 
    4 Subject: [PATCH 2/2] randr: check rotated virtual size limits correctly 
     4Subject: [PATCH 2/7] randr: check rotated virtual size limits correctly 
    55 
    66Commit d1107918d4626268803b54033a07405122278e7f introduced checks to 
     
    6262        int     c; 
    6363--  
    64 1.7.4.1 
     641.7.5.2 
    6565 
Note: See TracChangeset for help on using the changeset viewer.