Bug 150285 - audio/libtunepimp: add missing dependency on libmpcdec
Summary: audio/libtunepimp: add missing dependency on libmpcdec
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 19:10 UTC by Max Brazhnikov
Modified: 2010-09-06 19:11 UTC (History)
0 users

See Also:


Attachments
file.diff (728 bytes, patch)
2010-09-04 19:10 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2010-09-04 19:10:02 UTC
tunepimp links with libmpcdec when installed

ldd /usr/local/lib/tunepimp/plugins/mpc.tpp
/usr/local/lib/tunepimp/plugins/mpc.tpp:
        libtag.so.1 => /usr/local/lib/libtag.so.1 (0x800c00000)
        libmpcdec.so.5 => not found (0x0)
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800d9f000)
        libcurl.so.6 => /usr/local/lib/libcurl.so.6 (0x800f99000)
        libssl.so.6 => /usr/lib/libssl.so.6 (0x8010e6000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x801239000)
        libz.so.5 => /lib/libz.so.5 (0x8014db000)
        libofa.so.0 => /usr/local/lib/libofa.so.0 (0x8015f0000)
        libfftw3.so.5 => /usr/local/lib/libfftw3.so.5 (0x801708000)
        libmusicbrainz.so.4 => /usr/local/lib/libmusicbrainz.so.4 (0x801972000)
        libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x801aa4000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x801bc7000)
        libm.so.5 => /lib/libm.so.5 (0x801dd7000)
        libc.so.7 => /lib/libc.so.7 (0x800647000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x801ef7000)
        libthr.so.3 => /lib/libthr.so.3 (0x802005000)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 19:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 19:10:14 UTC
Maintainer of audio/libtunepimp,

Please note that PR ports/150285 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150285

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-04 19:10:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Jason E. Hale 2010-09-06 09:08:56 UTC
I approve the patch.  If libmpcdec is already installed, it will be linked to.  
There isn't a real easy way to make it into an option, but libmpcdec is pretty 
small.

Thanks,
Jason
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-06 19:09:11 UTC
makc        2010-09-06 18:09:02 UTC

  FreeBSD ports repository

  Modified files:
    audio/libtunepimp    Makefile 
  Log:
  Add missing dependency on libmpcdec
  
  PR:             ports/150285
  Approved by:    Jason E. Hale (maintainer)
  
  Revision  Changes    Path
  1.29      +3 -2      ports/audio/libtunepimp/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 6 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-06 19:10:52 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 7 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-06 19:11:13 UTC
State Changed
From-To: open->closed

Committed.