Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2011 08:35:59 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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
Message-ID:  <201108250835.p7P8Zx6t082805@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108250835.p7P8Zx6t082805>