cvs commit: ports/editors/madedit Makefile ports/editors/madedit/files patch-src__MadEditFrame.cpp

Xin LI delphij at FreeBSD.org
Thu Feb 12 17:51:59 PST 2009


delphij     2009-02-13 01:51:56 UTC

  FreeBSD ports repository

  Modified files:
    editors/madedit      Makefile 
  Added files:
    editors/madedit/files patch-src__MadEditFrame.cpp 
  Log:
  For some reason the Wx ClassInfo destructor would end up with a loop
  in the RTTI chain, which in turn cause an infinite loop.  Add a
  workaround for the situation by calling _Exit() in place of exit()
  which will not invoke atexit() callbacks.
  
  Reported by:    buganini gmail com
  
  Revision  Changes    Path
  1.5       +1 -1      ports/editors/madedit/Makefile
  1.1       +11 -0     ports/editors/madedit/files/patch-src__MadEditFrame.cpp (new)


More information about the cvs-ports mailing list