ports/60720: audio/rhythmbox - fails to build with WITH_XINE=yes

Tom McLaughlin tmclaugh at sdf.lonestar.org
Tue Dec 30 06:10:21 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list