From owner-cvs-src@FreeBSD.ORG  Thu Oct 27 05:43:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2C66A16A41F;
	Thu, 27 Oct 2005 05:43:44 +0000 (GMT)
	(envelope-from davidxu@freebsd.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D1B5643D46;
	Thu, 27 Oct 2005 05:43:43 +0000 (GMT)
	(envelope-from davidxu@freebsd.org)
Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9R5heqs051470;
	Thu, 27 Oct 2005 05:43:42 GMT (envelope-from davidxu@freebsd.org)
Message-ID: <4360690F.3060606@freebsd.org>
Date: Thu, 27 Oct 2005 13:43:43 +0800
From: David Xu <davidxu@freebsd.org>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050928
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Alexey Dokuchaev <danfe@freebsd.org>
References: <200510270309.j9R39KkY031401@repoman.freebsd.org>
	<20051027053117.GA63240@FreeBSD.org>
In-Reply-To: <20051027053117.GA63240@FreeBSD.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/lib Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 27 Oct 2005 05:43:44 -0000

You mean the XMMS clone ? it just works fine, I have installed it on
my IBM Thinkpad T43 and run it with libthr for monthes without any problem.

David Xu

Alexey Dokuchaev wrote:
> Hello,
> 
> I was under impression that some software in our Ports Collection might
> still require libc_r to run (e.g. it crashes with libpthread).  beep-
> media-player is (was?) one such beast.  It's probably a good idea to
> grep for libc_r references in /usr/ports before we completely get rid of
> it.
> 
> ./danfe