Bug 160464 - [PATCH] x11/xorg-minimal : fix VIDEO_DRIVER=intel29 install
Summary: [PATCH] x11/xorg-minimal : fix VIDEO_DRIVER=intel29 install
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-04 21:50 UTC by m.tsatsenko
Modified: 2011-09-08 00:00 UTC (History)
0 users

See Also:


Attachments
file.diff (717 bytes, patch)
2011-09-04 21:50 UTC, m.tsatsenko
no flags Details | Diff
xorg-minimal.diff (722 bytes, patch)
2011-09-05 02:43 UTC, m.tsatsenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2011-09-04 21:50:00 UTC
video-intel29 port in fact installs lib/xorg/modules/drivers/intel_drv.so lib, not lib/xorg/modules/drivers/intel29_drv.so so RUN_DEPENDS can't find it, which leads to xf86-video-intel29-2.9.1 is already installed error.

How-To-Repeat: make -C /usr/ports/x11/xorg-minimal VIDEO_DRIVER=intel29 install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-04 21:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 m.tsatsenko 2011-09-05 02:43:17 UTC
Hi,
Sorry, the previous patch was wrong. Here is corrected one.

-
  Mikhail
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2011-09-05 05:41:17 UTC
State Changed
From-To: open->analyzed

ack
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-09-07 23:52:58 UTC
eadler      2011-09-07 22:52:44 UTC

  FreeBSD ports repository

  Modified files:
    x11/xorg-minimal     Makefile 
  Log:
  - use the correct dependency when intel29 is requested
  
  PR:             ports/160464
  Submitted by:   Mikhail T. <m.tsatsenko@gmail.com>
  Approved by:    sahil (mentor)
  
  Revision  Changes    Path
  1.14      +2 -0      ports/x11/xorg-minimal/Makefile
_______________________________________________
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 5 Eitan Adler freebsd_committer freebsd_triage 2011-09-07 23:55:35 UTC
State Changed
From-To: analyzed->closed

Thanks! I prefer to be more explicit about these changes but thanks for 
letting me know about this breakage.