Bug 158999 - [patch] audio/musicpd: libsndfile auto activation feature
Summary: [patch] audio/musicpd: libsndfile auto activation feature
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-17 17:40 UTC by David Demelier
Modified: 2011-07-17 20:40 UTC (History)
0 users

See Also:


Attachments
musicpd.diff (782 bytes, patch)
2011-07-17 17:40 UTC, David Demelier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Demelier 2011-07-17 17:40:09 UTC
audio/musicpd automatically links to libsndfile if the library is installed on the system. This is a autoconf feature but it also means that libsndfile will not be pulled as musicpd dependency.

This Makefile diff use a static option that links to libsndfile following the option SNDFILE enabled by default (I chose this by default but it can be discussed)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-17 17:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-17 20:35:59 UTC
crees       2011-07-17 19:35:48 UTC

  FreeBSD ports repository

  Modified files:
    audio/musicpd        Makefile 
  Log:
  Stop autodetecting libsndfile --> now an OPTION, on by default
  
  PR:             ports/158999
  Submitted by:   David Demelier <demelier.david@gmail.com>
  Approved by:    rene (mentor, implicit)
  
  Revision  Changes    Path
  1.68      +9 -0      ports/audio/musicpd/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 Chris Rees freebsd_committer freebsd_triage 2011-07-17 20:36:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!