From owner-cvs-all@FreeBSD.ORG Thu Aug 25 08:35:59 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D877106566B; Thu, 25 Aug 2011 08:35:59 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC468FC13; Thu, 25 Aug 2011 08:35:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7P8Zxsw082806; Thu, 25 Aug 2011 08:35:59 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7P8Zx6t082805; Thu, 25 Aug 2011 08:35:59 GMT (envelope-from ale) Message-Id: <201108250835.p7P8Zx6t082805@repoman.freebsd.org> From: Alex Dupre Date: Thu, 25 Aug 2011 08:35:59 +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/mail/thunderbird Makefile ports/mail/thunderbird/files patch-mozilla_toolkit_xre_glxtest.cpp ports/www/seamonkey Makefile ports/www/seamonkey/files patch-mozilla_toolkit_xre_glxtest.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2011 08:35:59 -0000 ale 2011-08-25 08:35:59 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile www/seamonkey Makefile Added files: mail/thunderbird/files patch-mozilla_toolkit_xre_glxtest.cpp www/seamonkey/files patch-mozilla_toolkit_xre_glxtest.cpp Log: Add a patch to fix enigmail and bump PORTREVISION. Issue analysis: fire_glxtest_process() forks a new process, but doesn't wait(2) for it. So when wait(2) is invoked later it may return a pid of this child before any other child. Submitted by: avg Approved by: flo Revision Changes Path 1.133 +1 -1 ports/mail/thunderbird/Makefile 1.1 +25 -0 ports/mail/thunderbird/files/patch-mozilla_toolkit_xre_glxtest.cpp (new) 1.305 +1 -1 ports/www/seamonkey/Makefile 1.1 +25 -0 ports/www/seamonkey/files/patch-mozilla_toolkit_xre_glxtest.cpp (new)