FreeBSD Bugzilla – Attachment 119124 Details for
Bug 161591
[patch] audio/xmms2: workaround deadlock in waf (showing up on pointyhat too)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.06 KB, created by
Guido Falsi
on 2011-10-14 18:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2011-10-14 18:20:07 UTC
Size:
1.06 KB
patch
obsolete
>diff -ruN xmms2.old/Makefile xmms2/Makefile >--- xmms2.old/Makefile 2011-10-14 17:10:46.792667942 +0200 >+++ xmms2/Makefile 2011-10-14 17:11:06.081664680 +0200 >@@ -63,10 +63,6 @@ > > .include <bsd.port.pre.mk> > >-.if defined(PACKAGE_BUILDING) >-BROKEN= fails to build on pointyhat: runaway process >-.endif >- > .if defined(XMMS2_SLAVE) > EXCLUDE+= --without-xmms2d > >diff -ruN xmms2.old/files/patch-wafadmin-Task.py xmms2/files/patch-wafadmin-Task.py >--- xmms2.old/files/patch-wafadmin-Task.py 1970-01-01 01:00:00.000000000 +0100 >+++ xmms2/files/patch-wafadmin-Task.py 2011-10-14 17:11:05.857663308 +0200 >@@ -0,0 +1,18 @@ >+--- wafadmin/Task.py.orig 2010-02-19 18:43:54.000000000 +0100 >++++ wafadmin/Task.py 2011-10-14 14:36:57.000663231 +0200 >+@@ -47,6 +47,7 @@ >+ import Build, Runner, Utils, Node, Logs, Options >+ from Logs import debug, warn, error >+ from Constants import * >++import time >+ >+ algotype = NORMAL >+ #algotype = JOBCONTROL >+@@ -406,6 +407,7 @@ >+ def call_run(self): >+ if self.can_retrieve_cache(): >+ return 0 >++ time.sleep(0.02) >+ return self.run() >+ >+ def run(self):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 161591
: 119124