From owner-freebsd-x11@FreeBSD.ORG Mon Jul 20 00:10:08 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66B631065673 for ; Mon, 20 Jul 2009 00:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53CBA8FC15 for ; Mon, 20 Jul 2009 00:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6K0A8QZ047346 for ; Mon, 20 Jul 2009 00:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6K0A8vQ047345; Mon, 20 Jul 2009 00:10:08 GMT (envelope-from gnats) Date: Mon, 20 Jul 2009 00:10:08 GMT Message-Id: <200907200010.n6K0A8vQ047345@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2009 00:10:08 -0000 The following reply was made to PR ports/136806; it has been noted by GNATS. From: Anonymous To: Yuri Pankov Cc: bug-followup@freebsd.org Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; Date: Mon, 20 Jul 2009 04:02:15 +0400 Yuri Pankov writes: > On Sun, Jul 19, 2009 at 10:50:03PM +0000, Anonymous wrote: > > > +Installing it should be as simple as below procedure provided you have > > +base sources in /usr/src. > > + > > + # cd /usr/src/sys > > You also need to create modules/drm/nouveau, otherwise modules/drm/nouveau/Makefile isn't created: > # mkdir modules/drm/nouveau No, you don't need to create the directory explicitly. It should be created by patch(1) for you because `-p0' option was specified. > > > + # fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch > > + # patch -sp0 -i drm-nouveau-062309.patch > > + # cd modules/drm > > + # make depend all install > > --- xf86-video-nouveau.diff ends here --- > > Thanks for updating the driver. > > Yuri