Date: Mon, 16 Jul 2007 09:20:11 GMT From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/114618: fix mplayer if compiled with libcaca Message-ID: <200707160920.l6G9KB3E077947@www.freebsd.org> Resent-Message-ID: <200707160930.l6G9U2L8006554@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114618 >Category: ports >Synopsis: fix mplayer if compiled with libcaca >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 Jul 16 09:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jul 7 13:05:41 MSD 2007 root@luna.dio.ru:/usr/obj/usr/src/sys/LUNA i386 >Description: install mplayer with libcaca support, deinstall libcaca > mplayer -vo caca 'test.avi' /libexec/ld-elf.so.1: Shared object "libcaca.so.0" not found, required by "mplayer" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/multimedia/mplayer/Makefile /home/makc/porting/ports/multimedia/mplayer/Makefile --- /usr/ports/multimedia/mplayer/Makefile Wed Jun 13 10:06:59 2007 +++ /home/makc/porting/ports/multimedia/mplayer/Makefile Mon Jul 16 11:51:17 2007 @@ -351,7 +351,7 @@ .endif .if defined(WITH_LIBCACA) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca +LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca .else CONFIGURE_ARGS+= --disable-caca .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707160920.l6G9KB3E077947>