From owner-cvs-all@FreeBSD.ORG Sat Jan 9 18:37:22 2010 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 5E4451065676; Sat, 9 Jan 2010 18:37:22 +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 BDEEB8FC15; Sat, 9 Jan 2010 18:37:21 +0000 (UTC) Received: from 248-83.pptp.artx.ru [62.63.83.248:41022] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o09IKY2m076232 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 9 Jan 2010 21:20:34 +0300 (MSK) From: Max Brazhnikov Organization: ISSP RAS To: Pav Lucistnik , churanov.port.maintainer@gmail.com Date: Sat, 9 Jan 2010 21:19:26 +0300 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201001091747.o09HlWBa097083@repoman.freebsd.org> In-Reply-To: <201001091747.o09HlWBa097083@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001092119.26505.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Sat, 09 Jan 2010 21:20:34 +0300 (MSK) X-Virus-Scanned: ClamAV 0.94.1/10276/Sat Jan 9 13:27:04 2010 on mail.issp.ac.ru X-Virus-Status: Clean Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/hugin Makefile 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: Sat, 09 Jan 2010 18:37:22 -0000 On Sat, 9 Jan 2010 17:47:32 +0000 (UTC), Pav Lucistnik wrote: > pav 2010-01-09 17:47:32 UTC > > FreeBSD ports repository > > Modified files: > graphics/hugin Makefile > Log: > - Fix build - switch dependency to boost-python-libs include/boost/parameter/aux_/maybe.hpp, which comes with boost-libs, refers on a header from boost-python-libs, resulting in build problems for some ports. We have similar problem with several kde ports. I believe boost* ports should be fixed.