head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.60 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.58 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.56 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.54 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.52 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.50 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.48 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.46 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.36 pkgsrc-2008Q1:1.3.0.34 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.32 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.30 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.28 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.26 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.24 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.22 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.20 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.18 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.16 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.14 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.12 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.10 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.8 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2; locks; strict; comment @# @; 1.4 date 2011.03.06.16.02.48; author wiz; state dead; branches; next 1.3; 1.3 date 2004.01.19.15.52.40; author cube; state Exp; branches; next 1.2; 1.2 date 99.12.08.17.25.23; author hubertf; state dead; branches; next 1.1; 1.1 date 99.11.30.01.30.50; author hubertf; state Exp; branches; next ; desc @@ 1.4 log @Remove GTK1 using packages for which noone spoke up for the last two weeks on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check". @ text @$NetBSD: patch-ai,v 1.3 2004/01/19 15:52:40 cube Exp $ --- kodak/kodak_dc2x.c.orig 1999-12-05 19:48:53.000000000 +0100 +++ kodak/kodak_dc2x.c @@@@ -357,15 +357,15 @@@@ dc20_info->model, dc20_info->pic_taken, char *kodak_dc2x_description() { return( -"Kodak DC25 and DC20 support -by Del Simmons . -This code is working on my DC25 but -I know it will have some problems with -the DC20. If you have a DC20, please -give it a shot and let me know all -the places it fails. If compiling for -the DC20, please try removng the -DDC25 -flag from the Makefile in the kodak +"Kodak DC25 and DC20 support \n\ +by Del Simmons . \n\ +This code is working on my DC25 but \n\ +I know it will have some problems with \n\ +the DC20. If you have a DC20, please \n\ +give it a shot and let me know all \n\ +the places it fails. If compiling for\n\ +the DC20, please try removng the -DDC25\n\ +flag from the Makefile in the kodak \n\ directory. Thanks!"); } @ 1.3 log @Make this compile with gcc3. Should fix PR 24151. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to V0.4.2. Changes: New patches for FreeBSD, OpenBSD, and NetBSD, Sony DSC F55 library changes, a Canon A50 library and general fixes, Canon A5 compatibility fixes, Sony DSC F505 and Sony memory stick adapter support, an HTML Gallery path fix, and a GNOME desktop entry. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 1999/11/30 01:30:50 hubertf Exp $ d3 4 a6 5 --- kodak/kodak_dc2x.c.orig Tue Nov 30 01:34:40 1999 +++ kodak/kodak_dc2x.c Tue Nov 30 01:37:07 1999 @@@@ -31,7 +31,11 @@@@ /* Open the camera for reading/writing */ d8 21 a28 7 +#ifdef __NetBSD__ + char *serial_port = "/dev/tty00"; +#else char *serial_port = "/dev/ttyS0"; +#endif int tfd; @ 1.1 log @s/ttyS/tty0/ for NetBSD @ text @d1 1 a1 1 $NetBSD$ @