ports/154647: [PATCH] graphics/digikam-kde4: Fix LIB_DEPENDS for MARBLE option

Jason E. Hale bsdkaffee at gmail.com
Thu Feb 10 12:10:15 UTC 2011


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



More information about the freebsd-ports-bugs mailing list