Bug 150369 - [patch] x11/nvidia-driver: prevent conflict with multimedia/libvdpau
Summary: [patch] x11/nvidia-driver: prevent conflict with multimedia/libvdpau
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 02:20 UTC by swell.k
Modified: 2010-09-24 20:20 UTC (History)
0 users

See Also:


Attachments
a.diff (3.26 KB, patch)
2010-09-08 02: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 2010-09-08 02:20:03 UTC
Don't install vdpau headers, wrapper and tracing library, cf. ports/150368
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-08 02:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Max Brazhnikov 2010-09-10 08:27:51 UTC
Hi Alexey,

If you agree with the patch, I can commit it together with libvdpau to avoid 
conflict.

Max
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-22 09:11:09 UTC
Hi Alexey,

Any comment from you? If not, I'm going to commit this with maintainer timeout 
soon.

Regards,
Max
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-24 18:56:57 UTC
Responsible Changed
From-To: danfe->makc

Take with danfe's approval
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-24 20:11:06 UTC
makc        2010-09-24 19:11:01 UTC

  FreeBSD ports repository

  Modified files:
    x11/nvidia-driver    Makefile pkg-plist 
    x11/nvidia-driver/files patch-lib::Makefile 
    x11/nvidia-driver-173 Makefile 
    x11/nvidia-driver-71 Makefile 
    x11/nvidia-driver-96 Makefile 
  Log:
  - Don't install vdpau library and headers, they are now provided by
    multimedia/libvdpau. [1]
  - Explicitly set PORTREVISION to zero for slaves ports (legacy drivers),
    they are not affected by the changes.
  
  PR:             ports/150369 [1]
  Submitted by:   Anonymous <swell.k at gmail.com>
  Reviewed by:    danfe (maintainer)
  
  Revision  Changes    Path
  1.6       +1 -0      ports/x11/nvidia-driver-173/Makefile
  1.16      +1 -0      ports/x11/nvidia-driver-71/Makefile
  1.16      +1 -0      ports/x11/nvidia-driver-96/Makefile
  1.99      +1 -3      ports/x11/nvidia-driver/Makefile
  1.5       +19 -2     ports/x11/nvidia-driver/files/patch-lib::Makefile
  1.28      +1 -8      ports/x11/nvidia-driver/pkg-plist
_______________________________________________
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 6 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-24 20:13:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!