From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 7 19:00:13 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E668010656D2 for ; Tue, 7 Sep 2010 19:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A8FEA8FC14 for ; Tue, 7 Sep 2010 19:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o87J0DIQ022944 for ; Tue, 7 Sep 2010 19:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o87J0DOG022925; Tue, 7 Sep 2010 19:00:13 GMT (envelope-from gnats) Resent-Date: Tue, 7 Sep 2010 19:00:13 GMT Resent-Message-Id: <201009071900.o87J0DOG022925@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anatoly Borodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6700110656DA for ; Tue, 7 Sep 2010 18:55:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5656A8FC15 for ; Tue, 7 Sep 2010 18:55:49 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o87ItnEV082984 for ; Tue, 7 Sep 2010 18:55:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o87ItnAo082977; Tue, 7 Sep 2010 18:55:49 GMT (envelope-from nobody) Message-Id: <201009071855.o87ItnAo082977@www.freebsd.org> Date: Tue, 7 Sep 2010 18:55:49 GMT From: Anatoly Borodin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150359: [patch] graphics/digikam-kde4 : fix LIB_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2010 19:00:14 -0000 >Number: 150359 >Category: ports >Synopsis: [patch] graphics/digikam-kde4 : fix LIB_DEPENDS >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 07 19:00:13 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: graphics/lensfun and astro/marble have been updated recently, the libs' versions have been bumped. >How-To-Repeat: >Fix: Apply the patch. Patch attached with submission follows: >From 892276b096cd3e7f83706f24e5a8c18a7596c1bc Mon Sep 17 00:00:00 2001 From: Anatoly Borodin Date: Sun, 5 Sep 2010 19:02:19 +0200 Subject: [PATCH 2/2] TBC: graphics/digikam-kde4: fix LIB_DEPENDS --- graphics/digikam-kde4/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git graphics/digikam-kde4/Makefile graphics/digikam-kde4/Makefile index 4489bca..35532cf 100644 --- graphics/digikam-kde4/Makefile +++ graphics/digikam-kde4/Makefile @@ -52,13 +52,13 @@ LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 .endif .if defined(WITH_LENSFUN) -LIB_DEPENDS+= lensfun.0:${PORTSDIR}/graphics/lensfun +LIB_DEPENDS+= lensfun.2:${PORTSDIR}/graphics/lensfun .else CMAKE_ARGS+= -DWITH_LensFun:BOOL=OFF .endif .if defined(WITH_MARBLE) -LIB_DEPENDS+= marblewidget.5:${PORTSDIR}/astro/marble +LIB_DEPENDS+= marblewidget.10:${PORTSDIR}/astro/marble PLIST_SUB+= MARBLE="" .else CMAKE_ARGS+= -DWITH_MarbleWidget:BOOL=OFF -- 1.7.2.2 >Release-Note: >Audit-Trail: >Unformatted: