ports/112071: [PATCH] audio/rhythmbox: wrong dependency on comms/lirc

Koji Yokota yokota at res.otaru-uc.ac.jp
Tue Apr 24 09:00:13 UTC 2007


>Number:         112071
>Category:       ports
>Synopsis:       [PATCH] audio/rhythmbox: wrong dependency on comms/lirc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 09:00:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.hoge.otaru-uc.ac.jp 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Thu Dec 28 16:17:05 JST 2006 hoge at hoge.hoge.otaru-uc.ac.jp:/usr/obj/usr/src/sys/SMP i386
	
>Description:
	audio/rhythmbox will not compile because of wrong dependency when WITH_LIRC is on.
	
>How-To-Repeat:
	Compile with WITH_LIRC=yes
	
>Fix:

	



--- tmp begins here ---
--- Makefile.orig	Tue Apr 24 17:35:01 2007
+++ Makefile	Tue Apr 24 17:35:01 2007
@@ -74,7 +74,7 @@
 .endif
 
 .if defined(WITH_LIRC)
-LIB_DEPENDS+=	lirc_client.so:${PORTSDIR}/comms/lirc
+LIB_DEPENDS+=	lirc_client.1:${PORTSDIR}/comms/lirc
 PLIST_SUB+=	LIRC=""
 CONFIGURE_ARGS+=--enable-lirc
 .else
--- tmp ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list