Skip site navigation (1)Skip section navigation (2)
Date:      7 Sep 2010 10:16:33 -0300
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        datahead4@gmail.com
Subject:   ports/150353: [PATCH] graphics/digikam: Chase graphics/lensfun lib version
Message-ID:  <20100907131657.50661.qmail@exxodus.fedaykin.here>
Resent-Message-ID: <201009071330.o87DU8vb084266@freefall.freebsd.org>

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

>Number:         150353
>Category:       ports
>Synopsis:       [PATCH] graphics/digikam: Chase graphics/lensfun lib version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 07 13:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 8.1-STABLE FreeBSD 8.1-STABLE #23: Sat Aug 28 19:19:53 BRT 2010
>Description:

- Fix build WITH_LENSFUN: chase graphics/lensfun lib version.
- No PORTREVISION bump necessary since the port won't even build
  WITH_LENSFUN

Port maintainer (datahead4@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- digikam-1.2.0_3,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/digikam-kde4/Makefile,v
retrieving revision 1.63
diff -d -u -u -r1.63 Makefile
--- Makefile	1 Jun 2010 21:35:50 -0000	1.63
+++ Makefile	7 Sep 2010 13:11:26 -0000
@@ -52,7 +52,7 @@
 .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
--- digikam-1.2.0_3,1.patch ends here ---

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



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