From geekounet@poildetroll.net  Tue Dec  1 13:22:22 2009
Return-Path: <geekounet@poildetroll.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DE09D106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Dec 2009 13:22:22 +0000 (UTC)
	(envelope-from geekounet@poildetroll.net)
Received: from tritus.poildetroll.net (tritus.poildetroll.net [IPv6:2001:758:f00:3::4:1])
	by mx1.freebsd.org (Postfix) with ESMTP id 856AA8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Dec 2009 13:22:22 +0000 (UTC)
Received: from kyleck.poildetroll.net (kyleck.poildetroll.net [IPv6:2001:758:f00:3:bad:cafe:42:1])
	by tritus.poildetroll.net (Postfix) with SMTP id 0585FBCF0
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Dec 2009 14:22:20 +0100 (CET)
Received: by kyleck.poildetroll.net (sSMTP sendmail emulation); Tue,  1 Dec 2009 14:22:20 +0100
Message-Id: <20091201132222.DE09D106566C@hub.freebsd.org>
Date: Tue,  1 Dec 2009 14:22:20 +0100
From: "Pierre Guinoiseau" <geekounet@poildetroll.net>
Reply-To: Pierre Guinoiseau <geekounet@poildetroll.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Add contrast option to graphics/ufraw
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         141053
>Category:       ports
>Synopsis:       [patch] Add contrast option to graphics/ufraw
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 01 13:30:02 UTC 2009
>Closed-Date:    Fri Dec 04 22:29:22 UTC 2009
>Last-Modified:  Fri Dec  4 22:30:01 UTC 2009
>Originator:     Pierre Guinoiseau <geekounet@poildetroll.net>
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD korriban.home.poildetroll.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0 r199620: Sat Nov 21 02:10:44 CET 2009 root@korriban.home.poildetroll.net:/usr/obj/usr/src/sys/KORRIBAN amd64


>Description:
The following patch adds an option to enable the contrast setting of ufraw, and enable it by
default. It also bump the port revision because the contrast setting was not enabled until now.
>How-To-Repeat:

>Fix:

--- ufraw-contrast-option.diff begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/ufraw.orig/Makefile /usr/ports/graphics/ufraw/Makefile
--- /usr/ports/graphics/ufraw.orig/Makefile	2009-10-16 15:16:58.000000000 +0200
+++ /usr/ports/graphics/ufraw/Makefile	2009-12-01 14:00:18.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	ufraw
 PORTVERSION=	0.16
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -33,7 +33,8 @@
 OPTIONS=	EXIV2	"EXIF support via exiv2 library"	on	\
 		GIMP	"Install GIMP UFRaw plugin"		on	\
 		LENSFUN	"Build with LenFun library support"	on	\
-		FITS	"Enable FITS output support"		off
+		FITS	"Enable FITS output support"		off	\
+		CONTRAST	"Enable contrast setting"	on
 
 .include <bsd.port.pre.mk>
 
@@ -56,6 +57,9 @@
 .if defined(WITH_FITS) || exists(${LOCALBASE}/lib/libcfitsio.so)
 LIB_DEPENDS+=	cfitsio.0:${PORTSDIR}/astro/cfitsio
 .endif
+.if !defined(WITHOUT_CONTRAST)
+CONFIGURE_ARGS+=	--enable-contrast
+.endif
 
 MAN1=	ufraw.1
 
--- ufraw-contrast-option.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 1 13:30:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141053 
State-Changed-From-To: open->closed 
State-Changed-By: stas 
State-Changed-When: Fri Dec 4 22:29:21 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141053 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141053: commit references a PR
Date: Fri,  4 Dec 2009 22:29:09 +0000 (UTC)

 stas        2009-12-04 22:28:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/ufraw       Makefile 
   Log:
   - Add CONTRAST option to support contrast operations (enabled by default). [1]
   - Add HOTPIXEL option to support hot pixels filtering (enabled by default).
   - Add DST option that turns on using the local time in timestamps (off by
     default).
   - Bump port revision.
   
   PR:             ports/141053 [1]
   Submitted by:   "Pierre Guinoiseau" <geekounet@poildetroll.net> [1]
   
   Revision  Changes    Path
   1.38      +16 -4     ports/graphics/ufraw/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
