head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.20 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.18 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.16 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.14 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.12 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.10 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.8 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.6 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.4 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.2 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.1.1.1.0.8 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.6 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.4 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.06.15.11.28.04; author drochner; state dead; branches; next 1.3; 1.3 date 2004.11.03.19.12.19; author minskim; state Exp; branches; next 1.2; 1.2 date 2004.10.27.19.43.25; author drochner; state Exp; branches; next 1.1; 1.1 date 2003.10.01.05.57.05; author itojun; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.10.01.05.57.05; author itojun; state Exp; branches; next ; desc @@ 1.4 log @update to 0.6.15 exif-0.6.15 is to release the accumulated changes made during the last 3 years. Better change tracking will be made from here on. @ text @$NetBSD: patch-aa,v 1.3 2004/11/03 19:12:19 minskim Exp $ --- exif/main.c.orig 2004-05-25 16:52:58.000000000 -0500 +++ exif/main.c @@@@ -36,7 +36,7 @@@@ #include "exif-i18n.h" #include "utils.h" -#ifdef HAVE_LOCAL_H +#ifdef HAVE_LOCALE_H # include #endif @ 1.3 log @Link correctly against the gettext lib; previously gettext was not used because GNU_CONFIGURE was not defined. Should fix PR pkg/27823. Bump PKGREVISION for dependency and PLIST changes. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 0.6.9 compiles with libexef-0.6.x now @ text @d3 11 a13 11 --- configure.orig 2004-05-27 19:45:02.000000000 +0200 +++ configure @@@@ -21197,7 +21197,7 @@@@ if test "${ac_cv_lib_popt_poptResetConte echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lpopt $LIBS" +LIBS="-lpopt -lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- configure- 2003-10-01 01:09:30.000000000 +0900 +++ configure 2003-10-01 01:09:54.000000000 +0900 @@@@ -11299,7 +11299,7 @@@@ d12 2 a13 2 #line $LINENO "configure" #include "confdefs.h" @ 1.1.1.1 log @exif-0.6, extract exif info from digital camera file @ text @@