Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2011 04:08:55 -0800 (PST)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kde@FreeBSD.org
Subject:   ports/154647: [PATCH] graphics/digikam-kde4: Fix LIB_DEPENDS for MARBLE option
Message-ID:  <4d53d557.42abe60a.349c.33c7@mx.google.com>
Resent-Message-ID: <201102101210.p1ACAFW3031015@freefall.freebsd.org>

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

>Number:         154647
>Category:       ports
>Synopsis:       [PATCH] graphics/digikam-kde4: Fix LIB_DEPENDS for MARBLE option
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 10 12:10:15 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 8.1-RELEASE-p1 i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Wed Oct 6 21:42:52 EDT 2010 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386


	
>Description:
graphics/digikam-kde4 fails to build with the MARBLE option enabled.

The library version number of marble was prematurely bumped.
	
>How-To-Repeat:
Use attached diff.
	
>Fix:

	

--- 2011-02-10-digikam-kde4.diff begins here ---
diff -ruN digikam-kde4.orig/Makefile digikam-kde4/Makefile
--- digikam-kde4.orig/Makefile	2011-02-10 06:59:23.000000000 -0500
+++ digikam-kde4/Makefile	2011-02-10 06:33:19.000000000 -0500
@@ -57,7 +57,7 @@
 .endif
 
 .if defined(WITH_MARBLE)
-LIB_DEPENDS+=	marblewidget.11:${PORTSDIR}/astro/marble
+LIB_DEPENDS+=	marblewidget.10:${PORTSDIR}/astro/marble
 PLIST_SUB+=		MARBLE=""
 .else
 CMAKE_ARGS+=	-DWITH_MarbleWidget:BOOL=OFF
--- 2011-02-10-digikam-kde4.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d53d557.42abe60a.349c.33c7>