From owner-svn-ports-all@FreeBSD.ORG Thu Feb 7 13:35:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 19DAFB6A; Thu, 7 Feb 2013 13:35:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFDCE8C; Thu, 7 Feb 2013 13:35:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r17DZ4oj064550; Thu, 7 Feb 2013 13:35:04 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r17DZ4xM064548; Thu, 7 Feb 2013 13:35:04 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201302071335.r17DZ4xM064548@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 7 Feb 2013 13:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311834 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 13:35:05 -0000 Author: gahr Date: Thu Feb 7 13:35:04 2013 New Revision: 311834 URL: http://svnweb.freebsd.org/changeset/ports/311834 Log: - Document that PTHREAD_CFLAGS and PTHREAD_LIBS are unsupported Approved by: bapt (portmgr) Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Thu Feb 7 13:04:29 2013 (r311833) +++ head/CHANGES Thu Feb 7 13:35:04 2013 (r311834) @@ -10,6 +10,13 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20130207: +AUTHOR: gahr@FreeBSD.org + + * Use of PTHREAD_CFLAGS and PTHREAD_LIBS is unsupported. The former + expands to the empty string, while the second is simply -pthread. + Please use -pthread directly in your LDFLAGS, if needed. + 20121214: AUTHOR: flo@FreeBSD.org