cvs commit: ports/devel/gamin Makefile ports/devel/gamin/files
 patch-libgamin_gam_api.c patch-server_gam_debug_lists.c
    Joe Marcus Clarke 
    marcus at FreeBSD.org
       
    Sat Jul 16 22:57:24 GMT 2005
    
    
  
marcus      2005-07-16 22:57:23 UTC
  FreeBSD ports repository
  Modified files:
    devel/gamin          Makefile 
    devel/gamin/files    patch-libgamin_gam_api.c 
  Added files:
    devel/gamin/files    patch-server_gam_debug_lists.c 
  Log:
  Gamin was using its own, debugging, versions of the g_list glib functions.
  They were written to find problems in GList usage, but were causing gamin
  to segfault on 4.X.  Disable debugging by default, and only use the debugging
  versions of g_list_* if debugging is enabled.
  
  Additionally, add <string.h> to gam_api.c which would certainly fix problems
  on 4.X alpha.
  
  Reported by:    Stefan Thurner <thurners at nicsys.de>
  
  Revision  Changes    Path
  1.13      +2 -1      ports/devel/gamin/Makefile
  1.5       +13 -5     ports/devel/gamin/files/patch-libgamin_gam_api.c
  1.1       +17 -0     ports/devel/gamin/files/patch-server_gam_debug_lists.c (new)
    
    
More information about the cvs-all
mailing list