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.42 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.40 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.38 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.36 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.34 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.32 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.30 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.28 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.26 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.24 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.22 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.20 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.18 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.03.06.16.02.48; author wiz; state dead; branches; next 1.3; 1.3 date 2006.05.12.12.26.58; author joerg; state Exp; branches; next 1.2; 1.2 date 99.12.08.17.25.21; author hubertf; state dead; branches; next 1.1; 1.1 date 99.11.30.00.01.38; author dmcmahill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.11.30.00.01.38; author dmcmahill; 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-aa,v 1.3 2006/05/12 12:26:58 joerg Exp $ --- canon/serial.c.orig 2006-05-06 12:21:45.000000000 +0000 +++ canon/serial.c @@@@ -121,7 +121,7 @@@@ int canon_serial_init(const char *devnam D(printf("canon_init_serial(): devname %s\n", devname)); - #ifdef __FreeBSD__ + #if defined(__FreeBSD__) || (defined(__DragonFly__) && !defined(O_SYNC)) fd = open(devname, O_RDWR | O_NOCTTY | O_NONBLOCK); #else fd = open(devname, O_RDWR | O_NOCTTY | O_SYNC | O_NONBLOCK); @@@@ -143,7 +143,7 @@@@ int canon_serial_init(const char *devnam newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS8; /* Set into raw, no echo mode */ - #if defined(__FreeBSD__) || defined(__NetBSD__) + #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) newtio.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL | IXANY | IXON | IXOFF | INPCK | ISTRIP); #else @ 1.3 log @Add DragonFly support and fix GCC 3.4+ issues. @ 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-aa,v 1.1 1999/11/30 00:01:38 dmcmahill Exp $ d3 12 a14 3 --- canon/serial.c.orig Wed Nov 24 23:37:05 1999 +++ canon/serial.c Wed Nov 24 23:48:38 1999 @@@@ -84,7 +84,7 @@@@ d18 2 a19 2 - #ifdef __FreeBSD__ + #if defined(__FreeBSD__) || defined(__NetBSD__) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of gphoto-0.4.1 gPhoto is an universal, free GTK+ application that will allow downloading, saving, and manipulation of images from several different digital camera models, or from the local harddrive. gPhoto has a basic command line interface, which is handy, if you want to set up a web camera, and use gphoto in a script, e.g. with Perl/PHP. gPhoto sports a new HTML engine, that let's you create your gallery "themes" (HTML with special tags), and publish images to the web. A directory browse mode has also been implemented. gPhoto supports a wide array of digital camera models. @ text @@