Bug 107445

Summary: multimedia/audacious depends on gconf1 when it should depend on gconf2
Product: Ports & Packages Reporter: bgruber <knightbg>
Component: Individual Port(s)Assignee: Oliver Lehmann <oliver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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