Date: Sat, 16 Jul 2005 22:57:23 +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/gamin Makefile ports/devel/gamin/files patch-libgamin_gam_api.c patch-server_gam_debug_lists.c Message-ID: <200507162257.j6GMvN9x047901@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507162257.j6GMvN9x047901>