From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 1 00:24:38 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88D83106566B for ; Wed, 1 Aug 2012 00:24:38 +0000 (UTC) (envelope-from pkubaj@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 162AE8FC08 for ; Wed, 1 Aug 2012 00:24:37 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so6151856wgb.31 for ; Tue, 31 Jul 2012 17:24:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=9O4YR3bX51YnQGGsgRU2UyBuPv9hRd+V6LXcSI5kWXY=; b=RK1PKvCcuWjmy0M7wyuyUUk44XMQJ70WVcuH3KB+Wm9PjinRCWRnrui8jGf4CI74fl wn9tmn4C1Sh4a5W+jGbb9ZKyoMJCbnO0firfjSFpOJUCZJ/z8prhZCVfaAzktDQ5Wu0S Mj5tHnNGpwklhOuqB/sFLCCVpDhXS2mgj3dmwR3MJkdPgR1vPrRYOwtR2YWqS5UoDMaw A4Shsk3pTeVw+kGCmqRojXxFhNZPBO2DcfDeCIHGMM89Ma2ngIwm6wc7OfAsRU6j6Z8Q VYILZv3r8jDOlyJJrlGSMVBn+DQmnHC8xCg1qg9e1VNY7eLgWJexMEm9Cj0M1txzch5r xdUQ== Received: by 10.180.87.106 with SMTP id w10mr245582wiz.0.1343780676996; Tue, 31 Jul 2012 17:24:36 -0700 (PDT) Received: from [192.168.88.249] ([78.8.79.57]) by mx.google.com with ESMTPS id fu8sm24975219wib.5.2012.07.31.17.24.33 (version=SSLv3 cipher=OTHER); Tue, 31 Jul 2012 17:24:36 -0700 (PDT) Message-ID: <50187739.3050802@gmail.com> Date: Wed, 01 Aug 2012 02:24:25 +0200 From: Piotr Kubaj User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120727 Thunderbird/14.0 MIME-Version: 1.0 To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: graphics/gexiv2 doesn't compile after latest update X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2012 00:24:38 -0000 The problem is that exiv2.10 is looked for, but it should look for exiv2.12. The patch for it is: --- /usr/ports/graphics/gexiv2/Makefile 2012-08-01 02:22:09.137343158 +0200 +++ /usr/ports/graphics/gexiv2/Makefile.old 2012-08-01 02:21:51.138339987 +0200 @@ -17,7 +17,7 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ gm4:${PORTSDIR}/devel/m4 -LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2 USE_BZIP2= yes USE_GNOME= glib20