Date: Tue, 24 Apr 2007 17:38:17 +0900 (JST) From: Koji Yokota <yokota@res.otaru-uc.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/112071: [PATCH] audio/rhythmbox: wrong dependency on comms/lirc Message-ID: <20070424083817.20994B82C@room520-1.yokota-s.otaru-uc.ac.jp> Resent-Message-ID: <200704240900.l3O90CPd096470@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070424083817.20994B82C>