From 2b94226765595c8a378a7583a00473cfd746d33f Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 13 Mar 2013 11:27:51 +0000 Subject: [PATCH] bump; py-Imaging update, reported by nigel@ mark as BROKEN: strict mutex checks --- geo/gmapcatcher/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/geo/gmapcatcher/Makefile b/geo/gmapcatcher/Makefile index 0ccb71c9505..0853fd7bb3f 100644 --- a/geo/gmapcatcher/Makefile +++ b/geo/gmapcatcher/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.14 2013/03/11 11:07:42 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2013/03/13 11:27:51 sthen Exp $ + +BROKEN= triggers unlocking a mutex which is not locked (bug probably in py-gtk2, but some other py-gtk2 ports do still work) COMMENT= offline maps viewer MODPY_EGG_VERSION= 0.7.6.1 DISTNAME= GMapCatcher-${MODPY_EGG_VERSION} PKGNAME= gmapcatcher-${MODPY_EGG_VERSION} -REVISION= 1 +REVISION= 2 CATEGORIES= geo x11