Bug 107445 - multimedia/audacious depends on gconf1 when it should depend on gconf2
Summary: multimedia/audacious depends on gconf1 when it should depend on gconf2
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-03 01:40 UTC by bgruber
Modified: 2007-01-04 16:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bgruber 2007-01-03 01:40:13 UTC
When WITH_GNOME is set, this port is doing "USE_GNOME+= gconf". a quick check of the tarball's configure.ac shows that it is checking for gconf-2.0 >= 2.6.0. the port makefile should therefore be setting "USE_GNOME+= gconf2".

Fix: 

Change the line in the makefile to USE_GNOME+= gconf2
How-To-Repeat: Install audacious. If you don't have it installed, it will try to install devel/gconf (and it's dependencies) instead of devel/gconf2. I suppose if you don't have gconf2 installed it will fail to build, but i haven't tried that.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-03 01:40:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2007-01-03 05:47:25 UTC
State Changed
From-To: open->closed

committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107445 

oliver      2007-01-03 05:47:17 UTC

  FreeBSD ports repository

  Modified files:
multimedia/audacious Makefile 
multimedia/audacious-plugins Makefile 
  Log:
  change the gconf dependency to gconf2
  
  PR:             107445
  Submitted by:   bgruber<knightbg@yahoo.com>
  
  Revision  Changes    Path
  1.26      +1 -1      ports/multimedia/audacious-plugins/Makefile
  1.24      +1 -1      ports/multimedia/audacious/Makefile