Created attachment 145 [details] Patch to update to xorg-7.4 release # PciReworkProposal: PCI bus scanning/accessing code replaced with libpciaccess # x11perf 1.5: Compositing tests added. # xtrans 1.1: Support for abstract socket namespace under Linux. # xf86-input-evdev 2.0.x: Many stability and completeness fixes, should work out of the box with a large range of devices, plus middle-button emulation for mice. # xf86-video-ati 6.9.x: Support for r5xx/r6xx/r7xx (RadeonHD 1xxx/2xxx/3xxx) devices added, including textured video for r5xx. Full RandR 1.2 support for all chipsets. # EXA: Numerous speedups (inc. font rendering), cleanups, and correctness fixes. # libX11 1.1.5: Numerous i18n additions and fixes # xorg-server 1.5: Faster startup and shutdown, lots of code removal, EDID 1.4, Secure RPC authentication, GLX and DRI passthrough support for Xephyr, smarter autoconfiguration, pervasive and coherent XACE security framework, easier building of GL code, numerous input-related bugfixes.
Thanks a bunch, but it doesn't apply to svn trunk. What tree is this against? I get: error: patch failed: package/x11r7/xserver_xorg-server/xserver_xorg-server.mk:43 error: package/x11r7/xserver_xorg-server/xserver_xorg-server.mk: patch does not apply error: package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-pkgconfig-fix.patch: No such file or directory error: package/x11r7/xapp_xauth/xapp_xauth-1.0.3-xcb.patch: No such file or directory
Created attachment 147 [details] Second attempt at xorg-7.4 patch Removed reference to other Bug 177 patch. Removed reference to xapp_xauth change.
Hmmm.. xserver_xorg-server-1.4-pkgconfig-fix.patch is a patch I submitted to fix the problem with xdrivers not compiling "Bug #177". It snuck in my build.. package/x11r7/xapp_xauth/xapp_xauth-1.0.3-xcb.patch is just randomly broken.. It worked on my machine at home. Here at work it makes patch puke.. So.. I'll remove it. package/x11r7/xapp_xauth/xapp_xauth-1.0.2-xcb.patch just needs to be renamed to package/x11r7/xapp_xauth/xapp_xauth-1.0.3-xcb.patch
Thanks, I fixed up the conflicts in the 1st patch and committed as r25653 - Please check that everything is OK.