Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2007 01:30:29 GMT
From:      bgruber<knightbg@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/107445: multimedia/audacious depends on gconf1 when it should depend on gconf2
Message-ID:  <200701030130.l031UTal048887@www.freebsd.org>
Resent-Message-ID: <200701030140.l031eEQj092692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107445
>Category:       ports
>Synopsis:       multimedia/audacious depends on gconf1 when it should depend on gconf2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 01:40:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     bgruber
>Release:        6.1
>Organization:
>Environment:
FreeBSD calvin 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Sat Oct 14 21:29:51 EDT 2006     root@calvin:/usr/obj/usr/src/sys/CALVIN  i386
>Description:
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".
>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.
>Fix:
Change the line in the makefile to USE_GNOME+= gconf2
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701030130.l031UTal048887>