head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.38 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.36 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.34 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.32 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.30 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.28 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.26 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.24 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.22 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.20 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.18 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.16 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.14 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2005.11.24.20.19.40; author wiz; state dead; branches; next 1.3; 1.3 date 2005.09.29.13.20.48; author gdt; state Exp; branches; next 1.2; 1.2 date 2005.09.27.00.31.18; author gdt; state dead; branches; next 1.1; 1.1 date 2005.04.13.16.56.27; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Remove patches that were removed from distinfo during update to 0.6. @ text @$NetBSD: patch-ab,v 1.3 2005/09/29 13:20:48 gdt Exp $ --- dcraw.c.orig 2005-09-15 14:24:38.000000000 -0400 +++ dcraw.c @@@@ -188,7 +188,9 @@@@ int tone_curve_size = 0, tone_curve_offs 3 G R G R G R 3 B G B G B G 3 R G R G R G 3 G B G B G B */ -#ifndef __GLIBC__ +#include + +#if !(defined(__GLIBC__) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 300000000))) char *memmem (char *haystack, size_t haystacklen, char *needle, size_t needlelen) { @ 1.3 log @Take patch-aa from graphics/dcraw, avoiding defining memmem on NetBSD >=3. Probably this should also avoid defining memmem on recent FreeBSD as well, given that dcraw doesn't test for memmem presence. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2005/04/07 09:16:47 seb Exp $ @ 1.2 log @update to 0.5: 25/09/2005 - UFRaw-0.5 released, based on DCRaw v7.65. * Read support for Nikon Tone Curve (NTC/NCV) files. * Added a curve editor. * Added control on the base curve (see the user guide for more information). * Support the new DCRaw color matrices for better color rendering. * More controls can be set from the command-line. * Preliminary EXIF support. * New UFRaw ID files contain all the conversion parameters and allow for batch conversion. * New 'ufraw-batch' replaces 'ufraw --batch'. * Numerous other changes. * Notice that the new Adaptive Homogeneity-Directed interpolation is still not enabled. Also, adds desktop file, and standalone nikon curve program. The standalone dcraw that can be built with ufraw is not installed. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2005/04/13 16:56:27 rillig Exp $ d3 5 a7 14 Needed for ISO C90 compliance. --- ufraw_preview.c.orig Tue Feb 8 16:04:59 2005 +++ ufraw_preview.c Tue Apr 12 10:14:48 2005 @@@@ -288,7 +288,7 @@@@ void color_labels_set(colorLabels *l, fl for (c=0; c<3; c++) { switch (l->format) { - case pixel_format: snprintf(buf1, max_name, "%3.f", data[c]); break; + case pixel_format: snprintf(buf1, max_name, "%3.0f", data[c]); break; case percent_format: if (data[c]<10.0) snprintf(buf1, max_name, "%2.1f%%", data[c]); @@@@ -599,11 +599,11 @@@@ void reset_to_defaults(GtkWidget *widget d9 6 a14 1 void spot_wb(GtkWidget *widget, gpointer user_data) a15 10 - widget = widget; - user_data = user_data; int xi, yi, c; float rgb[3]; + widget = widget; + user_data = user_data; if (freezeDialog) return; if (!spotOn) { ufraw_message(UFRAW_ERROR, "Select a spot on the preview image " @ 1.1 log @Added some patches for ISO C90 compliance. Approved by jlam. @ text @d1 1 a1 1 $NetBSD$ @