Bug 149610 - [patch] audio/tuxguitar: fix dependency
Summary: [patch] audio/tuxguitar: fix 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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 08:20 UTC by buganini
Modified: 2010-08-16 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (852 bytes, patch)
2010-08-13 08:20 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2010-08-13 08:20:01 UTC
TuxGuitar-jack rely on audio/jack, but it's not listed in dependency

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-13 08:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-16 08:24:21 UTC
gahr        2010-08-16 07:24:07 UTC

  FreeBSD ports repository

  Modified files:
    audio/tuxguitar      Makefile 
  Log:
  - add explicit dependency on audio/jack
    (don't assume fluidsynth is built with jack support)
  - bump PORTREVISION
  
  PR:             149610
  Submitted by:   Kuan-Chung Chiu <buganini@gmail.com>
  
  Revision  Changes    Path
  1.30      +3 -2      ports/audio/tuxguitar/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 Pietro Cerutti freebsd_committer freebsd_triage 2010-08-16 08:24:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!