cvs commit: ports/devel/glib20 Makefile ports/devel/glib20/files patch-gthread_gthread-posix.c

Joe Marcus Clarke marcus at FreeBSD.org
Tue Sep 14 19:52:17 PDT 2004


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 at 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


More information about the cvs-ports mailing list