From owner-freebsd-x11@FreeBSD.ORG Tue Feb 7 21:58:31 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C807D106564A for ; Tue, 7 Feb 2012 21:58:31 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 84A408FC0A for ; Tue, 7 Feb 2012 21:58:31 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q17LNg8Y090965; Tue, 7 Feb 2012 14:23:42 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q17LNgiJ090962; Tue, 7 Feb 2012 14:23:42 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 7 Feb 2012 14:23:42 -0700 (MST) From: Warren Block To: Meowthink In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 07 Feb 2012 14:23:42 -0700 (MST) Cc: freebsd-x11@freebsd.org Subject: Re: Intel GPU patch 13.1 for stable/9 ([CFT] Xorg Upgrade 7.5.2) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 21:58:31 -0000 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