From owner-freebsd-ports@FreeBSD.ORG Tue Sep 23 19:41:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AC316A4B3; Tue, 23 Sep 2003 19:41:07 -0700 (PDT) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389B843FA3; Tue, 23 Sep 2003 19:41:04 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: from freebsd1.cimlogic.com.au (localhost [127.0.0.1]) by cimlogic.com.au (8.12.9/8.12.9) with ESMTP id h8O2hsRP044348; Wed, 24 Sep 2003 12:43:54 +1000 (EST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by freebsd1.cimlogic.com.au (8.12.9/8.12.9/Submit) id h8O2hswt044347; Wed, 24 Sep 2003 12:43:54 +1000 (EST) Date: Wed, 24 Sep 2003 12:43:54 +1000 From: John Birrell To: Kris Kennaway Message-ID: <20030924024354.GA44314@freebsd1.cimlogic.com.au> References: <20030924021820.GA55388@rot13.obsecurity.org> <20030924023205.GK34649@freebsd1.cimlogic.com.au> <20030924023343.GA55583@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030924023343.GA55583@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org cc: deischen@freebsd.org cc: current@freebsd.org Subject: Re: Initial list of ports that fail due to -pthread X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 02:41:07 -0000 On Tue, Sep 23, 2003 at 07:33:43PM -0700, Kris Kennaway wrote: > Won't these ports still need to be fixed to look at > PTHREAD_{LIBS,CFLAGS} though, since the correct values for 4.x and 5.x > will still be different? Not if -pthread remains. Internally gcc would link to a different library, but most ports won't see that. -- John Birrell