Intel GPU patch 13.1 for stable/9 ([CFT] Xorg Upgrade 7.5.2)

Warren Block wblock at wonkity.com
Tue Feb 7 21:58:31 UTC 2012


On Tue, 7 Feb 2012, Meowthink wrote:

> to Warren,
> Yes, $FreeBSD$ id in i915_suspend.c should be manually edited BEFORE
> patch(or try to deal with svn:keywords).
> And ... I don't know why you got those Makefiles rejected, as they
> were there, not modified in the official repository, for quite a long
> time. Any detail?

It's the path for the first two Makefiles.  Or something about patch, 
maybe:

   # sed -i -e 's/FreeBSD: src.*Exp /FreeBSD/ /usr/src/sys/dev/drm/i915_suspend.c
   # cd /usr/src
   # patch < drm-all.13.1-stable9.1.patch

fails.  But this works:

   # sed -i -e 's/FreeBSD: src.*Exp /FreeBSD/ /usr/src/sys/dev/drm/i915_suspend.c
   # cd /usr/src/sys
   # patch -p1 < drm-all.13.1-stable9.1.patch


More information about the freebsd-x11 mailing list