From owner-freebsd-x11@FreeBSD.ORG Sat Feb 2 11:43:42 2013 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75ED7228 for ; Sat, 2 Feb 2013 11:43:42 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id E97AFC14 for ; Sat, 2 Feb 2013 11:43:38 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id EE56440004 for ; Sat, 2 Feb 2013 12:43:36 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id DDD4040003; Sat, 2 Feb 2013 12:43:36 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 19C8840002; Sat, 2 Feb 2013 12:43:35 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3Yytc65j9hz8hVn; Sat, 2 Feb 2013 12:43:34 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id IYOFRHsrhUas; Sat, 2 Feb 2013 12:43:31 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3Yytc32F5Mz8hVm; Sat, 2 Feb 2013 12:43:31 +0100 (CET) Received: from [IPv6:2001:470:dca9:1::3] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3Yytc31SyVz9Ctj; Sat, 2 Feb 2013 12:43:29 +0100 (CET) Message-ID: <510CFBD2.40002@freebsd.org> Date: Sat, 02 Feb 2013 12:43:14 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Tsurutani Naoki Subject: Re: ports/175776: patching x11-servers/xorg-server fails References: <201302021120.r12BK1mi053720@freefall.freebsd.org> In-Reply-To: <201302021120.r12BK1mi053720@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 11:43:42 -0000 On 2013-02-02 12:20, Tsurutani Naoki wrote: > The following reply was made to PR ports/175776; it has been noted by GNATS. > > From: Tsurutani Naoki > To: Niclas Zeising > Cc: bug-followup@freebsd.org > Subject: Re: ports/175776: patching x11-servers/xorg-server fails > Date: Sat, 02 Feb 2013 20:10:19 +0900 > > Hello, > I updated my ports tree yesterday using portsnap. > I also compared my tree files with files browseable at > http://svnweb.freebsd.org/ports/head/x11-servers/xorg-server/ , > and found no difference. > The file to be patched obtained from the distfile available from > http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.10.6.tar.bz2 > is the same as that on my host, therefore original patch is not applicable. > My /etc/make.conf contains "WITH_NEW_XORG=1". > Please test again. > > Sincerely, Can you please double check your ports? The file extra-old-arch-i386 and extra-new-arch-i386 are supposed to be different, and on my system they are. See http://svnweb.freebsd.org/ports/head/x11-servers/xorg-server/files/extra-new-arch-i386?revision=310652&view=markup and http://svnweb.freebsd.org/ports/head/x11-servers/xorg-server/files/extra-old-arch-i386?revision=310652&view=markup Note that only whitespace differ. Regards! -- Niclas