View | Details | Raw Unified | Return to bug 161591
Collapse All | Expand All

(-)xmms2/Makefile (-4 lines)
Lines 63-72 Link Here
63
63
64
.include <bsd.port.pre.mk>
64
.include <bsd.port.pre.mk>
65
65
66
.if defined(PACKAGE_BUILDING)
67
BROKEN=		fails to build on pointyhat: runaway process
68
.endif
69
70
.if defined(XMMS2_SLAVE)
66
.if defined(XMMS2_SLAVE)
71
EXCLUDE+=	--without-xmms2d
67
EXCLUDE+=	--without-xmms2d
72
68
(-)xmms2/files/patch-wafadmin-Task.py (+18 lines)
Line 0 Link Here
1
--- wafadmin/Task.py.orig	2010-02-19 18:43:54.000000000 +0100
2
+++ wafadmin/Task.py	2011-10-14 14:36:57.000663231 +0200
3
@@ -47,6 +47,7 @@
4
 import Build, Runner, Utils, Node, Logs, Options
5
 from Logs import debug, warn, error
6
 from Constants import *
7
+import time
8
 
9
 algotype = NORMAL
10
 #algotype = JOBCONTROL
11
@@ -406,6 +407,7 @@
12
 	def call_run(self):
13
 		if self.can_retrieve_cache():
14
 			return 0
15
+		time.sleep(0.02)
16
 		return self.run()
17
 
18
 	def run(self):

Return to bug 161591