Bug 106428 - [PATCH] audio/jack: fix ports/99323
Summary: [PATCH] audio/jack: fix ports/99323
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: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-06 23:00 UTC by trasz
Modified: 2006-12-07 19:50 UTC (History)
1 user (show)

See Also:


Attachments
jack-0.102.20.patch (711 bytes, patch)
2006-12-06 23:00 UTC, trasz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description trasz 2006-12-06 23:00:23 UTC
Fix (work around, actually) the first problem described in ports/99323,
that is, jackd getting into infinite loop on client disconnect.  Second
problem described there seems to have disappeared with jackd update.
Thus, ports/99323 can be closed.

Added file(s):
- files/patch-jackd-engine.c

Port maintainer (multimedia@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-06 23:03:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer
Comment 2 Jeremy Messenger 2006-12-07 17:26:13 UTC
I will taking care of it when I am done with my lunch hour. I will fix  
with md5sum -> md5 at the same time with your patch, then bump the  
PORTREVISION.

By the way, thanks for your patches to update jack!

Cheers,
Mezz


-- 
mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia@FreeBSD.org
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-07 19:42:31 UTC
mezz        2006-12-07 19:42:00 UTC

  FreeBSD ports repository

  Modified files:
    audio/jack           Makefile pkg-descr 
  Added files:
    audio/jack/files     patch-jackd_engine.c 
  Log:
  - Fix the jackd getting into infinite loop on client disconnect. [1] [2]
  - Fix a Linuxish, md5sum -> md5 -q (thanks flz) that will put a correct info
    in one of header (jack_md5.h).
  - Remove 'Author' from pkg-descr.
  - Bump the PORTREVISION.
  
  PR:             ports/99323 [1] and ports/106428 [2]
  Reported by:    markzero <markzero@corolla.ath.cx> [1]
  Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> [2]
  
  Revision  Changes    Path
  1.32      +4 -0      ports/audio/jack/Makefile
  1.1       +11 -0     ports/audio/jack/files/patch-jackd_engine.c (new)
  1.2       +0 -1      ports/audio/jack/pkg-descr
_______________________________________________
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 4 Jeremy Messenger freebsd_committer freebsd_triage 2006-12-07 19:42:57 UTC
State Changed
From-To: open->closed

Committed, thanks!