Bug 147305 - audio/sdl_sound: hidden dependency on libmodplug
Summary: audio/sdl_sound: hidden dependency on libmodplug
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: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-02 04:40 UTC by Dmitry Marakasov
Modified: 2010-06-02 20:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2010-06-02 04:40:03 UTC
sdl_sound lacks a dependency on libmodplug, and a corresponding option.

% cd /usr/ports/audio/sdl_sound
% grep -R modplug . |wc -l
	0
% make extract
% grep -R modplug . |wc -l
     153
% work/SDL_sound-1.0.3/configure --help | gerp modplug
  --enable-modplug           enable MOD decoding via modplug default=yes
% ldd /usr/local/lib/libSDL_sound.so | grep modplug
	libmodplug.so.0 => /usr/local/lib/compat/pkg/libmodplug.so.0 (0x28662000)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-02 04:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-02 20:03:12 UTC
mva         2010-06-02 19:03:02 UTC

  FreeBSD ports repository

  Modified files:
    audio/sdl_sound      Makefile 
  Log:
  Fix missing libmodplug dependency and add an OPTIONS knob for it.
  
  PR:             ports/147305
  Submitted by:   amdmi3
  
  Revision  Changes    Path
  1.39      +15 -8     ports/audio/sdl_sound/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 3 Marcus von Appen freebsd_committer freebsd_triage 2010-06-02 20:04:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!