ports/167091: [patch] audio/linux-f10-sdl_mixer: track mikmod dependency
Jan Beich
jbeich at tormail.net
Thu Apr 19 10:10:12 UTC 2012
>Number: 167091
>Category: ports
>Synopsis: [patch] audio/linux-f10-sdl_mixer: track mikmod dependency
>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: Thu Apr 19 10:10:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Jan Beich
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
$ make install -C $PORTSDIR/audio/linux-f10-sdl_mixer
$ /compat/linux/usr/bin/playmus
/compat/linux/usr/bin/playmus: error while loading shared libraries: libmikmod.so.3: cannot open shared object file: No such file or directory
Exit 127
$ readelf -d /compat/linux/usr/lib/libSDL_mixer-1.2.so.0 | fgrep NEEDED
0x00000001 (NEEDED) Shared library: [libSDL-1.2.so.0]
0x00000001 (NEEDED) Shared library: [libpthread.so.0]
0x00000001 (NEEDED) Shared library: [libmikmod.so.3]
0x00000001 (NEEDED) Shared library: [libdl.so.2]
0x00000001 (NEEDED) Shared library: [libm.so.6]
0x00000001 (NEEDED) Shared library: [libc.so.6]
>Fix:
--- dep.diff begins here ---
Index: audio/linux-f10-sdl_mixer/Makefile
===================================================================
RCS file: /a/.csup/ports/audio/linux-f10-sdl_mixer/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- audio/linux-f10-sdl_mixer/Makefile 3 Mar 2011 09:26:36 -0000 1.8
+++ audio/linux-f10-sdl_mixer/Makefile 14 Apr 2012 14:28:50 -0000
@@ -19,7 +19,7 @@ CONFLICTS= linux-sdl_mixer-[0-9]* linux-
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
-USE_LINUX_APPS= sdl12
+USE_LINUX_APPS= sdl12 mikmod
LINUX_NAME= SDL_mixer
LINUX_DIST_VER= 10
RPMVERSION= 9.fc10
--- dep.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list