head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.38 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.36 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.34 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.32 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.30 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 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.3 date 2005.11.24.20.19.40; author wiz; state dead; branches; next 1.2; 1.2 date 2005.09.27.00.31.18; author gdt; state Exp; branches; next 1.1; 1.1 date 2005.04.13.13.59.10; author wiz; state Exp; branches; next ; desc @@ 1.3 log @Remove patches that were removed from distinfo during update to 0.6. @ text @$NetBSD: patch-aa,v 1.2 2005/09/27 00:31:18 gdt Exp $ --- Makefile.in.orig 2005-09-24 21:37:15.000000000 -0400 +++ Makefile.in @@@@ -140,7 +140,7 @@@@ sharedstatedir = @@sharedstatedir@@ sysconfdir = @@sysconfdir@@ target_alias = @@target_alias@@ @@MAKE_EXTRAS_FALSE@@bin_PROGRAMS = ufraw ufraw-batch -@@MAKE_EXTRAS_TRUE@@bin_PROGRAMS = ufraw ufraw-batch dcraw nikon-curve ufraw-exif +@@MAKE_EXTRAS_TRUE@@bin_PROGRAMS = ufraw ufraw-batch nikon-curve ufraw-exif @@MAKE_GIMP_TRUE@@gimpbin_PROGRAMS = ufraw-gimp @@MAKE_GIMP_TRUE@@gimpbindir = $(GIMP_LIBDIR)/plug-ins @ 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$ @ 1.1 log @Fix for compilation with gcc 2.95, provided by Greg Troxel in private mail. @ text @d3 11 a13 12 --- ufraw.c.orig 2005-02-08 15:04:59.000000000 +0000 +++ ufraw.c @@@@ -630,8 +630,8 @@@@ int ufraw_saver(GtkWidget *widget, gpoin #ifndef NO_TIFF void ufraw_tiff_message(const char *module, const char *fmt, va_list ap) { - module = module; char buf[max_path]; + module = module; vsnprintf(buf, max_path, fmt, ap); ufraw_message(UFRAW_VERBOSE, buf); } @