cvs commit: ports/Mk bsd.ruby.mk

Akinori MUSHA knu at FreeBSD.org
Thu Aug 21 08:09:45 PDT 2003


knu         2003/08/21 08:09:44 PDT

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.ruby.mk 
  Log:
  Nullify RUBY_WITH_PTHREAD for FreeBSD 5.1-RELEASE and later.
  I have tested a few modules that worked fine.  I hope such things
  as ruby_r will die soon.
  
  For FreeBSD 4.x and prior, ruby_r will forever be needed because
  the interpreter (ruby) linked with libc.so crashes when a module
  that is (indirectly) linked with libc_r.so, because stdio and stuff
  get inconsitent inside of them.
  
  Revision  Changes    Path
  1.123     +5 -1      ports/Mk/bsd.ruby.mk


More information about the cvs-ports mailing list