From owner-cvs-ports@FreeBSD.ORG Mon Mar 14 22:07:26 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A31AB1065673; Mon, 14 Mar 2011 22:07:26 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep21.mx.upcmail.net (fep21.mx.upcmail.net [62.179.121.41]) by mx1.freebsd.org (Postfix) with ESMTP id 681498FC1E; Mon, 14 Mar 2011 22:07:23 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep12-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110314215120.WVAS18728.viefep12-int.chello.at@edge02.upcmail.net>; Mon, 14 Mar 2011 22:51:20 +0100 Received: from [192.168.0.104] ([62.195.142.229]) by edge02.upcmail.net with edge id K9rJ1g0314xAGFy029rKJ6; Mon, 14 Mar 2011 22:51:20 +0100 X-SourceIP: 62.195.142.229 From: Koop Mast To: Jeremy Messenger Date: Mon, 14 Mar 2011 22:52:29 +0100 In-Reply-To: <201103142133.p2ELX6l8008142@repoman.freebsd.org> References: <201103142133.p2ELX6l8008142@repoman.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 2.91.91 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Message-ID: <1300139551.33986.18.camel@crashalot.rainbow-runner.nl> Mime-Version: 1.0 X-Cloudmark-Analysis: v=1.1 cv=tMVj8KYobzzX0EiRnC7vY2isLrCxFvdg4RrHWPZXwJ0= c=1 sm=0 a=mo-M4qEV4pkA:10 a=kj9zAlcOel0A:10 a=nGv1Z9l8AAAA:8 a=vO2i2bzQe-C1ZQxgCSMA:9 a=CBOXR3yZ6WeuTa61df0A:7 a=423TE_RTwtKguUkYl6IvVOJ-rNkA:4 a=CjuIK1q_8ugA:10 a=jrtrH8pOq0IA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/shotwell Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2011 22:07:26 -0000 On Mon, 2011-03-14 at 21:33 +0000, Jeremy Messenger wrote: > mezz 2011-03-14 21:33:06 UTC > > FreeBSD ports repository > > Modified files: > graphics/shotwell Makefile > Log: > With graphics/libraw fixed from ports/155497. It should be able to build > now, so remove the BROKEN. > > PR: ports/155540 > Submitted by: Frederic Praca > > Revision Changes Path > 1.9 +0 -2 ports/graphics/shotwell/Makefile > libraw installs a shared lib these days, so you need to switch the build_depend of libraw to lib_depend. -Koop