From owner-cvs-all@FreeBSD.ORG Wed Sep 15 02:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C300316A4CE; Wed, 15 Sep 2004 02:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B785E43D55; Wed, 15 Sep 2004 02:52:17 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8F2qHSA061855; Wed, 15 Sep 2004 02:52:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8F2qHFJ061854; Wed, 15 Sep 2004 02:52:17 GMT (envelope-from marcus) Message-Id: <200409150252.i8F2qHFJ061854@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Sep 2004 02:52:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glib20 Makefile ports/devel/glib20/files patch-gthread_gthread-posix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 02:52:17 -0000 marcus 2004-09-15 02:52:17 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile devel/glib20/files patch-gthread_gthread-posix.c Log: Fix a threading portability problem in which g_mutex_trylock_posix_impl() did not check for a return of EDEADLK, thus causing certain threaded applications to break (e.g. bmp) with libpthread. This is slated to be committed in the next release of glib. See http://bugzilla.gnome.org/show_bug.cgi?id=152009 for more details. Submitted by: Pascal Hofstee Reviewed by: portmgr Approved by: portmgr (implicit and no objections from linimon) Revision Changes Path 1.105 +1 -0 ports/devel/glib20/Makefile 1.2 +11 -2 ports/devel/glib20/files/patch-gthread_gthread-posix.c