ports/149399: [PATCH] graphics/ufraw: change lensfun dependency

Matthias Andree matthias.andree at gmx.de
Sat Aug 7 14:30:03 UTC 2010


>Number:         149399
>Category:       ports
>Synopsis:       [PATCH] graphics/ufraw: change lensfun dependency
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 07 14:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.1-STABLE FreeBSD 8.1-STABLE #24: Wed Aug  4 00:11:19 CEST
>Description:
lensfun recently bumped its library version to 2, but forgets
to install a proper symlink. Don't care about lensfun libversion.

Port maintainer (stas at FreeBSD.org) is cc'd.

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

--- ufraw-0.16_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/ufraw/Makefile,v
retrieving revision 1.42
diff -u -u -r1.42 Makefile
--- Makefile	31 May 2010 01:59:24 -0000	1.42
+++ Makefile	7 Aug 2010 14:25:54 -0000
@@ -53,7 +53,7 @@
 PLIST_SUB+=	GIMP="@comment "
 .endif
 .if !defined(WITHOUT_LENSFUN)
-LIB_DEPENDS+=	lensfun.0:${PORTSDIR}/graphics/lensfun
+LIB_DEPENDS+=	lensfun:${PORTSDIR}/graphics/lensfun
 CONFIGURE_ARGS+=	--with-lensfun
 .endif
 .if defined(WITH_FITS) || exists(${LOCALBASE}/lib/libcfitsio.so)
--- ufraw-0.16_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list