ports/106428: [PATCH] audio/jack: fix ports/99323

trasz trasz at pin.if.uz.zgora.pl
Wed Dec 6 23:03:02 UTC 2006


>Number:         106428
>Category:       ports
>Synopsis:       [PATCH] audio/jack: fix ports/99323
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 06 23:00:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
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 at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- jack-0.102.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/jack/files/patch-jackd-engine.c /home/trasz/jack/files/patch-jackd-engine.c
--- /usr/ports/audio/jack/files/patch-jackd-engine.c	Thu Jan  1 01:00:00 1970
+++ /home/trasz/jack/files/patch-jackd-engine.c	Wed Dec  6 23:46:36 2006
@@ -0,0 +1,11 @@
+--- jackd/engine.c.orig	Wed Dec  6 23:40:20 2006
++++ jackd/engine.c	Wed Dec  6 23:40:58 2006
+@@ -1444,7 +1444,7 @@
+ 				    (engine, pfd[i].fd)) {
+ 					jack_error ("could not handle external"
+ 						    " client request");
+-#ifdef JACK_USE_MACH_THREADS
++#if 1
+                                     /* poll is implemented using
+ 				       select (see the macosx/fakepoll
+ 				       code). When the socket is closed
--- jack-0.102.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list