From owner-cvs-all@FreeBSD.ORG Sat Jul 16 22:57:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D782216A41C; Sat, 16 Jul 2005 22:57:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA3043D46; Sat, 16 Jul 2005 22:57:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GMvNs9047902; Sat, 16 Jul 2005 22:57:23 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GMvN9x047901; Sat, 16 Jul 2005 22:57:23 GMT (envelope-from marcus) Message-Id: <200507162257.j6GMvN9x047901@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Jul 2005 22:57:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gamin Makefile ports/devel/gamin/files patch-libgamin_gam_api.c patch-server_gam_debug_lists.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 16 Jul 2005 22:57:24 -0000 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 to gam_api.c which would certainly fix problems on 4.X alpha. Reported by: Stefan Thurner 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)