Bug 146578 - Missing run-depends on audio/mumble
Summary: Missing run-depends on audio/mumble
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-05-14 12:50 UTC by David Demelier
Modified: 2010-05-16 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (717 bytes, patch)
2010-05-14 12:50 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 2010-05-14 12:50:05 UTC
audio/mumble needs these depends as run-depends :

databases/qt4-sqlite3-plugin
x11/qt4-opengl
devel/protobuf

For the moment they are not shown required by audio/mumble

How-To-Repeat: make -C /usr/ports/audio/mumble install clean
pkg_cleanup # remove every libs you don't need
mumble # fail, protobuf, qt(opengl|sqlite) missing
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-14 12:50:23 UTC
Maintainer of audio/mumble,

Please note that PR ports/146578 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/146578

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-14 12:50:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 marius 2010-05-14 13:07:30 UTC
I tested the patch and approve it! Please commit.
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-16 11:56:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-16 12:02:13 UTC
State Changed
From-To: feedback->open

Maintainer approved the patch.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-05-16 12:39:35 UTC
makc        2010-05-16 11:39:21 UTC

  FreeBSD ports repository

  Modified files:
    audio/mumble         Makefile 
  Log:
  Fix dependencies.
  
  PR:             ports/146578
  Submitted by:   Demelier David <demelier.david at gmail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.11      +6 -5      ports/audio/mumble/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 7 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-16 12:39:51 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!