head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.2.0.52 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.50 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.48 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.46 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.44 pkgsrc-2008Q1:1.2.0.42 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.40 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.38 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.36 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.34 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.32 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.30 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.28 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.26 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.24 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.22 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.20 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.18 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.16 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.14 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.12 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.10 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.8 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.4 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.6 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.2 pkgviews-base:1.2 buildlink2-base:1.1 buildlink2:1.1.0.2; locks; strict; comment @# @; 1.3 date 2009.02.13.22.18.02; author abs; state dead; branches; next 1.2; 1.2 date 2002.06.26.21.03.01; author abs; state Exp; branches; next 1.1; 1.1 date 2002.06.14.20.38.41; author abs; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.06.14.20.38.41; author jlam; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2002.06.23.19.00.19; author jlam; state Exp; branches; next ; desc @@ 1.3 log @Updated sysutils/libirman to 0.4.1c Move abandonware to code.google, and merge pkgsrc patches Add PKG_DESTDIR_SUPPORT @ text @$NetBSD: patch-ad,v 1.2 2002/06/26 21:03:01 abs Exp $ --- test_io.c.orig Thu Feb 18 11:15:03 1999 +++ test_io.c @@@@ -17,6 +17,8 @@@@ int datum; int i; + setlinebuf(stdout); + if (argc < 2) { fprintf(stderr, "usage: test_io device\n"); fprintf(stderr, " where device is the serial port at which the infra red receiver resides\n"); @ 1.2 log @Updated libirman to 0.4.1bnb4: Fix incorrect free() usage and writing past the end of a malloc()ed string @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update to libirman-0.4.1bnb2 Fix default serial port to be ${DEFAULT_SERIAL_DEVICE} Drop 'test_' prefix on test_irman_{name,io,func}, and call setlinebuf(stdout) so they are usable when piped to an interactive program. Mmmm, fixes to libirman and mserv in the same day. Can they be related? :) @ text @d3 5 a7 5 --- test_name.c.orig Thu Feb 18 11:15:03 1999 +++ test_name.c @@@@ -18,6 +18,8 @@@@ char *name; char *filename; d11 3 a13 3 if (ir_init_commands(NULL, 1) < 0) { fprintf(stderr, "error initialising commands: %s\n", strerror(errno)); exit(1); @ 1.1.2.1 log @file patch-ad was added on branch buildlink2 on 2002-06-23 19:00:19 +0000 @ text @d1 13 @ 1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 13 $NetBSD: patch-ad,v 1.1.2.1 2002/06/23 19:00:19 jlam Exp $ --- test_name.c.orig Thu Feb 18 11:15:03 1999 +++ test_name.c @@@@ -18,6 +18,8 @@@@ char *name; char *filename; + setlinebuf(stdout); + if (ir_init_commands(NULL, 1) < 0) { fprintf(stderr, "error initialising commands: %s\n", strerror(errno)); exit(1); @