From owner-cvs-all@FreeBSD.ORG Thu Oct 7 17:59:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB5016A4D2; Thu, 7 Oct 2004 17:59:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0A243D5C; Thu, 7 Oct 2004 17:59:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i97HxInl039054; Thu, 7 Oct 2004 17:59:18 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i97HxIup039053; Thu, 7 Oct 2004 17:59:18 GMT (envelope-from kris) Message-Id: <200410071759.i97HxIup039053@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 7 Oct 2004 17:59:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 17:59:18 -0000 kris 2004-10-07 17:59:18 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Change the default value of PTHREAD_LIBS to -pthread for 5.x and beyond. This avoids linking shared libraries with the thread library, which causes problems when trying to change from one thread library to another. Instead all binaries that link to a library that uses threads must themselves respect PTHREAD_LIBS. Submitted by: deischen, marcus Approved by: portmgr Revision Changes Path 1.499 +2 -2 ports/Mk/bsd.port.mk