ports/150359: [patch] graphics/digikam-kde4 : fix LIB_DEPENDS

Anatoly Borodin anatoly.borodin at gmail.com
Tue Sep 7 19:00:14 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list