Date: Wed, 15 Sep 2004 02:52:17 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib20 Makefile ports/devel/glib20/files patch-gthread_gthread-posix.c Message-ID: <200409150252.i8F2qHFJ061854@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <caelian@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409150252.i8F2qHFJ061854>