Bug 105140 - multimedia/linux-realplayer port has conflicting dependencies
Summary: multimedia/linux-realplayer port has conflicting dependencies
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-04 11:10 UTC by Nicholas Taylor
Modified: 2006-11-07 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (568 bytes, patch)
2006-11-04 11:10 UTC, Nicholas Taylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Taylor 2006-11-04 11:10:33 UTC
The multimedia/linux-realplayer port depends on x11-toolkits/linux-gtk2 and graphics/linux-gdk-pixbuf.  These two ports are marked as conflicting, which makes building installing linux-realplayer difficult.  The Linux Realplayer does not require, as far as I can tell, the GTK 1 pixbuf routines provided by linux-gdk-pixbuf.  linux-realplayer should therefore not depend on linux-gdk-pixbuf.

Fix: Remove dependency on linux-gdk-pixbuf from multimedia/linux-realplayer Makefile.  Attached patch should do this.

Patch attached with submission follows:
How-To-Repeat: Try to install the multimedia/linux-realplayer port.
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2006-11-05 23:06:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-07 21:37:55 UTC
bsam        2006-11-07 21:37:43 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/linux-realplayer Makefile 
  Log:
  Revert back the previous commit, remove RUN_DEPENDS:
  - graphics/linux-png
  - graphics/linux-gdk-pixbuf   [1]
  They are not needed to run linux-realplayer.
  PORTREVISION is not bumpted since the package should never be
  created (graphics/linux-gdk-pixbuf is marked as CONFLICTS with another
  running dependency x11-toolkits/linux-gtk2).
  
  PR:             105140  [1]
  Submitted by:   Nicholas Taylor <net20 at cam.ac.uk>  [1]
  
  Revision  Changes    Path
  1.47      +1 -3      ports/multimedia/linux-realplayer/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 3 Boris Samorodov freebsd_committer freebsd_triage 2006-11-07 21:38:30 UTC
State Changed
From-To: open->closed

Committed, thanks! 
graphics/linux-png is also is deletted from RUN_DEPENDS.