Mon Aug 2 14:30:36 2010 UTC ()
Update qemu dependecy to 0.12.3nb2, since earlier versions contain
a bug which causes fork from a threaded program to deadlock (this
is exercised heavily by the tests executed by "anita test").


(pooka)
diff -r1.7 -r1.8 pkgsrc/misc/py-anita/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/misc/py-anita/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/py-anita/Makefile 2010/04/13 12:22:27 1.7
+++ pkgsrc/misc/py-anita/Makefile 2010/08/02 14:30:36 1.8
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.7 2010/04/13 12:22:27 gson Exp $ 1# $NetBSD: Makefile,v 1.8 2010/08/02 14:30:36 pooka Exp $
2# 2#
3 3
4DISTNAME= anita-1.11 4DISTNAME= anita-1.11
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 6PKGREVISION= 1
6CATEGORIES= misc 7CATEGORIES= misc
7MASTER_SITES= http://www.gson.org/netbsd/anita/download/ 8MASTER_SITES= http://www.gson.org/netbsd/anita/download/
8 9
9PYDISTUTILSPKG= yes 10PYDISTUTILSPKG= yes
10DEPENDS+= qemu>=0.9.0:../../emulators/qemu 11DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu
11DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools 12DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
12 13
13MAINTAINER= gson@NetBSD.org 14MAINTAINER= gson@NetBSD.org
14HOMEPAGE= http://www.gson.org/netbsd/anita/ 15HOMEPAGE= http://www.gson.org/netbsd/anita/
15COMMENT= Automated NetBSD Installation and Test Application 16COMMENT= Automated NetBSD Installation and Test Application
16 17
17PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
18 19
19.include "../../lang/python/extension.mk" 20.include "../../lang/python/extension.mk"
20.include "../../devel/py-pexpect/buildlink3.mk" 21.include "../../devel/py-pexpect/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"