Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2010 18:55:49 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150359: [patch] graphics/digikam-kde4 : fix LIB_DEPENDS
Message-ID:  <201009071855.o87ItnAo082977@www.freebsd.org>
Resent-Message-ID: <201009071900.o87J0DOG022925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <anatoly.borodin@gmail.com>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009071855.o87ItnAo082977>