Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 21:49:29 +0200
From:      "Arjan van Leeuwen" <avleeuwen@piwebs.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/65503: Upgrade graphics/dcraw to 1.181, fix problems with new cameras
Message-ID:  <1081885769.0@vincent.piwebs.com>
Resent-Message-ID: <200404131950.i3DJoIXX060670@freefall.freebsd.org>

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

>Number:         65503
>Category:       ports
>Synopsis:       Upgrade graphics/dcraw to 1.181, fix problems with new cameras
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 13 12:50:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Arjan van Leeuwen
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #0: Fri Apr  9 15:16:33 CEST 2004
    root@vincent.piwebs.com:/usr/obj/usr/src/sys/AMD760



>Description:


This patch updates the graphics/dcraw port to the dcraw
version with CVS revision 1.181. This version fixes some 
problems with newer cameras, like the Nikon D70.

Reported by: Wayne Pascoe (wayne@penguinpowered.org)


>How-To-Repeat:





>Fix:


--- dcraw.diff begins here ---
diff -urN /usr/ports/graphics/dcraw/Makefile dcraw/Makefile
--- /usr/ports/graphics/dcraw/Makefile	Wed Feb 18 13:33:12 2004
+++ dcraw/Makefile	Tue Apr 13 21:44:22 2004
@@ -6,18 +6,22 @@
 #
 
 PORTNAME=	dcraw
-PORTVERSION=	1.166
+PORTVERSION=	1.181
 CATEGORIES=	graphics
 MASTER_SITES=	http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/
 
 MAINTAINER=	avleeuwen@piwebs.com
 COMMENT=	Decoder for RAW files from digital cameras
 
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
+
+MAN1=		dcraw.1
 PLIST_FILES=	bin/dcraw
 
 .include <bsd.port.pre.mk>
 
 do-install::
 	${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/graphics/dcraw/distinfo dcraw/distinfo
--- /usr/ports/graphics/dcraw/distinfo	Mon Feb 16 00:27:22 2004
+++ dcraw/distinfo	Tue Apr 13 21:39:07 2004
@@ -1,2 +1,2 @@
-MD5 (dcraw-1.166.tar.gz) = 370ffb53fa113410171d4f72e93a3acc
-SIZE (dcraw-1.166.tar.gz) = 40578
+MD5 (dcraw-1.181.tar.gz) = e5fd849be000c09ab76c77970f9009cd
+SIZE (dcraw-1.181.tar.gz) = 29860
--- dcraw.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?1081885769.0>