From owner-cvs-ports@FreeBSD.ORG Thu Aug 21 08:09:45 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B3316A4BF; Thu, 21 Aug 2003 08:09:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 858B143F75; Thu, 21 Aug 2003 08:09:44 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7LF9i0U077319; Thu, 21 Aug 2003 08:09:44 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7LF9isv077318; Thu, 21 Aug 2003 08:09:44 -0700 (PDT) Message-Id: <200308211509.h7LF9isv077318@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 21 Aug 2003 08:09:44 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.ruby.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 15:09:45 -0000 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