From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:31:53 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 D8907106564A; Sun, 27 Jun 2010 18:31:53 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CD578FC20; Sun, 27 Jun 2010 18:31:52 +0000 (UTC) Received: from [80.73.162.239] [80.73.162.239:12723] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o5RIVm2e049556 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sun, 27 Jun 2010 22:31:49 +0400 (MSD) From: Max Brazhnikov To: Alexey Dokuchaev Date: Sun, 27 Jun 2010 22:31:50 +0400 User-Agent: KMail/1.13.5 (FreeBSD/8.1-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201006252221.o5PML4AV082379@repoman.freebsd.org> <20100627151503.GA59065@FreeBSD.org> In-Reply-To: <20100627151503.GA59065@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201006272231.50470.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Sun, 27 Jun 2010 22:31:49 +0400 (MSD) 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: Sun, 27 Jun 2010 18:31:53 -0000 On Sun, 27 Jun 2010 15:15:03 +0000, Alexey Dokuchaev wrote: > On Fri, Jun 25, 2010 at 10:21:04PM +0000, Max Brazhnikov wrote: > > makc 2010-06-25 22:21:04 UTC > > > > FreeBSD ports repository > > > > Modified files: > > graphics/hugin Makefile > > > > Log: > > Change dependency from boost-python back to boost-libs. > > > > PR: ports/147801 > > Submitted by: makc@ > > It is usually more interesting to know *why* the change was made from > the commit log; seeing *what* was changed is pretty obvious from the > diff, especially in simple cases like this one. The answer is in cvs history: dependency on boost-python was added to fix build, while the real problem was in boost ports. The boost-lib port has been fixed with last update, and workaround for hugin is not required now. Max