From owner-cvs-all@FreeBSD.ORG Fri Dec 9 13:24:10 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F371A1065679; Fri, 9 Dec 2011 13:24:09 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 650BF8FC12; Fri, 9 Dec 2011 13:24:08 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:46543] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id pB9DBBkB093885 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 9 Dec 2011 16:11:12 +0300 (MSK) From: Max Brazhnikov To: Dmitry Marakasov Date: Fri, 9 Dec 2011 13:10:18 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.0-RC1; KDE/4.7.3; amd64; ; ) References: <201111101950.pAAJoQOb072790@repoman.freebsd.org> <20111209005145.GA1551@hades.panopticon> In-Reply-To: <20111209005145.GA1551@hades.panopticon> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201112091310.18922.makc@issp.ac.ru> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, Raphael Kubo da Costa , ports-committers@freebsd.org Subject: Re: cvs commit: ports/Mk bsd.cmake.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 13:24:10 -0000 On Fri, 9 Dec 2011 04:51:45 +0400, Dmitry Marakasov wrote: > * Raphael Kubo da Costa (rakuco@FreeBSD.org) wrote: > > Remove CMAKE_USE_PTHREAD. > > > > This has been in area51 since April, and discussions with makc > > indicate this was only needed when we supported FreeBSD < 7. > > > > Approved by: avilla (mentor), portmgr (tabthorpe) > > Feature safe: yes > > > > Revision Changes Path > > 1.13 +1 -15 ports/Mk/bsd.cmake.mk > > This has broken at least devel/bullet. This is not feature safe at all. Can you show the build log?