From owner-freebsd-x11@FreeBSD.ORG Mon Sep 9 14:48:58 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 856C4D99 for ; Mon, 9 Sep 2013 14:48:58 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36ACC2B42 for ; Mon, 9 Sep 2013 14:48:58 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 9B84B40036 for ; Mon, 9 Sep 2013 16:48:55 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 90B3E40033; Mon, 9 Sep 2013 16:48:55 +0200 (CEST) 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 (unknown [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 10D2040030; Mon, 9 Sep 2013 16:48:54 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3cYXLt5XBWz8hVm; Mon, 9 Sep 2013 16:48:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id ka84L5wkRzna; Mon, 9 Sep 2013 16:48:52 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3cYXLr4sG1z8hVt; Mon, 9 Sep 2013 16:48:52 +0200 (CEST) Received: from vivi.daemonic.se (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3cYXLr4JVcz9Ctq; Mon, 9 Sep 2013 16:48:52 +0200 (CEST) Message-ID: <522DDFD4.6030607@freebsd.org> Date: Mon, 09 Sep 2013 16:48:52 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Volodymyr Kostyrko Subject: Re: [CFT] Update of xorg libraries and MESA References: <522DC3EB.4060607__24877.3824460388$1378732295$gmane$org@freebsd.org> <522DD451.9000100@gmail.com> <522DD4E5.5030206@rainbow-runner.nl> <522DDE8A.4030301@gmail.com> In-Reply-To: <522DDE8A.4030301@gmail.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: 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: Mon, 09 Sep 2013 14:48:58 -0000 On 09/09/13 16:43, Volodymyr Kostyrko wrote: > 09.09.2013 17:02, Koop Mast wrote: >>> ^/releng/9, WITH_CLANG_IS_CC, CCACHE, WITH_NEW_XORG >> >> You need to manual remove your old libGL and dri before updating to the >> new version, as mentioned in the UPDATING file. > > Oh, sorry.. I always mess the order of things. Thanks for a quick reply! > > And how about this one: > > ===> Applying extra patch extra-config_devd.c > cat: extra-config_devd.c: No such file or directory > I can't seem to find a patch in there anywhere. > > gmake[1]: Entering directory > `/tmp/ports/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.4/config' > > gmake[1]: *** No rule to make target `devd.c', needed by `devd.lo'. Stop. > gmake[1]: Leaving directory > `/tmp/ports/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.4/config' > > gmake: *** [all-recursive] Error 1 > *** [do-build] Error code 1 > > --- x11-ervers/xorg-server/Makefile 2013-09-09 17:42:06.005017508 +0300 > +++ x11-ervers/xorg-server/Makefile 2013-09-09 17:40:08.468020532 +0300 > @@ -108,7 +108,7 @@ > .endif > > .if ${PORT_OPTIONS:MDEVD} > -EXTRA_PATCHES+= extra-config_devd.c > +EXTRA_PATCHES+= ${FILESDIR}/extra-config_devd.c > .endif > > .if ${PORT_OPTIONS:MAIGLX} > You are right, sorry about that. Patch will be updated shortly! Regards! -- Niclas Zeising