ports/89126: [PATCH] multimedia/konverter: unbreak build by fixing xine lib dependency
Ion-Mihai IOnut Tetcu
itetcu at people.tecnik93.com
Wed Nov 16 13:00:29 UTC 2005
>Number: 89126
>Category: ports
>Synopsis: [PATCH] multimedia/konverter: unbreak build by fixing xine lib dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 16 13:00:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Ion-Mihai "IOnut" Tetcu
>Release: FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93
>Environment:
System: FreeBSD 6.0-STABLE #7: Mon Nov 7 14:40:46 EET 2005
>Description:
multimedia/konverter fails to build because
current version of libxine is 14 no 13 as the port thinks.
Attached patch fixes this.
>How-To-Repeat:
cd /usr/ports/multimedia/konverter/
make
>Fix:
--- konverter-Makefile.diff begins here ---
--- Makefile.old Sat Nov 12 16:48:12 2005
+++ Makefile Sat Nov 12 16:48:24 2005
@@ -16,7 +16,7 @@
BUILD_DEPENDS= avimerge:${PORTSDIR}/multimedia/transcode \
mencoder:${PORTSDIR}/multimedia/mplayer
-LIB_DEPENDS= xine.13:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
--- konverter-Makefile.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list