Bug 133557 - [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090408.d8545e6
Summary: [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090408.d...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 05:20 UTC by swell.k
Modified: 2009-04-10 19:30 UTC (History)
0 users

See Also:


Attachments
xf86-video-nouveau-20090408.d8545e6.diff (3.06 KB, patch)
2009-04-10 05:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-04-10 05:20:06 UTC
- unbreak and update to 20090408.d8545e6

- add snapshot date and revision in otherwise unused NV_DRIVER_DATE
  to make debugging problems a little bit easier because it appears
  in Xorg.N.log as

    (II) LoadModule: "nouveau"
    (II) Loading /usr/local/lib/xorg/modules/drivers/nouveau_drv.so
    (II) Module nouveau: vendor="X.Org Foundation"
            compiled for 1.6.99.1, module version = 0.0.10
            Module class: X.Org Video Driver
            ABI class: X.Org Video Driver, version 5.0
    (II) NOUVEAU driver 20090408.d8545e6
                        ^^^^^^^^^^^^^^^^
    (II) NOUVEAU driver for NVIDIA chipset families :
            RIVA TNT    (NV04)
            RIVA TNT2   (NV05)

- add maint-gen-distfile in case I get sick and forget to update ;)

- mark as MAKE_JOBS_SAFE: succeeds here with MAKE_JOBS_NUMBER=8

- fix whitespace in port header

Fix: Frequently updated diff is here:
  ftp://ftp.lissyara.su/users/Guest/xf86-video-nouveau.diff

or a fixed one is attached here:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-10 05:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-10 19:26:20 UTC
rnoland     2009-04-10 18:26:09 UTC

  FreeBSD ports repository

  Modified files:
    x11-drivers/xf86-video-nouveau Makefile distinfo 
  Log:
  Update the nouveau snapshot and remove BROKEN now that libdrm has
  been updated.
  
  PR:             133557
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.4       +31 -7     ports/x11-drivers/xf86-video-nouveau/Makefile
  1.2       +3 -3      ports/x11-drivers/xf86-video-nouveau/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Robert Noland freebsd_committer freebsd_triage 2009-04-10 19:27:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!