Bug 167091 - [patch] audio/linux-f10-sdl_mixer: track mikmod dependency
Summary: [patch] audio/linux-f10-sdl_mixer: track mikmod dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 11:10 UTC by Jan Beich
Modified: 2012-04-23 13:00 UTC (History)
0 users

See Also:


Attachments
dep.diff (581 bytes, patch)
2012-04-19 11:10 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-04-19 11:10:11 UTC

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]
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-19 11:10:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->emulation

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2012-04-19 21:02:31 UTC
Responsible Changed
From-To: emulation->bsam

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-23 12:56:46 UTC
bsam        2012-04-23 11:56:31 UTC

  FreeBSD ports repository

  Modified files:
    audio/linux-f10-sdl_mixer Makefile 
  Log:
  Track mikmod dependency. [1]
  Bump PORTREVISION.
  
  PR:             ports/167091  [1]
  Submitted by:   Jan Beich <jbeich@tormail.net>  [1]
  Tested at:      redports
  
  Revision  Changes    Path
  1.9       +2 -1      ports/audio/linux-f10-sdl_mixer/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2012-04-23 12:56:58 UTC
State Changed
From-To: open->closed

Committed, thanks!