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

Alex Dupre ale at FreeBSD.org
Thu Aug 25 08:35:59 UTC 2011


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)


More information about the cvs-ports mailing list