Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2003 22:03:07 -0800 (PST)
From:      Tom McLaughlin <tmclaugh@sdf.lonestar.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/60720: audio/rhythmbox - fails to build with WITH_XINE=yes
Message-ID:  <200312300603.hBU637ol011053@www.freebsd.org>
Resent-Message-ID: <200312300610.hBU6AIqa003924@freefall.freebsd.org>

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

>Number:         60720
>Category:       ports
>Synopsis:       audio/rhythmbox - fails to build with WITH_XINE=yes
>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:   Mon Dec 29 22:10:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 4.9-p1
>Organization:
>Environment:
FreeBSD compass.straycat.dhs.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Sun Dec 21 00:00:21 EST 2003     root@compass.straycat.dhs.org:/usr/obj/usr/src/sys/COMPASS  i386
>Description:
When building audio/rhythmbox using the WITH_XINE=yes knob the rhythmbox port will fail to build due to an incorrect missing dependency.  The Makefile currently has the knob's LIB_DEPENDS looking for xine.7.  The correct dependency should be xine.8 as per libxine-1.0.r2_5 currently in ports.
>How-To-Repeat:
See above.
>Fix:
Change:
 .ifdef (WITH_XINE)
LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine

to:
 .ifdef (WITH_XINE)
LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine
>Release-Note:
>Audit-Trail:
>Unformatted:



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