From owner-freebsd-ports@FreeBSD.ORG Tue Sep 23 23:35:15 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 F2BB116A4B3 for ; Tue, 23 Sep 2003 23:35:14 -0700 (PDT) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D9843FBD for ; Tue, 23 Sep 2003 23:35:12 -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 h8O6c4RP045128; Wed, 24 Sep 2003 16:38:04 +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 h8O6c4JW045127; Wed, 24 Sep 2003 16:38:04 +1000 (EST) Date: Wed, 24 Sep 2003 16:38:04 +1000 From: John Birrell To: Stijn Hoop Message-ID: <20030924063804.GE44314@freebsd1.cimlogic.com.au> References: <20030924060135.GB95116@pcwin002.win.tue.nl> <20030924062111.GC95116@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030924062111.GC95116@pcwin002.win.tue.nl> User-Agent: Mutt/1.4.1i cc: ports@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 06:35:15 -0000 [ cc trimmed ] On Wed, Sep 24, 2003 at 08:21:11AM +0200, Stijn Hoop wrote: > Well, great. Let's go and fix some ports then, and everybody will be happy :) > But if this is really the way to go, we probably need some hack to bsd.port.mk > to make PTHREAD_LIBS standard because otherwise every port that needs a > threads library needs to have PTHREAD_LIBS hacks. Yes, to support PTHREAD_LIBS properly in bsd.port.mk, you do need to add PTHREAD_LIBS=${PTHREAD_LIBS} PTHREAD_CFLAGS=${PTHREAD_CFLAGS} to CONFIGURE_ENV. -- John Birrell